Class FontSizes

java.lang.Object
ch.stegmaier.java2tex.commands.registry.FontSizes

public class FontSizes extends Object
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:
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     
    static ch.stegmaier.java2tex.core.GenericCommand
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()