Class Definitions
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Definitions
LaTeX has support for making new commands of many different kinds.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandUse this pair when you redefine LaTeX commands that are named with an at-sign character ‘@’.static ch.stegmaier.java2tex.core.GenericCommandUse this pair when you redefine LaTeX commands that are named with an at-sign character ‘@’.
-
Constructor Details
-
Definitions
public Definitions()
-
-
Method Details
-
makeatletter
public static ch.stegmaier.java2tex.core.GenericCommand makeatletter()Use this pair when you redefine LaTeX commands that are named with an at-sign character ‘@’. The \makeatletter declaration makes the at-sign character have the category code of a letter, code 11. The \makeatother declaration sets the category code of the at-sign to code 12, its default value. For a comprehensive list of macros with an at-sign in their names see macros2e.- See Also:
-
makeatother
public static ch.stegmaier.java2tex.core.GenericCommand makeatother()Use this pair when you redefine LaTeX commands that are named with an at-sign character ‘@’. The \makeatletter declaration makes the at-sign character have the category code of a letter, code 11. The \makeatother declaration sets the category code of the at-sign to code 12, its default value. For a comprehensive list of macros with an at-sign in their names see macros2e.- See Also:
-