Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Field and Description |
---|---|
SymbolAtom |
BigDelimiterAtom.delim |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,SymbolAtom> |
SymbolAtom.symbols |
Modifier and Type | Method and Description |
---|---|
static SymbolAtom |
SymbolAtom.get(java.lang.String name)
Looks up the name in the table and returns the corresponding SymbolAtom representing
the symbol (if it's found).
|
SymbolAtom |
SymbolAtom.setUnicode(char c) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SymbolAtom> |
TeXSymbolParser.readSymbols() |
Modifier and Type | Method and Description |
---|---|
static void |
SymbolAtom.addSymbolAtom(SymbolAtom sym) |
static Box |
DelimiterFactory.create(SymbolAtom symbol,
TeXEnvironment env,
int size) |
Constructor and Description |
---|
BigDelimiterAtom(SymbolAtom delim,
int size) |
FencedAtom(Atom base,
SymbolAtom l,
java.util.List m,
SymbolAtom r) |
FencedAtom(Atom base,
SymbolAtom l,
SymbolAtom r)
Creates a new FencedAtom from the given base and delimiters
|
OverUnderDelimiter(Atom base,
Atom script,
SymbolAtom s,
int kernUnit,
float kern,
boolean over) |
SymbolAtom(SymbolAtom s,
int type) |