|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface LaTeXConstants
Constants used when translating LaTeX. One entry for each type of parse tree node. Each entry contains the node type name, the start constant and the end constant.
constantsTable[CONSTANTNAME] is the node type name constantsTable[CONSTANTSTART] is the start string constantsTable[CONSTANTEND] is the end stringA separate map is defined for predicates, and there are misc patterns for e.g. headings construction.
Field Summary | |
---|---|
String |
citationAttr
HTML citation style. |
String[] |
citationAttrs
Attributes allowed on citations. |
String[] |
footnoteAttrs
Attributes allowed on footnotes. |
String[] |
imageAttrs
Attributes allowed on images. |
String[] |
includeAttrs
Attributes allowed on includes. |
String[][] |
latexConstantsTable
Array mapping node type name to start/end strings. |
Object[][] |
latexPredicatesTable
Array mapping predicate type name to attributes. |
Field Detail |
---|
final String citationAttr
final String[] citationAttrs
final String[] footnoteAttrs
final String[] imageAttrs
final String[] includeAttrs
final String[][] latexConstantsTable
final Object[][] latexPredicatesTable
Groovy Documentation