|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public 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 | |
---|---|
static String |
citationAttr
HTML citation style. |
static String[] |
citationAttrs
Attributes allowed on citations. |
static String[] |
footnoteAttrs
Attributes allowed on footnotes. |
static String[] |
imageAttrs
Attributes allowed on images. |
static String[] |
includeAttrs
Attributes allowed on includes. |
static String[][] |
latexConstantsTable
Array mapping node type name to start/end strings. |
static Object[][] |
latexPredicatesTable
Array mapping predicate type name to attributes. |
Field Detail |
---|
static final String[][] latexConstantsTable
static final String[] imageAttrs
static final String[] footnoteAttrs
static final String citationAttr
static final String[] citationAttrs
static final String[] includeAttrs
static final Object[][] latexPredicatesTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |