Class FontSizes
java.lang.Object
ch.stegmaier.java2tex.commands.registry.FontSizes
The following standard type size commands are supported by LaTeX.
The table shows the command name and the corresponding actual font size used (in points) with the ‘10pt’, ‘11pt’, and ‘12pt’ document size options, respectively
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandstatic ch.stegmaier.java2tex.core.GenericCommandhuge()static ch.stegmaier.java2tex.core.GenericCommandHuge()static ch.stegmaier.java2tex.core.GenericCommandlarge()static ch.stegmaier.java2tex.core.GenericCommandLarge()static ch.stegmaier.java2tex.core.GenericCommandLARGE()static ch.stegmaier.java2tex.core.GenericCommandstatic ch.stegmaier.java2tex.core.GenericCommandstatic ch.stegmaier.java2tex.core.GenericCommandsmall()static ch.stegmaier.java2tex.core.GenericCommandtiny()
-
Constructor Details
-
FontSizes
public FontSizes()
-
-
Method Details
-
tiny
public static ch.stegmaier.java2tex.core.GenericCommand tiny() -
scriptsize
public static ch.stegmaier.java2tex.core.GenericCommand scriptsize() -
footnotesize
public static ch.stegmaier.java2tex.core.GenericCommand footnotesize() -
small
public static ch.stegmaier.java2tex.core.GenericCommand small() -
normalsize
public static ch.stegmaier.java2tex.core.GenericCommand normalsize() -
large
public static ch.stegmaier.java2tex.core.GenericCommand large() -
Large
public static ch.stegmaier.java2tex.core.GenericCommand Large() -
LARGE
public static ch.stegmaier.java2tex.core.GenericCommand LARGE() -
huge
public static ch.stegmaier.java2tex.core.GenericCommand huge() -
Huge
public static ch.stegmaier.java2tex.core.GenericCommand Huge()
-