Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font size support #239

Open
ForNeVeR opened this issue Jan 7, 2020 · 2 comments
Open

Font size support #239

ForNeVeR opened this issue Jan 7, 2020 · 2 comments

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Jan 7, 2020

(Extracted from #149.)

Il standard LaTeX, there's a couple of standard font sizes:

  • \tiny
  • \scriptsize
  • \footnotesize
  • \small
  • \normalsize
  • \large
  • \Large
  • \LARGE
  • \huge
  • \Huge

Let's start implementing sizing from those (and probably make it configurable?)

There's also the base fontsize command that accepts some arbitrary units of measure. We'll have to think more about how to implement them, and which units we want to support.

@EdwinCloud101
Copy link

has this been implemented?

@ForNeVeR ForNeVeR changed the title For size support Font size support Jul 31, 2020
@ForNeVeR
Copy link
Owner Author

Unfortunately, not yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants