|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jfig.utils.SimpleLatexParser
a class to parse and convert simple TeX/LaTeX-style strings into
formatted FIG compound objects.
the following things work right now:
most elementary commands \$, \%, \/, "a..."s etc.
,
font selection (index, ptSize, color)
basic formatting (rm, em, tt, itt, btt)
color selection
basic math commands, if corresponding Unicode chars available
basic spacing commands
subscripts and superscripts with grouped {arguments}
but these do not:
subscript / superscript without grouped arguments
macros with arguments,
user-defined macros,
Nested Class Summary | |
(package private) class |
SimpleLatexParser.Box
like TeX, we try to abut aligned Box'es, each of which consists of other Boxes in turn, with a single character as the basic building block. |
(package private) class |
SimpleLatexParser.CharBox
a Box that holds a single character or a string of characters of the specified font. |
(package private) class |
SimpleLatexParser.SubSuperScriptBox
a Box that holds a sub- and a superscript Box |
Field Summary | |
(package private) static java.lang.String[] |
_mode_names
|
(package private) static int |
BEGINGROUP
|
(package private) static int |
BEGINMATH
|
(package private) ColorCache |
colorCache
|
(package private) int |
colorIndex
|
(package private) static int |
COMMAND
|
(package private) static int |
CONTROL
|
(package private) static int |
count
|
(package private) SimpleLatexParser.Box |
current
|
(package private) boolean |
debug
|
(package private) boolean |
display_boxes
|
(package private) boolean |
dump_tokens
|
(package private) static int |
ENDGROUP
|
(package private) static int |
ENDMATH
|
(package private) FontCache |
fontCache
|
(package private) int |
fontIndex
|
(package private) static int |
INVALID
|
(package private) int |
italic_correction
|
(package private) SimpleLatexParser.Box |
master
|
(package private) static int |
MATH
|
(package private) int |
mathFontIndex
|
(package private) int |
mathGreekFontIndex
|
(package private) static int |
MATHSYMBOL
|
(package private) int |
mathSymbolFontIndex
|
(package private) int |
ptSize
|
(package private) java.util.Stack |
stack
|
(package private) static int |
SUBSCRIPT
|
int[][] |
subscriptPtSizes
|
(package private) static int |
SUPERSCRIPT
|
(package private) static int |
TEXT
|
(package private) java.lang.StringBuffer |
token
|
(package private) java.util.Vector |
tokens
|
(package private) java.util.Vector |
types
|
Constructor Summary | |
SimpleLatexParser()
|
Method Summary | |
void |
_acute()
|
void |
_aleph()
|
void |
_alpha()
|
void |
_Alpha()
|
void |
_amalg()
|
void |
_angle()
|
void |
_approx()
|
void |
_approxeq()
|
void |
_arccos()
|
void |
_arcsin()
|
void |
_arctan()
|
void |
_arg()
|
void |
_arrowvert()
|
void |
_Arrowvert()
|
void |
_ast()
|
void |
_asymp()
|
void |
_atan()
|
void |
_atsign()
|
void |
_backslash()
|
void |
_bar()
|
void |
_beta()
|
void |
_Beta()
|
void |
_beth()
|
void |
_bf()
|
void |
_bigcap()
|
void |
_bigcirc()
|
void |
_bigcup()
|
void |
_bigodot()
|
void |
_bigoplus()
|
void |
_bigotimes()
|
void |
_bigsqcup()
|
void |
_bigtriangledown()
|
void |
_bigtriangleup()
|
void |
_biguplus()
|
void |
_bigvee()
|
void |
_bigwedge()
|
void |
_black()
|
void |
_blue()
|
void |
_bot()
|
void |
_bowtie()
|
void |
_Box()
|
void |
_bracevert()
|
void |
_brave()
|
void |
_btt()
|
void |
_bullet()
|
void |
_cap()
|
void |
_cdot()
|
void |
_cdots()
|
void |
_cdotvar()
|
void |
_celsius()
|
void |
_check()
|
void |
_chi()
|
void |
_Chi()
|
void |
_circ()
|
void |
_circlearrowleft()
|
void |
_circlearrowright()
|
void |
_clubsuit()
|
void |
_complement()
|
void |
_cong()
|
void |
_coprod()
|
void |
_copyright()
|
void |
_cos()
|
void |
_cosh()
|
void |
_cot()
|
void |
_coth()
|
void |
_csc()
|
void |
_cubicroot()
|
void |
_cup()
|
void |
_cyan()
|
void |
_dagger()
|
void |
_daleth()
|
void |
_darkblue()
|
void |
_darkgreen()
|
void |
_darkpink()
|
void |
_darkred()
|
void |
_dashv()
|
void |
_ddagger()
|
void |
_ddot()
|
void |
_ddots()
|
void |
_define()
|
void |
_deg()
|
void |
_degrees()
|
void |
_delta()
|
void |
_Delta()
|
void |
_det()
|
void |
_diamond()
|
void |
_Diamond()
|
void |
_diamondsuit()
|
void |
_digamma()
|
void |
_dim()
|
void |
_div()
|
void |
_dot()
|
void |
_doteq()
|
void |
_downarrow()
|
void |
_Downarrow()
|
void |
_dverticalbar()
|
void |
_eightpt()
|
void |
_eightteenpt()
|
void |
_eightypt()
|
void |
_elevenpt()
|
void |
_ell()
|
void |
_em()
|
void |
_emptyset()
|
void |
_emspace()
|
void |
_epsilon()
|
void |
_Epsilon()
|
void |
_equals()
|
void |
_equiv()
|
void |
_eta()
|
void |
_Eta()
|
void |
_euro()
|
void |
_exists()
|
void |
_exp()
|
void |
_fahrenheit()
|
void |
_female()
|
void |
_fifteenpt()
|
void |
_fiftyfivept()
|
void |
_fiftypt()
|
void |
_fivept()
|
void |
_flat()
|
void |
_footnotesize()
|
void |
_forall()
|
void |
_fourteenpt()
|
void |
_fourthroot()
|
void |
_fourtyfivept()
|
void |
_fourtypt()
|
void |
_frac()
|
void |
_frown()
|
void |
_gamma()
|
void |
_Gamma()
|
void |
_gcd()
|
void |
_geq()
|
void |
_gg()
|
void |
_ggg()
|
void |
_gimel()
|
void |
_gold()
|
void |
_grave()
|
void |
_greaterthan()
|
void |
_greeko()
|
void |
_Greeko()
|
void |
_green()
|
void |
_hashsign()
|
void |
_hat()
|
void |
_hbar()
|
void |
_heartsuit()
|
void |
_hom()
|
void |
_hookleftarrow()
|
void |
_hookrightarrow()
|
void |
_huge()
|
void |
_hundredpt()
|
void |
_iiint()
|
void |
_iint()
|
void |
_Im()
|
void |
_imath()
|
void |
_in()
|
void |
_inf()
|
void |
_infty()
|
void |
_int()
|
void |
_iota()
|
void |
_Iota()
|
void |
_itt()
|
void |
_jmath()
|
void |
_Join()
|
void |
_kappa()
|
void |
_Kappa()
|
void |
_ker()
|
void |
_lambda()
|
void |
_Lambda()
|
void |
_langle()
|
void |
_large()
|
void |
_Large()
|
void |
_LARGE()
|
void |
_lbrace()
|
void |
_lbracket()
|
void |
_lceil()
|
void |
_ldots()
|
void |
_le()
|
void |
_leftarrow()
|
void |
_Leftarrow()
|
void |
_leftharpoondown()
|
void |
_leftharpoonup()
|
void |
_leftrightarrow()
|
void |
_Leftrightarrow()
|
void |
_leftrightsquigarrow()
|
void |
_leq()
|
void |
_lessthan()
|
void |
_lfloor()
|
void |
_lg()
|
void |
_lgroup()
|
void |
_lhd()
|
void |
_lightblue()
|
void |
_lim()
|
void |
_liminf()
|
void |
_limsup()
|
void |
_ll()
|
void |
_lll()
|
void |
_lmoustache()
|
void |
_ln()
|
void |
_log()
|
void |
_longleftarrow()
|
void |
_LongLeftarrow()
|
void |
_longleftrightarrow()
|
void |
_Longleftrightarrow()
|
void |
_longmapsto()
|
void |
_longrightarrow()
|
void |
_Longrightarrow()
|
void |
_looparrowleft()
|
void |
_looparrowright()
|
void |
_magenta()
|
void |
_male()
|
void |
_mapsto()
|
void |
_mathEpsilon()
|
void |
_mathrm()
request roman font in math mode. |
void |
_mathslash()
|
void |
_max()
|
void |
_mho()
|
void |
_mid()
|
void |
_min()
|
void |
_minus()
|
void |
_models()
|
void |
_mp()
|
void |
_mu()
|
void |
_Mu()
|
void |
_nabla()
|
void |
_natural()
|
void |
_nearrow()
|
void |
_neg()
|
void |
_neq()
|
void |
_nexists()
|
void |
_ni()
|
void |
_ninept()
|
void |
_nineteenpt()
|
void |
_ninetypt()
|
void |
_nleftarrow()
|
void |
_nLeftarrow()
|
void |
_nleftrightarrow()
|
void |
_nLeftrightarrow()
|
void |
_normalsize()
|
void |
_not()
|
void |
_notElementIn()
|
void |
_nrightarrow()
|
void |
_nRightarrow()
|
void |
_nu()
|
void |
_Nu()
|
void |
_nwarrow()
|
void |
_odot()
|
void |
_oint()
|
void |
_omega()
|
void |
_Omega()
|
void |
_ominus()
|
void |
_oplus()
|
void |
_oslash()
|
void |
_otimes()
|
void |
_overbrace()
|
void |
_overleftarrow()
|
void |
_overline()
|
void |
_overrightarrow()
|
void |
_paragraph()
|
void |
_parallel()
|
void |
_partial()
|
void |
_percent()
|
void |
_perp()
|
void |
_phi()
|
void |
_Phi()
|
void |
_pi()
|
void |
_Pi()
|
void |
_pm()
|
void |
_pmb()
|
void |
_pound()
|
void |
_Pr()
|
void |
_prec()
|
void |
_preceq()
|
void |
_prime()
|
void |
_prod()
|
void |
_promille()
|
void |
_proportional()
|
void |
_propto()
|
void |
_psi()
|
void |
_Psi()
|
void |
_pts()
|
void |
_qquad()
|
void |
_rangle()
|
void |
_rbrace()
|
void |
_rbracket()
|
void |
_rceil()
|
void |
_Re()
|
void |
_red()
|
void |
_rfloor()
|
void |
_rgroup()
|
void |
_rhd()
|
void |
_rho()
|
void |
_Rho()
|
void |
_rightarrow()
|
void |
_Rightarrow()
|
void |
_rightharpoondown()
|
void |
_rightharpoonup()
|
void |
_rm()
|
void |
_rmoustache()
|
void |
_root()
|
void |
_sc()
|
void |
_searrow()
|
void |
_sec()
|
void |
_setminus()
|
void |
_setN()
|
void |
_setR()
|
void |
_setZ()
|
void |
_sevenpt()
|
void |
_seventeenpt()
|
void |
_seventypt()
|
void |
_sharp()
|
void |
_sigma()
|
void |
_Sigma()
|
void |
_sim()
|
void |
_simeq()
|
void |
_sin()
|
void |
_sinh()
|
void |
_sixpt()
|
void |
_sixteenpt()
|
void |
_sixtypt()
|
void |
_sl()
|
void |
_slash()
|
void |
_small()
|
void |
_smile()
|
void |
_smiley()
|
void |
_smileyblack()
|
void |
_spadesuit()
|
void |
_sqcap()
|
void |
_sqcup()
|
void |
_sqrt()
|
void |
_sqrtn()
|
void |
_sqsubset()
|
void |
_sqsubseteq()
|
void |
_sqsupset()
|
void |
_sqsupseteq()
|
void |
_square()
|
void |
_star()
|
void |
_subset()
|
void |
_subseteq()
|
void |
_succ()
|
void |
_succeq()
|
void |
_sum()
|
void |
_sup()
|
void |
_supset()
|
void |
_supseteq()
|
void |
_surd()
|
void |
_swarrow()
|
void |
_tan()
|
void |
_tanh()
|
void |
_tau()
|
void |
_Tau()
|
void |
_telephone()
|
void |
_tenpt()
|
void |
_theta()
|
void |
_Theta()
|
void |
_thinspace()
|
void |
_thirteenpt()
|
void |
_thirtyfivept()
|
void |
_thirtypt()
|
void |
_tilde()
|
void |
_tildechar()
|
void |
_times()
|
void |
_tiny()
|
void |
_top()
|
void |
_triangle()
|
void |
_triangleleft()
|
void |
_triangleright()
|
void |
_tt()
|
void |
_twelvept()
|
void |
_twentyeightpt()
|
void |
_twentyfivept()
|
void |
_twentyfourpt()
|
void |
_twentyninept()
|
void |
_twentyonept()
|
void |
_twentypt()
|
void |
_twentysevenpt()
|
void |
_twentysixpt()
|
void |
_twentythreept()
|
void |
_twentytwopt()
|
void |
_underbrace()
|
void |
_underline()
|
void |
_unlhd()
|
void |
_unrhd()
|
void |
_uparrow()
|
void |
_Uparrow()
|
void |
_updownarrow()
|
void |
_Updownarrow()
|
void |
_uplus()
|
void |
_upsilon()
|
void |
_Upsilon()
|
void |
_varepsilon()
|
void |
_varnothing()
|
void |
_varphi()
|
void |
_varpi()
|
void |
_varpropto()
|
void |
_varrho()
|
void |
_varsigma()
|
void |
_vartheta()
|
void |
_vdash()
|
void |
_vdots()
|
void |
_vec()
|
void |
_vee()
|
void |
_verticalbar()
|
void |
_wedge()
|
void |
_white()
|
void |
_widehat()
|
void |
_widetilde()
|
void |
_wp()
|
void |
_wr()
|
void |
_xi()
|
void |
_Xi()
|
void |
_xiiipt()
|
void |
_xiipt()
|
void |
_xipt()
|
void |
_xivpt()
|
void |
_xixpt()
|
void |
_xlpt()
|
void |
_xpt()
|
void |
_xviiipt()
|
void |
_xviipt()
|
void |
_xvipt()
|
void |
_xvpt()
|
void |
_xxiiipt()
|
void |
_xxiipt()
|
void |
_xxipt()
|
void |
_xxivpt()
|
void |
_xxpt()
|
void |
_xxviipt()
|
void |
_xxvipt()
|
void |
_xxvpt()
|
void |
_xxxpt()
|
void |
_xxxvpt()
|
void |
_yellow()
|
void |
_zeta()
|
void |
_Zeta()
|
void |
append(SimpleLatexParser.Box box)
|
SimpleLatexParser.Box |
buildBox()
build a compound set of nested Boxes for the given array of tokens, starting with the specified FIG font in the given size. |
void |
convertToFig(FigCompound compound)
|
void |
dumpTokens()
|
void |
FIXME(java.lang.String s)
|
java.lang.Object |
getState()
|
(package private) void |
greek(java.lang.String s)
|
void |
handleCommand(java.lang.String command)
|
boolean |
isAscii(char c)
|
boolean |
isDigit(char c)
|
boolean |
isMathSymbol(char c)
|
boolean |
isPunctuation(char c)
|
boolean |
isTextToken(char c)
|
boolean |
isUmlaut(char c)
|
boolean |
isWhitespace(char c)
|
static void |
main(java.lang.String[] argv)
|
(package private) void |
mathfunction(java.lang.String s)
|
static void |
msg(java.lang.String s)
|
void |
parse(java.lang.String s)
|
void |
selftest(java.lang.String s)
|
void |
setColorIndex(int colorIndex)
|
void |
setEnableDisplayBoxes(boolean b)
|
void |
setEnableDumpTokens(boolean b)
|
void |
setFontIndex(int fontIndex)
|
void |
setFontPtSize(int ptSize)
|
void |
setState(java.lang.Object tmp)
|
(package private) void |
space(int points)
|
(package private) void |
tokenize(java.lang.String line)
tokenize one line of text input using the TeX grammar. |
(package private) void |
unicode(java.lang.String s)
|
static void |
usage()
|
(package private) void |
writeFigHeader(java.io.PrintStream ps)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
boolean debug
boolean dump_tokens
boolean display_boxes
ColorCache colorCache
FontCache fontCache
int mathFontIndex
int mathGreekFontIndex
int mathSymbolFontIndex
java.lang.StringBuffer token
java.util.Vector tokens
java.util.Vector types
java.util.Stack stack
SimpleLatexParser.Box master
SimpleLatexParser.Box current
int fontIndex
int ptSize
int colorIndex
int italic_correction
static final int INVALID
static final int TEXT
static final int COMMAND
static final int MATH
static final int BEGINGROUP
static final int ENDGROUP
static final int CONTROL
static final int BEGINMATH
static final int ENDMATH
static final int SUPERSCRIPT
static final int SUBSCRIPT
static final int MATHSYMBOL
static final java.lang.String[] _mode_names
public final int[][] subscriptPtSizes
static int count
Constructor Detail |
public SimpleLatexParser()
Method Detail |
void tokenize(java.lang.String line)
\$ \% \& \"
"a "A "o "O "u "U "s
public boolean isTextToken(char c)
public boolean isAscii(char c)
public boolean isUmlaut(char c)
public boolean isDigit(char c)
public boolean isWhitespace(char c)
public boolean isPunctuation(char c)
public boolean isMathSymbol(char c)
public void dumpTokens()
public java.lang.Object getState()
public void setState(java.lang.Object tmp)
public void append(SimpleLatexParser.Box box)
public SimpleLatexParser.Box buildBox()
public void handleCommand(java.lang.String command)
public void FIXME(java.lang.String s)
public void _bf()
public void _em()
public void _rm()
public void _sl()
public void _sc()
public void _mathrm()
$math italic text {\mathrm{math roman}} more math italic$.
public void _tt()
public void _btt()
public void _itt()
public void _black()
public void _red()
public void _green()
public void _blue()
public void _cyan()
public void _magenta()
public void _yellow()
public void _white()
public void _darkblue()
public void _lightblue()
public void _darkgreen()
public void _darkred()
public void _darkpink()
public void _gold()
public void _fivept()
public void _sixpt()
public void _sevenpt()
public void _eightpt()
public void _ninept()
public void _tenpt()
public void _elevenpt()
public void _twelvept()
public void _thirteenpt()
public void _fourteenpt()
public void _fifteenpt()
public void _sixteenpt()
public void _seventeenpt()
public void _eightteenpt()
public void _nineteenpt()
public void _twentypt()
public void _twentyonept()
public void _twentytwopt()
public void _twentythreept()
public void _twentyfourpt()
public void _twentyfivept()
public void _twentysixpt()
public void _twentysevenpt()
public void _twentyeightpt()
public void _twentyninept()
public void _thirtypt()
public void _thirtyfivept()
public void _fourtypt()
public void _fourtyfivept()
public void _fiftypt()
public void _fiftyfivept()
public void _sixtypt()
public void _seventypt()
public void _eightypt()
public void _ninetypt()
public void _hundredpt()
public void _xpt()
public void _xipt()
public void _xiipt()
public void _xiiipt()
public void _xivpt()
public void _xvpt()
public void _xvipt()
public void _xviipt()
public void _xviiipt()
public void _xixpt()
public void _xxpt()
public void _xxipt()
public void _xxiipt()
public void _xxiiipt()
public void _xxivpt()
public void _xxvpt()
public void _xxvipt()
public void _xxviipt()
public void _xxxpt()
public void _xxxvpt()
public void _xlpt()
public void _footnotesize()
public void _tiny()
public void _small()
public void _normalsize()
public void _large()
public void _Large()
public void _LARGE()
public void _huge()
public void _hashsign()
public void _atsign()
public void _lbracket()
public void _backslash()
public void _rbracket()
public void _lessthan()
public void _equals()
public void _greaterthan()
public void _proportional()
public void _approxeq()
public void _lbrace()
public void _verticalbar()
public void _rbrace()
public void _tildechar()
public void _not()
public void _pmb()
public void _frac()
public void _hat()
public void _check()
public void _acute()
public void _grave()
public void _brave()
public void _bar()
public void _vec()
public void _dot()
public void _ddot()
public void _tilde()
public void _alpha()
public void _beta()
public void _gamma()
public void _delta()
public void _epsilon()
public void _varepsilon()
public void _zeta()
public void _eta()
public void _theta()
public void _vartheta()
public void _iota()
public void _kappa()
public void _lambda()
public void _mu()
public void _nu()
public void _xi()
public void _greeko()
public void _pi()
public void _varpi()
public void _rho()
public void _varrho()
public void _sigma()
public void _varsigma()
public void _tau()
public void _upsilon()
public void _phi()
public void _varphi()
public void _chi()
public void _psi()
public void _omega()
public void _Alpha()
public void _Beta()
public void _Gamma()
public void _Delta()
public void _Epsilon()
public void _Zeta()
public void _Eta()
public void _Theta()
public void _Iota()
public void _Kappa()
public void _Lambda()
public void _Mu()
public void _Nu()
public void _Xi()
public void _Greeko()
public void _Pi()
public void _Rho()
public void _Sigma()
public void _Tau()
public void _Upsilon()
public void _Phi()
public void _Chi()
public void _Psi()
public void _Omega()
public void _pm()
public void _cap()
public void _diamond()
public void _oplus()
public void _mp()
public void _cup()
public void _bigtriangleup()
public void _ominus()
public void _times()
public void _uplus()
public void _bigtriangledown()
public void _otimes()
public void _div()
public void _sqcap()
public void _triangleleft()
public void _oslash()
public void _ast()
public void _sqcup()
public void _triangleright()
public void _odot()
public void _star()
public void _vee()
public void _lhd()
public void _bigcirc()
public void _circ()
public void _wedge()
public void _rhd()
public void _dagger()
public void _bullet()
public void _setminus()
public void _unlhd()
public void _ddagger()
public void _cdot()
public void _wr()
public void _unrhd()
public void _amalg()
public void _leq()
public void _le()
public void _geq()
public void _equiv()
public void _models()
public void _prec()
public void _succ()
public void _sim()
public void _perp()
public void _preceq()
public void _succeq()
public void _simeq()
public void _mid()
public void _ll()
public void _gg()
public void _asymp()
public void _parallel()
public void _subset()
public void _supset()
public void _approx()
public void _bowtie()
public void _subseteq()
public void _supseteq()
public void _cong()
public void _Join()
public void _sqsubset()
public void _sqsupset()
public void _neq()
public void _smile()
public void _sqsubseteq()
public void _sqsupseteq()
public void _doteq()
public void _frown()
public void _in()
public void _ni()
public void _propto()
public void _vdash()
public void _dashv()
public void _leftarrow()
public void _longleftarrow()
public void _uparrow()
public void _Leftarrow()
public void _LongLeftarrow()
public void _Uparrow()
public void _rightarrow()
public void _longrightarrow()
public void _downarrow()
public void _Rightarrow()
public void _Longrightarrow()
public void _Downarrow()
public void _leftrightarrow()
public void _longleftrightarrow()
public void _updownarrow()
public void _Leftrightarrow()
public void _Longleftrightarrow()
public void _Updownarrow()
public void _mapsto()
public void _longmapsto()
public void _nearrow()
public void _hookleftarrow()
public void _hookrightarrow()
public void _searrow()
public void _leftharpoonup()
public void _rightharpoonup()
public void _swarrow()
public void _leftharpoondown()
public void _rightharpoondown()
public void _nwarrow()
public void _ldots()
public void _cdots()
public void _vdots()
public void _ddots()
public void _aleph()
public void _prime()
public void _forall()
public void _infty()
public void _hbar()
public void _emptyset()
public void _exists()
public void _nabla()
public void _surd()
public void _Box()
public void _triangle()
public void _Diamond()
public void _imath()
public void _jmath()
public void _ell()
public void _neg()
public void _top()
public void _flat()
public void _natural()
public void _sharp()
public void _wp()
public void _bot()
public void _clubsuit()
public void _diamondsuit()
public void _heartsuit()
public void _spadesuit()
public void _mho()
public void _Re()
public void _Im()
public void _angle()
public void _partial()
public void _sum()
public void _prod()
public void _coprod()
public void _int()
public void _oint()
public void _bigcap()
public void _bigcup()
public void _bigsqcup()
public void _bigvee()
public void _bigwedge()
public void _bigodot()
public void _bigotimes()
public void _bigoplus()
public void _biguplus()
public void _arccos()
public void _arcsin()
public void _arctan()
public void _arg()
public void _atan()
public void _cos()
public void _cosh()
public void _cot()
public void _coth()
public void _csc()
public void _deg()
public void _det()
public void _dim()
public void _exp()
public void _gcd()
public void _hom()
public void _inf()
public void _ker()
public void _lg()
public void _lim()
public void _liminf()
public void _limsup()
public void _ln()
public void _log()
public void _max()
public void _min()
public void _Pr()
public void _sec()
public void _sin()
public void _sinh()
public void _sup()
public void _tan()
public void _tanh()
public void _lfloor()
public void _rfloor()
public void _lceil()
public void _rceil()
public void _langle()
public void _rangle()
public void _slash()
public void _dverticalbar()
public void _rmoustache()
public void _lmoustache()
public void _rgroup()
public void _lgroup()
public void _arrowvert()
public void _Arrowvert()
public void _bracevert()
public void _widetilde()
public void _widehat()
public void _overleftarrow()
public void _overrightarrow()
public void _overline()
public void _underline()
public void _overbrace()
public void _underbrace()
public void _sqrt()
public void _sqrtn()
public void _digamma()
public void _beth()
public void _daleth()
public void _gimel()
public void _looparrowleft()
public void _looparrowright()
public void _leftrightsquigarrow()
public void _circlearrowleft()
public void _circlearrowright()
public void _nleftarrow()
public void _nrightarrow()
public void _nleftrightarrow()
public void _nLeftarrow()
public void _nLeftrightarrow()
public void _nRightarrow()
public void _define()
public void _lll()
public void _ggg()
public void _cdotvar()
public void _minus()
public void _euro()
public void _pound()
public void _pts()
public void _percent()
public void _promille()
public void _copyright()
public void _paragraph()
public void _degrees()
public void _setZ()
public void _setN()
public void _setR()
public void _celsius()
public void _fahrenheit()
public void _complement()
public void _nexists()
public void _varnothing()
public void _notElementIn()
public void _mathEpsilon()
public void _square()
public void _mathslash()
public void _root()
public void _cubicroot()
public void _fourthroot()
public void _varpropto()
public void _iint()
public void _iiint()
public void _telephone()
public void _smiley()
public void _smileyblack()
public void _male()
public void _female()
public void _thinspace()
public void _qquad()
public void _emspace()
void greek(java.lang.String s)
void unicode(java.lang.String s)
void mathfunction(java.lang.String s)
void space(int points)
void writeFigHeader(java.io.PrintStream ps)
public void setFontIndex(int fontIndex)
public void setFontPtSize(int ptSize)
public void setColorIndex(int colorIndex)
public void parse(java.lang.String s)
public void convertToFig(FigCompound compound)
public void selftest(java.lang.String s)
public void setEnableDisplayBoxes(boolean b)
public void setEnableDumpTokens(boolean b)
public static void msg(java.lang.String s)
public static void usage()
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |