(define-abbrev-table 'LaTeX-mode-abbrev-table '(
	("tebd" "\\documentclass{article}
\\usepackage{latexsym,amssymb}             % special symbols 
\\usepackage{amsmath}                      % amsmath environments
\\usepackage{amsthm}                       % ams theorem/proof environments
% \\usepackage{amscd}                      % ams commutative diagrams 
% \\usepackage{graphicx}                   % graphics commands
% \\usepackage{color}                      % color commands
% \\usepackage{verbatim}                   % comment/verbatim environments
% \\usepackage{makeidx}                    % makeindex

\\newcommand{\\bfi}{\\bfseries\\itshape}      % bold italic
\\begin{document}" nil 0)
	("upkgu" "\\usepackage{" nil 0)
	("upkg" "\\usepackage{}" nil 0)
	("upkgams" "\\usepackage{amsmath,amssymb,eufrak,amsthm,amscd}" nil 0)
	("upkgeuc" "\\usepackage{eucal}" nil 0)
	("upkgeuf" "\\usepackage{eufrak}" nil 0)
	("upkgclr" "\\usepackage{color}" nil 0)
	("upkggr" "\\usepackage{graphicx}" nil 0)
	("upkgvrb" "\\usepackage{verbatim}" nil 0)
	("temar" "\\textwidth 6.5 truein
\\oddsidemargin 0 truein
\\evensidemargin -0.50 truein
\\topmargin -.5 truein
\\textheight 8.5in" nil 0)
	("teaut" "\\title{Title of paper}
\\author{
Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of ... \\\\
\\and
Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\State University of ... }
\\date{put in custom date; delete this line for today's date}
\\maketitle" nil 0)
	("teabs" "\\begin{abstract}
Text goes here
\\end{abstract}" nil 0)
	("teref" "\\section*{References}
\\begin{description}
\\item   %use ``biba'' to fill in ref. items
\\end{description}" nil 0)
	("tebib" "\\begin{thebibliography}{}
\\bibitem[]{}   %use ``bibia'' or ``bibib'' to fill in  bibitems
\\end{thebibliography}" nil 0)
	("teack" "\\begin{acknowledgment}
\\end{acknowledgment}" nil 0)
	("bdo" "\\begin{document}" nil 0)
	("edo" "\\end{document}" nil 0)
	("dcart" "\\documentclass{article}" nil 0)
	("dcarta4" "\\documentclass[a4paper]{article}" nil 0)
	("dclet" "\\documentclass{letter}" nil 0)
	("dcrep" "\\documentclass{report}" nil 0)
	("dcbook" "\\documentclass{book}" nil 0)
	("ncmdu" "\\newcommand{" nil 0)
	("ncmd" "\\newcommand{}{}" nil 0)
	("rcmdu" "\\renewcommand{" nil 0)
	("rcmd" "\\renewcommand{}{}" nil 0)
	("blstr" "\\renewcommand{\\baselinestretch}{1.5}" nil 0)
	("setcu" "\\setcounter{" nil 0)
	("setc" "\\setcounter{}{}" nil 0)
	("slnu" "\\setlength{" nil 0)
	("sln" "\\setlength{}{}" nil 0)
	("spi" "\\setlength{\\parindent}{0em}" nil 0)
	("sps" "\\setlength{\\parskip1.5ex plus 0.5ex minus 0.5ex}" nil 0)
	("spn" "\\setcounter{page}{}" nil 0)
	("pgnr" "\\pagenumbering{roman}" nil 0)
	("pgna" "\\pagenumbering{arabic}" nil 0)
	("mrkbu" "\\markboth{" nil 0)
	("mrkb" "\\markboth{}{}" nil 0)
	("pgse" "\\pagestyle{empty}" nil 0)
	("pgsm" "\\pagestyle{myheadings}" nil 0)
	("sn" "\\section{" nil 0)
	("sns" "\\section*{" nil 0)
	("ssn" "\\subsection{" nil 0)
	("ssns" "\\subsection*{" nil 0)
	("parau" "\\paragraph{" nil 0)
	("cpg" "\\clearpage" nil 0)
	("cdp" "\\cleardoublepage" nil 0)
	("bctr" "\\begin{center}" nil 0)
	("ectr" "\\end{center}" nil 0)
	("bfll" "\\begin{flushleft}" nil 0)
	("efll" "\\end{flushleft}" nil 0)
	("bflr" "\\begin{flushright}" nil 0)
	("eflr" "\\end{flushright}" nil 0)
	("bqt" "\\begin{quotation}" nil 0)
	("eqt" "\\end{quotation}" nil 0)
	("bmpg" "\\begin{minipage}{\\textwidth}" nil 0)
	("empg" "\\end{minipage}" nil 0)
	("ben" "\\begin{enumerate}" nil 0)
	("een" "\\end{enumerate}" nil 0)
	("bitm" "\\begin{itemize}" nil 0)
	("eitm" "\\end{itemize}" nil 0)
	("bds" "\\begin{description}" nil 0)
	("eds" "\\end{description}" nil 0)
	("itmu" "\\item[" nil 0)
	("rcmdl" "\\renewcommand{\\labelenumi}{\\em $($\\roman{enumi}$)$}" nil 0)
	("btb" "\\begin{tabbing}" nil 0)
	("etb" "\\end{tabbing}" nil 0)
	("tb" "\\>" nil 0)
	("btr" "\\begin{tabular}{|c|c|}" nil 0)
	("etr" "\\end{tabular}" nil 0)
	("hlin" "\\hline" nil 0)
	("ftnu" "\\footnote{" nil 0)
	("ftn" "\\footnote{}" nil 0)
	("bbib" "\\begin{thebibliography}{}" nil 0)
	("ebib" "\\end{thebibliography}" nil 0)
	("snsref" "\\section*{References}" nil 0)
	("lblu" "\\label{" nil 0)
	("lbl" "\\label{}" nil 0)
	("refu" "\\ref{" nil 0)
	("refp" "(\\ref{})" nil 0)
	("citu" "\\cite{" nil 0)
	("cit" "\\cite{}" nil 0)
	("citp" "(\\cite{})" nil 0)
	("refia" "\\item Author [year]
Title.
{\\it Journal\\/} {\\bf 11}, 123--223." nil 0)
	("refib" "\\item Author [year]
{\\it Title.\\/}
Publisher." nil 0)
	("bibia" "\\bibitem[]{}
Author [year]
Title.
{\\it Journal\\/} {\\bf 11}, 123--223." nil 0)
	("bibib" "\\bibitem[]{}
Author [year]
{\\it Title.\\/}
Publisher." nil 0)
	("idxu" "\\index{" nil 0)
	("idx" "\\index{}" nil 0)
	("pidx" "\\printindex" nil 0)
	("midx" "\\makeindex" nil 0)
	("dsz" " \\displaystyle" nil 0)
	("tsz" " \\textstyle" nil 0)
	("ssz" " \\scriptstyle" nil 0)
	("sssz" " \\scriptscriptstyle" nil 0)
	("bdp" "\\[" nil 0)
	("edp" "\\]" nil 0)
	("beq" "\\begin{equation}" nil 0)
	("beql" "\\begin{equation}\\label{" nil 0)
	("eeq" "\\end{equation}" nil 0)
	("bqa" "\\begin{eqnarray}" nil 0)
	("bqal" "\\begin{eqnarray}\\label{" nil 0)
	("eqa" "\\end{eqnarray}" nil 0)
	("bqas" "\\begin{eqnarray*}" nil 0)
	("eqas" "\\end{eqnarray*}" nil 0)
	("besb" "\\begin{Sb}" nil 0)
	("eesb" "\\end{Sb}" nil 0)
	("besp" "\\begin{Sp}" nil 0)
	("eesp" "\\end{Sp}" nil 0)
	("bea" "\\begin{array}{ccc}" nil 0)
	("eea" "\\end{array}" nil 0)
	("nonu" "\\nonumber" nil 0)
	("mbxu" "\\mbox{" nil 0)
	("mbx" "\\mbox{}" nil 0)
	("txtu" "\\text{" nil 0)
	("txt" "\\text{}" nil 0)
	("txtqu" "\\quad\\text{}\\quad" nil 0)
	("intxtu" "\\text{" nil 0)
	("intxt" "\\intertext{}" nil 0)
	("txtqa" "\\quad \\text{and}\\quad" nil 0)
	("lequ" "\\begin{eqnarray}
\\lefteqn{} \\nonumber \\\\
& &
\\end{eqnarray}
" nil 0)
	("lequs" "\\begin{eqnarray*}
\\lefteqn{}\\\\
& &
\\end{eqnarray*}" nil 0)
	("tgu" "\\tag{" nil 0)
	("tg" "\\tag{}" nil 0)
	("tgsu" "\\tag*{" nil 0)
	("tgs" "\\tag*{}" nil 0)
	("ntg" "\\notag" nil 0)
	("bma" "\\begin{math}" nil 0)
	("ema" "\\end{math}" nil 0)
	("bdma" "\\begin{displaymath}
" nil 0)
	("edma" "\\end{displaymath}
" nil 0)
	("bal" "\\begin{align}
" nil 0)
	("eal" "\\end{align}
" nil 0)
	("bals" "\\begin{align*}
" nil 0)
	("eals" "\\end{align*}
" nil 0)
	("bala" "\\begin{alignat}{}
" nil 0)
	("eala" "\\end{alignat}
" nil 0)
	("balas" "\\begin{alignat*}{}
" nil 0)
	("ealas" "\\end{alignat*}
" nil 0)
	("bga" "\\begin{gather}
" nil 0)
	("ega" "\\end{gather}
" nil 0)
	("bgas" "\\begin{gather*}
" nil 0)
	("egas" "\\end{gather*}
" nil 0)
	("bmlt" "\\begin{multline}
" nil 0)
	("emlt" "\\end{multline}
" nil 0)
	("bmlts" "\\begin{multline*}
" nil 0)
	("emlts" "\\end{multline*}
" nil 0)
	("bald" "\\begin{aligned}
" nil 0)
	("eald" "\\end{aligned}
" nil 0)
	("balda" "\\begin{alignedat}{}
" nil 0)
	("ealda" "\\end{alignedat}
" nil 0)
	("bgad" "\\begin{gathered}
" nil 0)
	("egad" "\\end{gathered}
" nil 0)
	("bsplt" "\\begin{split}
" nil 0)
	("esplt" "\\end{split}
" nil 0)
	("equn" "\\[
F(b)-F(a)=\\int^b_af(x)\\, dx
\\]
" nil 0)
	("eqnu" "\\begin{equation}
F(b)-F(a)=\\int^b_af(x)\\, dx
\\end{equation}
" nil 0)
	("eqtxt" "\\[
\\sum ^n _{ i = 1 } x^2 _i + y^2 _i \\geq 0 \\quad
 \\text{for all real numbers $ x _i $ and $ y _i $}
\\]
" nil 0)
	("eqaun" "\\begin{align*}
x^2   &= y+1 \\\\
x^2+1 &= u+v
\\end{align*}
" nil 0)
	("eqanu" "\\begin{align}
x^2   &= y+1    \\\\
x^2+1 &= u+v
\\end{align}
" nil 0)
	("eqad" "\\begin{equation}
 \\begin{aligned}
 {}&a = b + c \\\\
 {}&d = e + f + g
\\end{aligned}
\\end{equation}
" nil 0)
	("eqsp" "\\begin{equation}
\\begin{split}
a  =  b &+ c + (c + d)  \\\\
        &{}- e + f
\\end{split}
\\end{equation}
" nil 0)
	("eqlbr" "\\begin{equation}
\\left. 
\\begin{aligned} 
&x = y           \\\\ 
&a = b^2 + b + 1 
\\end{aligned} 
\\right\\}
\\end{equation}
" nil 0)
	("eqbox" "\\begin{equation}
\\fbox{\\parbox{.7in}{$\\displaystyle{\\frac{x^2 + 1}{5} = y}$ }}
\\end{equation}
" nil 0)
	("eval" "\\[
\\left. f \\left(\\frac{t}{2}\\right)\\right|_{t=0}
\\]
" nil 0)
	("thmsty" "           \\theoremstyle{plain} %--default
        \\newtheorem{theorem}             {Theorem}  [section]
        \\newtheorem{lemma}      [theorem]{Lemma}
        \\newtheorem{corollary}  [theorem]{Corollary}
        \\newtheorem{proposition}[theorem]{Proposition}
        \\newtheorem{algorithm}  [theorem]{Algorithm}
        \\newtheorem{criterion}  [theorem]{Criterion}
        \\newtheorem{conjecture} [theorem]{Conjecture}
        \\newtheorem{question}   [theorem]{Question}

        \\theoremstyle{definition}
        \\newtheorem{definition} [theorem]{Definition}
        \\newtheorem{condition}  [theorem]{Condition}
        \\newtheorem{example}    [theorem]{Example}
        \\newtheorem{problem}    [theorem]{Problem}
        \\newtheorem{solution}   [theorem]{Solution}

        \\theoremstyle{remark}
        \\newtheorem{remark}              {Remark}
        \\newtheorem{note}                {Note}
        \\newtheorem{claim}               {Claim}
        \\newtheorem{summary}             {Summary}
        \\newtheorem{case}                {Case}
        \\newtheorem{acknowledgment}      {Acknowledgments}
        \\newtheorem{conclusion}          {Conclusion}
        \\newtheorem{notation}            {Notation}
" nil 0)
	("mcor" "\\newtheorem{corollary}{Corollary}
" nil 0)
	("mdfn" "\\newtheorem{definition}{Definition}
" nil 0)
	("mlem" "\\newtheorem{lemma}{Lemma}
" nil 0)
	("mprop" "\\newtheorem{proposition}{Proposition}
" nil 0)
	("mthm" "\\newtheorem{theorem}{Theorem}
" nil 0)
	("bcor" "\\begin{corollary}
" nil 0)
	("ecor" "\\end{corollary}
" nil 0)
	("blem" "\\begin{lemma}
" nil 0)
	("elem" "\\end{lemma}
" nil 0)
	("bprop" "\\begin{proposition}
" nil 0)
	("eprop" "\\end{proposition}
" nil 0)
	("bthm" "\\begin{theorem}
" nil 0)
	("bthmt" "\\begin{theorem}[Gauss' Theorem]
" nil 0)
	("ethm" "\\end{theorem}
" nil 0)
	("bdfn" "\\begin{definition}
" nil 0)
	("edfn" "\\end{definition}
" nil 0)
	("bprf" "\\begin{proof}
" nil 0)
	("eprf" "\\end{proof}
" nil 0)
	("balg" "\\begin{algorithm}
" nil 0)
	("ealg" "\\end{algorithm}
" nil 0)
	("bcnj" "\\begin{conjecture}
" nil 0)
	("ecnj" "\\end{conjecture}
" nil 0)
	("bcrit" "\\begin{criterion}
" nil 0)
	("ecrit" "\\end{criterion}
" nil 0)
	("bqst" "\\begin{question}
" nil 0)
	("eqst" "\\end{question}
" nil 0)
	("bcnd" "\\begin{condition}
" nil 0)
	("ecnd" "\\end{condition}
" nil 0)
	("bprob" "\\begin{problem}
" nil 0)
	("eprob" "\\end{problem}
" nil 0)
	("brmk" "\\begin{remark}
" nil 0)
	("ermk" "\\end{remark}
" nil 0)
	("bnote" "\\begin{note}
" nil 0)
	("enote" "\\end{note}
" nil 0)
	("bnota" "\\begin{notation}
" nil 0)
	("enota" "\\end{notation}
" nil 0)
	("bcase" "\\begin{case}
" nil 0)
	("ecase" "\\end{case}
" nil 0)
	("bclm" "\\begin{claim}
" nil 0)
	("eclm" "\\end{claim}
" nil 0)
	("bsum" "\\begin{summary}
" nil 0)
	("esum" "\\end{summary}
" nil 0)
	("bcncl" "\\begin{conclusion}
" nil 0)
	("ecncl" "\\end{conclusion}
" nil 0)
	("bac" "\\begin{acknowledgment}
" nil 0)
	("eac" "\\end{acknowledgment}
" nil 0)
	("bsol" "\\begin{solution}
" nil 0)
	("esol" "\\end{solution}
" nil 0)
	("bxca" "\\begin{xca}
" nil 0)
	("exca" "\\end{xca}
" nil 0)
	("bxcb" "\\begin{xcb}
" nil 0)
	("excb" "\\end{xcb}
" nil 0)
	("blackl" "\\quad\\blacklozenge" nil 0)
	("dblackl" "\\quad $\\blacklozenge$" nil 0)
	("qbsq" "\\quad\\blacksquare" nil 0)
	("qdbsq" "\\quad $\\blacksquare$" nil 0)
	("qesq" "\\quad\\square" nil 0)
	("qdesq" "\\quad $\\square$" nil 0)
	("qetd" "\\quad\\bigtriangledown" nil 0)
	("qdetd" "\\quad $\\bigtriangledown$" nil 0)
	("qbtd" "\\quad\\blacktriangledown" nil 0)
	("qdbtd" "\\quad $\\blacktriangledown$" nil 0)
	("rtgu" "\\raisetag{" nil 0)
	("qed" "\\qed" nil 0)
	("qeds" "\\qedsymbol" nil 0)
	("tgqeds" "\\tag*{\\qedsymbol}" nil 0)
	("rcqeds" "\\renewcommand{qedsymbol}{}" nil 0)
	("txtu" "\\text{" nil 0)
	("txt" "\\text{}" nil 0)
	("txtupu" "\\textup{" nil 0)
	("txtup" "\\textup{}" nil 0)
	("intxtu" "\\intertext{" nil 0)
	("intxt" "\\intertext{}" nil 0)
	("txtitu" "\\textit{" nil 0)
	("txtit" "\\textit{}" nil 0)
	("txtrmu" "\\textrm{" nil 0)
	("txtrm" "\\textrm{}" nil 0)
	("txtscu" "\\textsc{" nil 0)
	("txtsc" "\\textsc{}" nil 0)
	("txtsfu" "\\textsf{" nil 0)
	("txtsf" "\\textsf{}" nil 0)
	("txtslu" "\\textsl{text slanting inside math mode" nil 0)
	("txtsl" "\\textsl{}" nil 0)
	("txtttu" "\\texttt{" nil 0)
	("txttt" "\\texttt{}" nil 0)
	("txtstyu" "\\textstyle{" nil 0)
	("txtsty" "\\textstyle{}" nil 0)
	("mbbu" "\\mathbb{" nil 0)
	("mbfu" "\\mathbf{" nil 0)
	("mbf" "\\mathbf{}" nil 0)
	("mcalu" "\\mathcal{" nil 0)
	("mcal" "\\mathcal{}" nil 0)
	("mfrku" "\\mathfrak{" nil 0)
	("mfrk" "\\mathfrak{}" nil 0)
	("mitu" "\\mathit{" nil 0)
	("mit" "\\mathit{}" nil 0)
	("mrmu" "\\mathrm{" nil 0)
	("mrm" "\\mathrm{}" nil 0)
	("msfu" "\\mathsf{" nil 0)
	("msf" "\\mathsf{}" nil 0)
	("mttu" "\\mathtt{" nil 0)
	("mtt" "\\mathtt{}" nil 0)
	("opnu" "\\operatorname{" nil 0)
	("opn" "\\operatorname{}" nil 0)
	("opsech" "\\operatorname{sech}" nil 0)
	("opso3" "\\operatorname{so(3)}" nil 0)
	("dopso3" "$\\operatorname{so(3)}$" nil 0)
	("opcso3" "\\operatorname{SO(3)}" nil 0)
	("opdcso3" "$\\operatorname{SO(3)}$" nil 0)
	("opdiv" "\\operatorname{div}" nil 0)
	("opcurl" "\\operatorname{curl}" nil 0)
	("opcimu" "\\operatorname{Im}(" nil 0)
	("opcimz" "\\operatorname{Im}(z)" nil 0)
	("opcreu" "\\operatorname{Re}(" nil 0)
	("opcrez" "\\operatorname{Re}(z)" nil 0)
	("opad" "\\operatorname{ad}" nil 0)
	("opcad" "\\operatorname{Ad}" nil 0)
	("opcaut" "\\operatorname{Aut}" nil 0)
	("opccard" "\\operatorname{Card}" nil 0)
	("opchar" "\\operatorname{char}" nil 0)
	("opccorr" "\\operatorname{Corr}" nil 0)
	("opcdiff" "\\operatorname{Diff}" nil 0)
	("opcext" "\\operatorname{Ext}" nil 0)
	("opcfcl" "\\operatorname{FL}" nil 0)
	("opcgcl" "\\operatorname{GL}" nil 0)
	("opchom" "\\operatorname{Hom}" nil 0)
	("opcjac" "\\operatorname{Jac}" nil 0)
	("opclie" "\\operatorname{Lie}" nil 0)
	("opcnm" "\\operatorname{Nm}" nil 0)
	("opcpcgcl" "\\operatorname{PGL}" nil 0)
	("opcpic" "\\operatorname{Pic}" nil 0)
	("opcprym" "\\operatorname{Prym}" nil 0)
	("opcram" "\\operatorname{Ram}" nil 0)
	("opcrank" "\\operatorname{Rank}" nil 0)
	("oprank" "\\operatorname{rank}" nil 0)
	("opreg" "\\operatorname{reg}" nil 0)
	("opcres" "\\operatorname{Res}" nil 0)
	("opres" "\\operatorname{res}" nil 0)
	("opsl" "\\operatorname{sl}" nil 0)
	("opcscl" "\\operatorname{SL}" nil 0)
	("opcsco" "\\operatorname{SO}" nil 0)
	("opcscp" "\\operatorname{SP}" nil 0)
	("opcsp" "\\operatorname{Sp}" nil 0)
	("opsq" "\\operatorname{sq}" nil 0)
	("opcscu" "\\operatorname{SU}" nil 0)
	("opcsym" "\\operatorname{Sym}" nil 0)
	("opctr" "\\operatorname{Tr}" nil 0)
	("fdbfi" "\\newcommand{\\bfi}{\\bfseries\\itshape}" nil 0)
	("bfiu" "{\\bfi " nil 0)
	("bfu" "{\\bf " nil 0)
	("emu" "{\\em " nil 0)
	("itu" "{\\it  " nil 0)
	("rmu" "{\\rm " nil 0)
	("scu" "{\\sc " nil 0)
	("sfu" "{\\sf " nil 0)
	("ttu" "{\\tt " nil 0)
	("ovsu" "\\overset{" nil 0)
	("ovst" "\\overset{}{}" nil 0)
	("sstu" "\\sideset{" nil 0)
	("sst" "\\sideset{}{}" nil 0)
	("unstu" "\\underset{" nil 0)
	("unst" "\\underset{}{}" nil 0)
	("smb" "\\smash[b]{}" nil 0)
	("smt" "\\smash[t]{}" nil 0)
	("nolim" "\\nolimits" nil 0)
	("ovstcpp" "\\overset{\\longrightarrow}{\\text{PP}}" nil 0)
	("ovstcpq" "\\overset{\\longrightarrow}{\\text{PQ}}" nil 0)
	("dovstcpp" "$\\overset{\\longrightarrow}{\\text{PP}}$" nil 0)
	("dovstcpq" "$\\overset{\\longrightarrow}{\\text{PQ}}" nil 0)
	("mxc" "\\begin{pmatrix}
 x_1  \\\\
 x_2  \\\\
 x_3
\\end{pmatrix}" nil 0)
	("mxcb" "\\begin{bmatrix}
x  \\\\
y
\\end{bmatrix}" nil 0)
	("mx2p" "\\begin{pmatrix}
 a & b \\\\
 c & d
\\end{pmatrix}" nil 0)
	("mx2bk" "\\begin{bmatrix}
 a & b \\\\
 c & d
\\end{bmatrix}" nil 0)
	("mx2i" "\\begin{bmatrix}
1 & 0 \\\\
0 & 1
\\end{bmatrix}" nil 0)
	("mx2s" "\\begin{bmatrix}
 0 & 1 \\\\
-1 & 0
\\end{bmatrix}" nil 0)
	("mx3i" "\\begin{pmatrix}
 1 & 0 & 0 \\\\
 0 & 1 & 0 \\\\
 0 & 0 & 1
\\end{pmatrix}" nil 0)
	("mx3d" "\\left| \\begin{matrix}
a & b & c \\\\
d & e & f \\\\
g & h & i
\\end{matrix} \\right|" nil 0)
	("mx3p" "\\begin{pmatrix}
a & b & c \\\\
d & e & f \\\\
g & h & i
\\end{pmatrix}" nil 0)
	("mx3b" "\\begin{bmatrix}
a & b & c \\\\
d & e & f \\\\
g & h & i
\\end{bmatrix}" nil 0)
	("mx3b35pt" "\\begin{bmatrix}
a & b & c \\\\ [35pt]
d & e & f \\\\ [35pt]
g & h & i
\\end{bmatrix}" nil 0)
	("mxu" "\\begin{matrix}
...&...\\\\
...&...
\\end{matrix}" nil 0)
	("mxpu" "\\begin{pmatrix}
...&...\\\\
...&...
\\end{pmatrix}" nil 0)
	("mxbu" "\\begin{bmatrix}
...&...\\\\
...&...
\\end{bmatrix}" nil 0)
	("mxvu" "\\begin{vmatrix}
...&...\\\\
...&...
\\end{vmatrix}" nil 0)
	("mxcvu" "\\begin{Vmatrix}
...&...\\\\
...&...
\\end{Vmatrix}" nil 0)
	("mxsu" "\\begin{smallmatrix}
...&...\\\\
...&...
\\end{smallmatrix}" nil 0)
	("mxspu" "\\left(
\\begin{smallmatrix}
...&...\\\\
...&...
\\end{smallmatrix}
\\right)" nil 0)
	("mxsbu" "\\left[
\\begin{smallmatrix}
...&...\\\\
...&...
\\end{smallmatrix}
\\right]" nil 0)
	("frbox" "\\fbox{\\parbox{2.0in}{\\centerline{\\large \\bf type header} text }}" nil 0)
	("dfrbox" "\\fbox{\\fbox{\\parbox{2.0in}{
\\centerline{\\large \\bf type header} text }}}" nil 0)
	("frboxn" "\\fbox{\\parbox{2.0in}{{\\large \\bf Note: \\,} text }}" nil 0)
	("tbex" "\\begin{tabbing}
xxxxxxxxxxx\\= xxxxxxxxxxx\\= xxxxxxxxxxx\\= \\kill
items      \\> for        \\> row        \\> one      \\\\
items      \\> for        \\> row        \\> two      \\\\
\\end{tabbing}" nil 0)
	("tabex1" "\\begin{center}
\\begin{tabular}{ccccc}
                   & & \\multicolumn{3}{c}{Definition}    \\\\
                   & & \\multicolumn{3}{c}{of derivative} \\\\
                   & & & $\\downarrow$
                   &                                     \\\\
Partials exist and & $\\Longrightarrow$
                   & Differentiable
                   & $\\Longrightarrow$
                   & Partials exist                       \\\\
are continuous     & & & &
\\end{tabular}
\\end{center}" nil 0)
	("tabex2" "\\begin{center}
\\fbox{\\parbox{4.5in}{
\\begin{tabular}{ll}
\\multicolumn{2}{c}{\\bf Box 2.1.1 \\quad
                       Summary of Important Formulas for \\S 2.1}  \\\\
{\\it Velocity\\/} 
      &                                                           \\\\
      &                                                           \\\\
$ V = {\\displaystyle \\frac{\\partial \\phi}{\\partial t} } $  
      & $ V ^a ={\\displaystyle \\frac{\\partial \\phi ^a} 
                                    {\\partial t}}$                \\\\  
      &                                                           \\\\
$ v _t = V _t \\circ \\phi _t ^{-1} $  
      & $ v ^a _t = V ^a _t \\circ \\phi _t ^{-1} $                 \\\\
      &                                                           \\\\
{\\it Covariant Derivative\\/} 
      &                                                           \\\\
      &                                                           \\\\
$ {\\bf D} v \\cdot w = \\nabla _w v $  
      & $ (\\nabla _w v) ^a =
          {\\displaystyle \\frac{\\partial v ^a}
                              {\\partial x ^b}} w ^b +
                         \\gamma ^a _{b c} w ^b v ^c $             \\\\
\\end{tabular}
}} 
\\end{center}" nil 0)
	("tabex3" "\\begin{center}
\\begin{tabular}{lll}
{\\it Classical Tensor Analysis\\/} 
     & 
     & {\\it Tensor Analysis on Manifolds\\/} 
\\\\ \\\\
$ \\{ x ^a\\}$ 
     & Coordinates  
     & $ \\{ x ^a\\}$                                   
\\\\ \\\\
$ e _a = {\\displaystyle \\frac{\\partial z ^i }
                             {\\partial x ^a} \\dot{ i} _i }$ 
     & $ \\!\\!\\! \\begin{array}{l}    
                {\\rm coordinate} \\\\  
                {\\rm basis \\, vectors }
                \\end{array} $ 
     & $ {\\displaystyle \\frac{\\partial}{\\partial x^a} = e _a } $                \\\\ \\\\
       $ \\!\\!\\!\\! \\left. \\begin{array}{l}
                \\bar{e} _a = {\\displaystyle \\frac{\\partial x ^b} 
                                   {\\partial \\bar{x} ^a} e _b }   
\\\\ \\\\
                \\bar{e} ^a = {\\displaystyle \\frac{\\partial \\bar{x} ^a} 
                                   {\\partial \\bar{x} ^b} e^b }
                 \\end{array}  \\right\\}$ 
     & $ \\!\\!\\! \\begin{array}{l}
                {\\rm change \\, of} \\\\   
                {\\rm coordinates} \\\\
                \\end{array} $ 
     & $ \\left\\{ \\begin{array}{l}
                {\\displaystyle \\frac{\\partial}{\\partial \\bar{x} ^a} =
                \\frac{ \\partial x ^b}{\\partial \\bar{x} ^a} 
                \\frac{ \\partial} {\\partial x ^b} } 
                \\\\  \\\\
                {\\displaystyle d \\bar{x} ^a = 
                \\frac{ \\partial \\bar{x} ^a }{ \\partial x ^b} d x ^b }
                \\end{array}  \\right. $ 
\\\\
\\end{tabular}
\\end{center}" nil 0)
	("tabex4" "\\begin{center}
\\begin{tabular}{||l|l||}                                              
\\hline \\hline
\\quad {\\bf Classical Mechanics} 
      & \\quad {\\bf Quantum Mechanics}                 \\\\ \\hline \\hline
immersed Lagrangian manifold  
      & element of $L^2 (Q)$ 
        or ${\\cal D}^\\prime (Q)$                      \\\\
$\\Lambda \\rightarrow (T ^\\ast Q,\\Omega)$   
      &                                               \\\\ \\hline
$\\Lambda = $ graph of ${\\bf d} S$  
      & $\\psi = \\exp (iS/\\hbar)$                      \\\\ \\hline
$T ^{\\ast} Q$  
      & Hilbertspace                                  \\\\ \\hline
Lagrangian manifold  
      & (possibly unbounded)                          \\\\
$\\quad \\Omega \\subset(T^\\ast Q, \\Omega _Q)
\\times (T^\\ast R,-\\Omega_R)$
      & $\\quad L^2 (R)$ to $L^2 (Q)$                  \\\\ \\hline
composition of canonical relations  
      & composition of operators                      \\\\ \\hline \\hline
\\end{tabular}
\\end{center}" nil 0)
	("tabex5" "\\begin{center}
\\fbox{\\fbox{\\parbox{4.0in}{
\\begin{tabular}{ll}
\\quad {\\bf Classical Mechanics}  
      & \\quad {\\bf Quantum Mechanics}                  \\\\ \\hline \\hline
immersed Lagrangian manifold  
      & element of $L^2 (Q)$ or ${\\cal D}^\\prime (Q)$  \\\\
$\\Lambda \\rightarrow (T ^\\ast Q,\\Omega)$   
      &                        \\\\ \\hline
$\\Lambda = $ graph of ${\\bf d} S$  
      & $\\psi = \\exp (iS/\\hbar)$                       \\\\ \\hline
$T ^{\\ast} Q$  
      & Hilbertspace                                   \\\\ \\hline
Lagrangian manifold  
      & (possibly unbounded)                           \\\\
$\\quad \\Omega \\subset (T^\\ast Q, \\Omega _Q)
\\times (T^\\ast R,-\\Omega_R)$  
      & $\\quad L^2 (R)$ to $L^2 (Q)$                   \\\\ \\hline
        composition of canonical relations  
     & composition of operators                       \\\\
\\end{tabular}
}}} \\end{center}" nil 0)
	("tabex6" "\\begin{center}
\\begin{tabular}{||l|c|c||}
    \\hline
 Case & Conditions & Connection                               \\\\ \\hline
 Unconstrained  
      & ${\\cal D}_q = T_q Q$  
      & ${\\cal A}^{\\rm sym}(\\dot q)={\\Bbb I} ^{-1} J(\\dot{q})$ \\\\ [1ex]
 Purely Kinematic  
      & ${\\cal D}_q \\cap T_q({\\rm Orb}(q)) = \\{0\\}$  
      & ${\\cal A}^{\\rm kin} (\\dot{q}) = 0$                     \\\\ [1ex]
 Horizontal symmetries  
      & ${\\cal D}_q \\cap T_q({\\rm Orb}(q))_G   
                         = T_q({\\rm Orb}(q))_H$  
      & ${\\cal A}^{\\rm sym} (\\dot{q})   
                     + {\\cal A}^{\\rm kin} (\\dot{q}) 
                     ={\\Bbb I} ^{-1} J_H (\\dot{q})$            \\\\ [1ex]
 General principal  
      & ${\\cal D}_q + T_q({\\rm Orb}(q)) = T_q Q$  
      & ${\\cal A}^{\\rm sym}(\\dot{q}) + {\\cal A}^{\\rm kin}(\\dot{q}) = 
        {\\Bbb I} ^{-1} J ^{\\rm nhc}(\\dot{q})$ \\\\
 bundle case  
      &  
      &                                                       \\\\ \\hline
\\end{tabular}
\\end{center}" nil 0)
	("cdli" "\\begin{equation*}
 \\begin{CD}         
 0 @>>> A @>f>>B @>g>> C @>h>> C/g(B) @>>>0
 \\end{CD} 
 \\end{equation*}
 " nil 0)
	("cdsq" "\\begin{equation*}
 \\begin{CD}         
 A @>F>>B\\\\
 @VGVV  @VVgV \\\\
 C @>>f>D\\\\
 \\end{CD} 
 \\end{equation*}
 " nil 0)
	("tepaper" "%&latex2e--tepaper
\\documentclass{article}
\\usepackage{latexsym,amssymb}             % special symbols 
\\usepackage{amsmath}                      % amsmath environments
\\usepackage{amsthm}                       % ams theorem/proof environments
% \\usepackage{amscd}                      % ams commutative diagrams 
% \\usepackage{graphicx}                   % graphics commands
% \\usepackage{color}                      % color commands
% \\usepackage{verbatim}                   % comment/verbatim environments

\\newcommand{\\bfi}{\\bfseries\\itshape}      % bold italic

\\makeatletter
\\@addtoreset{figure}{section}
\\def\\thefigure{\\thesection.\\@arabic\\c@figure}
\\def\\fps@figure{h, t}
\\@addtoreset{equation}{section}
\\def\\theequation{\\thesection.\\arabic{equation}}
\\makeatother

        \\theoremstyle{plain} %--default
        \\newtheorem{theorem}             {Theorem}  [section]
        \\newtheorem{lemma}      [theorem]{Lemma}
        \\newtheorem{corollary}  [theorem]{Corollary}
        \\newtheorem{proposition}[theorem]{Proposition}
        \\newtheorem{algorithm}  [theorem]{Algorithm}
        \\newtheorem{criterion}  [theorem]{Criterion}
        \\newtheorem{conjecture} [theorem]{Conjecture}
        \\newtheorem{question}   [theorem]{Question}

        \\theoremstyle{definition}
        \\newtheorem{definition} [theorem]{Definition}
        \\newtheorem{condition}  [theorem]{Condition}
        \\newtheorem{example}    [theorem]{Example}
        \\newtheorem{problem}    [theorem]{Problem}
        \\newtheorem{solution}   [theorem]{Solution}

        \\theoremstyle{remark}
        \\newtheorem{remark}              {Remark}
        \\newtheorem{note}                {Note}
        \\newtheorem{claim}               {Claim}
        \\newtheorem{summary}             {Summary}
        \\newtheorem{case}                {Case}
        \\newtheorem{acknowledgment}      {Acknowledgments}
        \\newtheorem{conclusion}          {Conclusion}
        \\newtheorem{notation}            {Notation}

\\begin{document}

\\title{Title of paper}
\\author{ Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of ... \\\\
\\and  Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\State University of ... }
\\date{put in custom date; delete this line for today's date}
\\maketitle

\\begin{abstract}
This template is called {\\it paper/template.tex}.
It numbers equations, figures, tables and theorems within each section.
Figures are placed automatically following the paragraph in which they
are cited, or at the top of the next page if there is not room
on the page of citation.
\\end{abstract}

\\section*{Introduction}
Text goes here

\\section{First Section Title}
Text goes here 


\\begin{acknowledgment}
We thank ...
\\end{acknowledgment}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
    %  BIBLIOGRAPHY
    %  %use ``bibia'' or ``bibib'' to fill in  bibitems
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

\\begin{thebibliography}{}
\\bibitem[]{}   
\\end{thebibliography}

\\end{document}
" nil 0)
	("tepaper.simple" "%&latex2e--tepaper.simple
\\documentclass{article}
\\usepackage{latexsym,amssymb}             % special symbols 
\\usepackage{amsmath}                      % amsmath environments
\\usepackage{amsthm}                       % ams theorem/proof environments
% \\usepackage{amscd}                      % ams commutative diagrams 
% \\usepackage{graphicx}                   % graphics commands
% \\usepackage{color}                      % color commands
% \\usepackage{verbatim}                   % comment/verbatim environments
\\newcommand{\\bfi}{\\bfseries\\itshape}


\\newtheorem{theorem}{Theorem}[section]
\\newtheorem{proposition}[theorem]{Proposition}
\\newtheorem{lemma}[theorem]{Lemma}
\\newtheorem{corollary}[theorem]{Corollary}
\\newtheorem{definition}[theorem]{Definition}

{\\renewcommand{\\theequation}{\\thesection.\\arabic{equation}}

\\begin{document}

\\title{Title of paper}
\\author{ Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of ... \\\\
\\and  Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\State University of ... }
\\date{put in custom date; delete this line for today's date}
\\maketitle

\\begin{abstract}
This brick is called {\\it paper/simple/template.tex}.
It numbers equations and
theorems within each section, but you are required to insert counters;
it does not require any special style files.
\\end{abstract}

%The counters below will renumber equations in each section.
\\section*{Introduction}
\\setcounter{equation}{0}
                Text goes here

\\section{First Section Title}
\\setcounter{equation}{0}
                Text goes here



\\begin{acknowledgment}
We thank ...
\\end{acknowledgment}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
    %  REFERENCES
    %  use ``biba or bibb'' to fill in reference items
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

\\section*{References}
\\begin{description}
\\item Author, U. N., ...
\\end{description}

\\end{document}
" nil 0)
	("tepaper.simplest" "%&latex2e--tepaper simplest
\\documentclass{article}
\\begin{document}

\\title{Title of paper}
\\author{Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of Nebraska \\\\
\\and
Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\San Jose State University }
\\date{put in custom date; delete this line for today's date}
\\maketitle

\\begin{abstract}
This brick is called {\\it paper/simplest/template.tex}. It uses the
default \\LaTeX\\ numbering, with theorems etc. and equations numbered
consecutively throughout the paper.
\\end{abstract}

\\section*{Introduction}
Text goes here

\\section{First Section Title}
Text goes here

\\section{Second Section Title}
Text goes here

\\bigskip 


    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
    %  REFERENCES
    %  use ``biba or bibb'' to fill in reference items
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

\\section*{References}
\\begin{description}
\\item Author, U. N., ...
\\end{description}

\\end{document}
" nil 0)
	("tepaper.eqnwith" "%&latex2e--tepaper eqnwith
\\documentclass{article}
\\usepackage{latexsym,amssymb}             % special symbols 
\\usepackage{amsmath}                      % amsmath environments
\\usepackage{amsthm}                       % ams theorem/proof environments
% \\usepackage{amscd}                      % ams commutative diagrams 
% \\usepackage{graphicx}                   % graphics commands
% \\usepackage{color}                      % color commands
% \\usepackage{verbatim}                   % comment/verbatim environments

\\newcommand{\\bfi}{\\bfseries\\itshape}


        \\theoremstyle{plain} %--default
        \\newtheorem{theorem}             {Theorem}  [section]
        \\newtheorem{lemma}      [theorem]{Lemma}
        \\newtheorem{corollary}  [theorem]{Corollary}
        \\newtheorem{proposition}[theorem]{Proposition}
        \\newtheorem{algorithm}  [theorem]{Algorithm}
        \\newtheorem{criterion}  [theorem]{Criterion}
        \\newtheorem{conjecture} [theorem]{Conjecture}
        \\newtheorem{question}   [theorem]{Question}

        \\theoremstyle{definition}
        \\newtheorem{definition} [theorem]{Definition}
        \\newtheorem{condition}  [theorem]{Condition}
        \\newtheorem{example}    [theorem]{Example}
        \\newtheorem{problem}    [theorem]{Problem}
        \\newtheorem{solution}   [theorem]{Solution}

        \\theoremstyle{remark}
        \\newtheorem{remark}              {Remark}
        \\newtheorem{note}                {Note}
        \\newtheorem{claim}               {Claim}
        \\newtheorem{summary}             {Summary}
        \\newtheorem{case}                {Case}
        \\newtheorem{acknowledgment}      {Acknowledgments}
        \\newtheorem{conclusion}          {Conclusion}
        \\newtheorem{notation}            {Notation}



{\\renewcommand{\\theequation}{\\thesection.\\arabic{equation}}
%--------------------------------
\\makeatletter
\\def\\equationwith#1{%
  \\expandafter\\edef\\expandafter\\c@equation%
  \\expandafter{\\csname c@#1\\endcsname}%
  \\expandafter\\let\\expandafter\\theequation\\csname the#1\\endcsname
}
\\makeatother
\\equationwith{theorem}
%--------------------------------

\\begin{document}

\\title{Title of paper}
\\author{ Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of ... \\\\
\\and  Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\State University of ... }
\\date{put in custom date; delete this line for today's date}
\\maketitle

\\begin{abstract}
This brick is called {\\it paper/eqnwith/template.tex}.
It numbers equations and
theorems within each section, but you are required to insert counters;
it does not require any special style files.
\\end{abstract}

%The counters below will renumber equations in each section.
\\section*{Introduction}
                Text goes here

\\section{First Section Title}
                Text goes here


\\begin{acknowledgment}
We thank ...
\\end{acknowledgment}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
    %  BIBLIOGRAPHY
    %  %use ``bibia'' or ``bibib'' to fill in  bibitems
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

\\begin{thebibliography}{}
\\bibitem[]{}   
\\end{thebibliography}

\\end{document}
" nil 0)
	("tepaper.amsart" "%&AMS article
\\documentclass{amsart}
\\usepackage{graphicx}
\\newcommand{\\bfi}{\\bfseries\\itshape}

        \\theoremstyle{plain} %--default
        \\newtheorem{theorem}             {Theorem}  [section]
        \\newtheorem{lemma}      [theorem]{Lemma}
        \\newtheorem{corollary}  [theorem]{Corollary}
        \\newtheorem{proposition}[theorem]{Proposition}
        \\newtheorem{algorithm}  [theorem]{Algorithm}
        \\newtheorem{criterion}  [theorem]{Criterion}
        \\newtheorem{conjecture} [theorem]{Conjecture}
        \\newtheorem{question}   [theorem]{Question}

        \\theoremstyle{definition}
        \\newtheorem{definition} [theorem]{Definition}
        \\newtheorem{condition}  [theorem]{Condition}
        \\newtheorem{example}    [theorem]{Example}
        \\newtheorem{problem}    [theorem]{Problem}
        \\newtheorem{solution}   [theorem]{Solution}

        \\theoremstyle{remark}
        \\newtheorem{remark}              {Remark}
        \\newtheorem{note}                {Note}
        \\newtheorem{claim}               {Claim}
        \\newtheorem{summary}             {Summary}
        \\newtheorem{case}                {Case}
        \\newtheorem{acknowledgment}      {Acknowledgments}
        \\newtheorem{conclusion}          {Conclusion}
        \\newtheorem{notation}            {Notation}


                \\numberwithin{equation}{section}

        %----------------------------------------------------
        \\begin{document}

        \\title[put short title here]%
              {Put the real title here\\\\
                and rest of title here}

        \\author[Author One and Author Two]{%
                Author One\\\\
                Author Two\\\\
        }
                \\address{Department of Mathematics\\\\
                         Northeastern University\\\\
                         Boston, Massachusetts 02115}%
                \\address{Mathematical Research Section\\\\
                         School of Mathematical Sciences\\\\
                         Australian National University\\\\
                         Canberra ACT 2601, Australia}


        \\subjclass{Primary 54C40, 14E20; Secondary 46E25, 20C20}
        \\date     {July 2, 1991}

        %         \\thanks will become a 1st page footnote.
        \\thanks{The first author was supported in part by NSF
                Grant \\#000000.}
        %\\dedicatory{}
        \\maketitle
        \\begin{abstract}
                This is the abstract.
        \\end{abstract}

        \\tableofcontents
        \\section{Other headings}
        \\section*{This is an unnumbered first-level section head}
        \\subsection{This is a numbered second-level section head}
        \\subsection*{This is an unnumbered second-level section head}
        \\subsubsection{This is a numbered third-level section head}
        \\subsubsection*{This is an unnumbered third-level section head}

        \\begin{theorem}
                Definition environemnt
        \\end{theorem}

        \\begin{definition}
                Definition environemnt
        \\end{definition}

        \\begin{remark}
                Remark environemnt
        \\end{remark}

        %-----------------
        \\bibliographystyle{}
        \\begin{thebibliography}{}

        \\bibitem[{Arnol$'$d et al. [1982]}] {arnold:sing}
                 Arnol$'$d, V. L., Varchenko, A. N.,
                  and Gusein-Zade, S. M. [1982]
                 \\emph{Singularities of differentiable maps.} I,
                  ``Nauka'', Moscow (Russian);
                 English transl. Birkh\\\"auser, 1985.

        \\bibitem[{Arnol$'$d et al. [1984]}] {arnold:sing2}
        \\bysame [1984]
                \\emph{Singularities of differentiable maps.}~II,
                  ``Nauka'', Moscow;
                 English transl., Birkh\\\"auser, 1988.

        \\end{thebibliography}
        %-----------------
        \\end{document}
" nil 0)
	("tepaper.html" "%article html
  
%% Source: Ross Moore, Macquarie University, Sydney Australia
%% Manual: http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/

\\documentclass{article}

%% load extra AMS math symbols
\\usepackage[psamsfonts]{amsfonts}

%% and the extended enumerate environments
\\usepackage{enumerate}	


%% These are for making Web pages, using LaTeX2HTML
\\usepackage{html}
\\begin{htmlonly}
\\bodytext{BGCOLOR=#FFFFFF LINK=#9600a8 VLINK=#ff3b21 ALINK=#26ffab}
\\end{htmlonly}

\\usepackage[dvips]{color}
\\begin{htmlonly}
\\pagecolor{white}
\\end{htmlonly}

%% adjust the size and positioning
%% of the text-area on the paper

%begin{latexonly}
\\addtolength{\\voffset}{-2cm}
\\addtolength{\\textheight}{4cm}
\\addtolength{\\hoffset}{-2cm}
\\addtolength{\\textwidth}{4cm}
%end{latexonly}

\\title{}
\\author{}
\\date{}

\\begin{document}
\\maketitle
\\thispagestyle{empty}

%... put text here
\\end{document}" nil 0)
	("tebook" "%&latex2e--tebook 
\\documentclass{book}
\\usepackage{latexsym,amssymb}             % special symbols 
\\usepackage{amsmath}                      % amsmath environments
\\usepackage{amsthm}                       % ams theorem/proof environments
% \\usepackage{amscd}                      % ams commutative diagrams 
% \\usepackage{graphicx}                   % graphics commands
% \\usepackage{color}                      % color commands
% \\usepackage{verbatim}                   % comment/verbatim environments
% \\usepackage{makeidx}                    % makeindex


        \\theoremstyle{plain} %--default
        \\newtheorem{theorem}             {Theorem}  [section]
        \\newtheorem{lemma}      [theorem]{Lemma}
        \\newtheorem{corollary}  [theorem]{Corollary}
        \\newtheorem{proposition}[theorem]{Proposition}
        \\newtheorem{algorithm}  [theorem]{Algorithm}
        \\newtheorem{criterion}  [theorem]{Criterion}
        \\newtheorem{conjecture} [theorem]{Conjecture}
        \\newtheorem{question}   [theorem]{Question}

        \\theoremstyle{definition}
        \\newtheorem{definition} [theorem]{Definition}
        \\newtheorem{condition}  [theorem]{Condition}
        \\newtheorem{example}    [theorem]{Example}
        \\newtheorem{problem}    [theorem]{Problem}
        \\newtheorem{solution}   [theorem]{Solution}

        \\theoremstyle{remark}
        \\newtheorem{remark}              {Remark}
        \\newtheorem{note}                {Note}
        \\newtheorem{claim}               {Claim}
        \\newtheorem{summary}             {Summary}
        \\newtheorem{case}                {Case}
        \\newtheorem{acknowledgment}      {Acknowledgments}
        \\newtheorem{conclusion}          {Conclusion}
        \\newtheorem{notation}            {Notation}

\\makeatletter
\\@addtoreset{figure}{section}             % figure numbering within section
\\def\\thefigure{\\thesection.\\@arabic\\c@figure}
\\def\\fps@figure{h, t}
\\@addtoreset{equation}{section}           % equation numbering within section
\\def\\theequation{\\thesection.\\arabic{equation}}
\\makeatother


\\begin{document}

\\title{Title of Book}
\\author{ Author1
   \\thanks{Research partially supported by ...}
   \\\\Department of Mathematics
   \\\\University of ... \\\\
\\and  Author2
   \\thanks{Research partially supported by ...}
   \\\\Department of Physics
   \\\\State University of ... }
\\date{put in custom date; delete this line for today's date}
\\maketitle

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
    %  BIBLIOGRAPHY
    %  %use ``bibia'' or ``bibib'' to fill in  bibitems
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

\\begin{thebibliography}{}
\\bibitem[]{}   
\\end{thebibliography}

\\end{document}
" nil 0)
	("teletter" "%&latex2e--te2letter
\\documentclass{letter}
\\begin{document}
\\signature{yourName}
\\telephone{phone (TTT) EEE-LLLL}
\\begin{letter}{Addressee\\\\
               Address\\\\
               More Address\\\\
               More and more lines separated by double backslashes
               }
\\opening{Dear Whoever,}

The Text

\\closing{Sincerely yours,}
\\end{letter}
\\end{document}
" nil 0)
	("bcmnt" "\\begin{comment}" nil 0)
	("ecmnt" "\\end{comment}" nil 0)
	("tdu" "\\todo{" nil 0)
	("vrb" "\\verb" nil 0)
	("bvrb" "\\begin{verbatim}" nil 0)
	("evrb" "\\end{verbatim}" nil 0)
	("cl" "\\centerline{" nil 0)
	("hfi" "\\hfill" nil 0)
	("noi" "\\noindent" nil 0)
	("nl" "\\\\" nil 0)
	("np" "\\newpage" nil 0)
	("pt" "%" nil 0)
	("blskp" "\\baselineskip" nil 0)
	("vfi" "\\vfill" nil 0)
	("lbrk" "\\linebreak" nil 0)
	("nlin" "\\newline" nil 0)
	("rlin" "\\rightline{}" nil 0)
	("clin" "\\centerline{}" nil 0)
	("llin" "\\leftline{}" nil 0)
	("lin" "\\line{}" nil 0)
	("ob" "{" nil 0)
	("eb" "}" nil 0)
	("eit" "\\/}" nil 0)
	("op" "(" nil 0)
	("ep" ")" nil 0)
	("obk" "[" nil 0)
	("ebk" "]" nil 0)
	("llb" "\\{" nil 0)
	("rlb" "\\}" nil 0)
	("bqm" "``" nil 0)
	("eqm" "''" nil 0)
	("lle" "\\langle" nil 0)
	("rle" "\\rangle" nil 0)
	("itm" "\\item" nil 0)
	("ad" "&" nil 0)
	("ae" "\\'{e}" nil 0)
	("ge" "\\`{e}" nil 0)
	("ua" "\\\"{a}" nil 0)
	("uo" "\\\"{o}" nil 0)
	("uu" "\\\"{u}" nil 0)
	("ace" "\\'{E}" nil 0)
	("gce" "\\`{E}" nil 0)
	("uca" "\\\"{A}" nil 0)
	("uco" "\\\"{O}" nil 0)
	("ucu" "\\\"{U}" nil 0)
	("bksl" "\\" nil 0)
	("ats" "@" nil 0)
	("cprt" "\\copyright" nil 0)
	("ps" "\\P" nil 0)
	("ss" "\\S" nil 0)
	("gss" "\\ss" nil 0)
	("csp" "\\quad" nil 0)
	("dsp" "\\qquad" nil 0)
	("ssp" "\\," nil 0)
	("msp" "\\:" nil 0)
	("tsp" "\\;" nil 0)
	("nsp" "\\!" nil 0)
	("ndsp" "\\! \\!" nil 0)
	("ensp" "\\enspace" nil 0)
	("qd" "\\quad" nil 0)
	("qqd" "\\qquad" nil 0)
	("bskp" "\\bigskip" nil 0)
	("mskp" "\\medskip" nil 0)
	("sskp" "\\smallskip" nil 0)
	("hskp" "\\hskip 2in" nil 0)
	("vskp" "\\vskip 12pt" nil 0)
	("tskp" "\\topskip 24pt" nil 0)
	("nll" "\\null" nil 0)
	("fc" "" nil 0)
	("rc" "" nil 0)
	("d" "$" nil 0)
	("dlr" "$$
 " nil 0)
	("ada" "& = &" nil 0)
	("sd" "d" nil 0)
	("cd" "D" nil 0)
	("xa" "\\alpha" nil 0)
	("xb" "\\beta" nil 0)
	("xc" "\\chi" nil 0)
	("xcd" "\\Delta" nil 0)
	("xcg" "\\Gamma" nil 0)
	("xcl" "\\Lambda" nil 0)
	("xco" "\\Omega" nil 0)
	("xcp" "\\Pi" nil 0)
	("xcph" "\\Phi" nil 0)
	("xcps" "\\Psi" nil 0)
	("xcs" "\\Sigma" nil 0)
	("xcth" "\\Theta" nil 0)
	("xcu" "\\Upsilon" nil 0)
	("xcx" "\\Xi" nil 0)
	("xd" "\\delta" nil 0)
	("xe" "\\epsilon" nil 0)
	("xet" "\\eta" nil 0)
	("xg" "\\gamma" nil 0)
	("xi" "\\iota" nil 0)
	("xk" "\\kappa" nil 0)
	("xl" "\\lambda" nil 0)
	("xm" "\\mu" nil 0)
	("xn" "\\nu" nil 0)
	("xo" "\\omega" nil 0)
	("xp" "\\pi" nil 0)
	("xph" "\\phi" nil 0)
	("xps" "\\psi" nil 0)
	("xr" "\\rho" nil 0)
	("xs" "\\sigma" nil 0)
	("xt" "\\tau" nil 0)
	("xth" "\\theta" nil 0)
	("xu" "\\upsilon" nil 0)
	("xve" "\\varepsilon" nil 0)
	("xvp" "\\varpi" nil 0)
	("xvph" "\\varphi" nil 0)
	("xvr" "\\varrho" nil 0)
	("xvs" "\\varsigma" nil 0)
	("xvth" "\\vartheta" nil 0)
	("xx" "\\xi" nil 0)
	("xz" "\\zeta" nil 0)
	("dxa" "$\\alpha$" nil 0)
	("dxb" "$\\beta$" nil 0)
	("dxc" "$\\chi$" nil 0)
	("dxcd" "$\\Delta$" nil 0)
	("dxcg" "$\\Gamma$" nil 0)
	("dxcl" "$\\Lambda$" nil 0)
	("dxco" "$\\Omega$" nil 0)
	("dxcp" "$\\Pi$" nil 0)
	("dxcph" "$\\Phi$" nil 0)
	("dxcps" "$\\Psi$" nil 0)
	("dxcs" "$\\Sigma$" nil 0)
	("dxcth" "$\\Theta$" nil 0)
	("dxcu" "$\\Upsilon$" nil 0)
	("dxcx" "$\\Xi$" nil 0)
	("dxd" "$\\delta$" nil 0)
	("dxe" "$\\epsilon$" nil 0)
	("dxet" "$\\eta$" nil 0)
	("dxg" "$\\gamma$" nil 0)
	("dxio" "$\\iota$" nil 0)
	("dxk" "$\\kappa$" nil 0)
	("dxl" "$\\lambda$" nil 0)
	("dxm" "$\\mu$" nil 0)
	("dxn" "$\\nu$" nil 0)
	("dxo" "$\\omega$" nil 0)
	("dxp" "$\\pi$" nil 0)
	("dxph" "$\\phi$" nil 0)
	("dxps" "$\\psi$" nil 0)
	("dxr" "$\\rho$" nil 0)
	("dxs" "$\\sigma$" nil 0)
	("dxt" "$\\tau$" nil 0)
	("dxth" "$\\theta$" nil 0)
	("dxu" "$\\upsilon$" nil 0)
	("dxve" "$\\varepsilon$" nil 0)
	("dxvp" "$\\varpi$" nil 0)
	("dxvph" "$\\varphi$" nil 0)
	("dxvr" "$\\varrho$" nil 0)
	("dxvs" "$\\varsigma$" nil 0)
	("dxvth" "$\\vartheta$" nil 0)
	("dxx" "$\\xi$" nil 0)
	("dxz" "$\\zeta$" nil 0)
	("oxa" "(\\alpha)" nil 0)
	("oxb" "(\\beta)" nil 0)
	("oxc" "(\\chi)" nil 0)
	("oxcd" "(\\Delta)" nil 0)
	("oxcg" "(\\Gamma)" nil 0)
	("oxcl" "(\\Lambda)" nil 0)
	("oxco" "(\\Omega)" nil 0)
	("oxcp" "(\\Pi)" nil 0)
	("oxcph" "(\\Phi)" nil 0)
	("oxcps" "(\\Psi)" nil 0)
	("oxcs" "(\\Sigma)" nil 0)
	("oxcth" "(\\Theta)" nil 0)
	("oxcu" "(\\Upsilon)" nil 0)
	("oxcx" "(\\Xi)" nil 0)
	("oxd" "(\\delta)" nil 0)
	("oxe" "(\\epsilon)" nil 0)
	("oxet" "(\\eta)" nil 0)
	("oxg" "(\\gamma)" nil 0)
	("oxi" "(\\iota)" nil 0)
	("oxk" "(\\kappa)" nil 0)
	("oxl" "(\\lambda)" nil 0)
	("oxm" "(\\mu)" nil 0)
	("oxn" "(\\nu)" nil 0)
	("oxo" "(\\omega)" nil 0)
	("oxp" "(\\pi)" nil 0)
	("oxph" "(\\phi)" nil 0)
	("oxps" "(\\psi)" nil 0)
	("oxr" "(\\rho)" nil 0)
	("oxs" "(\\sigma)" nil 0)
	("oxt" "(\\tau)" nil 0)
	("oxth" "(\\theta)" nil 0)
	("oxu" "(\\upsilon)" nil 0)
	("oxve" "(\\varepsilon)" nil 0)
	("oxvp" "(\\varpi)" nil 0)
	("oxvph" "(\\varphi)" nil 0)
	("oxvr" "(\\varrho)" nil 0)
	("oxvs" "(\\varsigma)" nil 0)
	("oxvth" "(\\vartheta)" nil 0)
	("oxx" "(\\xi)" nil 0)
	("oxz" "(\\zeta)" nil 0)
	("itu" "{\\it" nil 0)
	("rmu" "{\\rm" nil 0)
	("bfu" "{\\bf" nil 0)
	("slu" "{\\sl" nil 0)
	("ttu" "{\\tt" nil 0)
	("fu" "\\frac{" nil 0)
	("fof" "}{" nil 0)
	("hu" "^{" nil 0)
	("lu" "_{" nil 0)
	("limu" "\\lim{" nil 0)
	("ovu" "\\vec{" nil 0)
	("olu" "\\overline{" nil 0)
	("obu" "\\bar{" nil 0)
	("ocu" "\\check{" nil 0)
	("odu" "\\dot{" nil 0)
	("oddu" "\\ddot{" nil 0)
	("ohu" "\\hat{" nil 0)
	("otu" "\\tilde{" nil 0)
	("setu" "\\{    \\mid    \\}" nil 0)
	("setlu" "\\left\\{ \\left.  \\!\\right|
     \\right\\}" nil 0)
	("disu" "{\\displaystyle" nil 0)
	("fpdu" "\\frac{\\partial}{\\partial " nil 0)
	("d0" "$0$" nil 0)
	("d1" "$1$" nil 0)
	("d10" "$10$" nil 0)
	("d2" "$2$" nil 0)
	("d3" "$3$" nil 0)
	("d4" "$4$" nil 0)
	("d5" "$5$" nil 0)
	("d6" "$6$" nil 0)
	("d7" "$7$" nil 0)
	("d8" "$8$" nil 0)
	("d9" "$9$" nil 0)
	("dca" "$A$" nil 0)
	("dcb" "$B$" nil 0)
	("dcc" "$C$" nil 0)
	("dcd" "$D$" nil 0)
	("dce" "$E$" nil 0)
	("dcf" "$F$" nil 0)
	("dcg" "$G$" nil 0)
	("dch" "$H$" nil 0)
	("dci" "$I$" nil 0)
	("dcj" "$J$" nil 0)
	("dck" "$K$" nil 0)
	("dcl" "$L$" nil 0)
	("dcm" "$M$" nil 0)
	("dcn" "$N$" nil 0)
	("dco" "$O$" nil 0)
	("dcp" "$P$" nil 0)
	("dcq" "$Q$" nil 0)
	("dcr" "$R$" nil 0)
	("dcs" "$S$" nil 0)
	("dct" "$T$" nil 0)
	("dcu" "$U$" nil 0)
	("dcv" "$V$" nil 0)
	("dcw" "$W$" nil 0)
	("dcx" "$X$" nil 0)
	("dcy" "$Y$" nil 0)
	("dcz" "$Z$" nil 0)
	("da" "$a$" nil 0)
	("db" "$b$" nil 0)
	("dc" "$c$" nil 0)
	("dd" "$d$" nil 0)
	("de" "$e$" nil 0)
	("df" "$f$" nil 0)
	("dg" "$g$" nil 0)
	("dh" "$h$" nil 0)
	("di" "$i$" nil 0)
	("dj" "$j$" nil 0)
	("dk" "$k$" nil 0)
	("dl" "$l$" nil 0)
	("dm" "$m$" nil 0)
	("dn" "$n$" nil 0)
	("doo" "$o$" nil 0)
	("dp" "$p$" nil 0)
	("dq" "$q$" nil 0)
	("dr" "$r$" nil 0)
	("ds" "$s$" nil 0)
	("dt" "$t$" nil 0)
	("du" "$u$" nil 0)
	("dv" "$v$" nil 0)
	("dw" "$w$" nil 0)
	("dx" "$x$" nil 0)
	("dy" "$y$" nil 0)
	("dz" "$z$" nil 0)
	("sq10" "\\sqrt{10}" nil 0)
	("sq2" "\\sqrt{2}" nil 0)
	("sq3" "\\sqrt{3}" nil 0)
	("sq5" "\\sqrt{5}" nil 0)
	("sq7" "\\sqrt{7}" nil 0)
	("squ" "\\sqrt{" nil 0)
	("sqxp" "\\sqrt{\\pi}" nil 0)
	("cr2" "\\sqrt[3]{2}" nil 0)
	("nr2" "\\sqrt[n]{2}" nil 0)
	("haf" "\\frac{1}{2}" nil 0)
	("f12" "\\frac{1}{2}" nil 0)
	("f13" "\\frac{1}{3}" nil 0)
	("f14" "\\frac{1}{4}" nil 0)
	("fddt" "\\frac{d}{dt}" nil 0)
	("fdudt" "\\frac{du}{dt}" nil 0)
	("fdxdt" "\\frac{dx}{dt}" nil 0)
	("fdydt" "\\frac{dy}{dt}" nil 0)
	("fdzdt" "\\frac{dz}{dt}" nil 0)
	("fpx" "\\frac{\\partial}{\\partial x}" nil 0)
	("fpy" "\\frac{\\partial}{\\partial y}" nil 0)
	("fpzx" "\\frac{\\partial z}{\\partial x}" nil 0)
	("fps" "\\frac{\\partial^2}
        {\\partial x \\partial y}" nil 0)
	("fpt" "\\frac{\\partial^3}
        {\\partial x \\partial y \\partial z}" nil 0)
	("ha" "^a" nil 0)
	("hb" "^b" nil 0)
	("hc" "^c" nil 0)
	("hd" "^d" nil 0)
	("hee" "^e" nil 0)
	("hf" "^f" nil 0)
	("hg" "^g" nil 0)
	("hh" "^h" nil 0)
	("hi" "^i" nil 0)
	("hj" "^j" nil 0)
	("hk" "^k" nil 0)
	("hl" "^l" nil 0)
	("hm" "^m" nil 0)
	("hn" "^n" nil 0)
	("ho" "^o" nil 0)
	("hp" "^p" nil 0)
	("hq" "^q" nil 0)
	("hr" "^r" nil 0)
	("hs" "^s" nil 0)
	("ht" "^t" nil 0)
	("huu" "^u" nil 0)
	("hv" "^v" nil 0)
	("hw" "^w" nil 0)
	("hx" "^x" nil 0)
	("hy" "^y" nil 0)
	("hz" "^z" nil 0)
	("hca" "^A" nil 0)
	("hcb" "^B" nil 0)
	("hcc" "^C" nil 0)
	("hcd" "^D" nil 0)
	("hce" "^E" nil 0)
	("hcf" "^F" nil 0)
	("hcg" "^G" nil 0)
	("hch" "^H" nil 0)
	("hci" "^I" nil 0)
	("hcj" "^J" nil 0)
	("hck" "^K" nil 0)
	("hcl" "^L" nil 0)
	("hcm" "^M" nil 0)
	("hcn" "^N" nil 0)
	("hco" "^O" nil 0)
	("hcp" "^P" nil 0)
	("hcq" "^Q" nil 0)
	("hcr" "^R" nil 0)
	("hcs" "^S" nil 0)
	("hct" "^T" nil 0)
	("hcu" "^U" nil 0)
	("hcv" "^V" nil 0)
	("hcw" "^W" nil 0)
	("hcx" "^X" nil 0)
	("hcy" "^Y" nil 0)
	("hcz" "^Z" nil 0)
	("h0" "^0" nil 0)
	("h1" "^1" nil 0)
	("h10" "^{10}" nil 0)
	("h2" "^2" nil 0)
	("h3" "^3" nil 0)
	("h4" "^4" nil 0)
	("h5" "^5" nil 0)
	("h6" "^6" nil 0)
	("h7" "^7" nil 0)
	("h8" "^8" nil 0)
	("h9" "^9" nil 0)
	("sq" "^2" nil 0)
	("cu" "^3" nil 0)
	("xq" "x^2" nil 0)
	("yq" "y^2" nil 0)
	("zq" "z^2" nil 0)
	("hmo" "^{-1}" nil 0)
	("hij" "^{ij}" nil 0)
	("hijk" "^{ijk}" nil 0)
	("hjk" "^{jk}" nil 0)
	("hdg" "^\\dagger" nil 0)
	("hflt" "^\\flat" nil 0)
	("hpr" "^\\prime" nil 0)
	("hprp" "^\\perp" nil 0)
	("hshp" "^\\sharp" nil 0)
	("hst" "^\\ast" nil 0)
	("hvst" "^\\star" nil 0)
	("hxa" "^\\alpha" nil 0)
	("hxb" "^\\beta" nil 0)
	("hxc" "^\\chi" nil 0)
	("hxcd" "^\\Delta" nil 0)
	("hxcg" "^\\Gamma" nil 0)
	("hxcl" "^\\Lambda" nil 0)
	("hxco" "^\\Omega" nil 0)
	("hxcp" "^\\Pi" nil 0)
	("hxcph" "^\\Phi" nil 0)
	("hxcps" "^\\Psi" nil 0)
	("hxcs" "^\\Sigma" nil 0)
	("hxcth" "^\\Theta" nil 0)
	("hxcu" "^\\Upsilon" nil 0)
	("hxcx" "^\\Xi" nil 0)
	("hxd" "^\\delta" nil 0)
	("hxe" "^\\epsilon" nil 0)
	("hxet" "^\\eta" nil 0)
	("hxg" "^\\gamma" nil 0)
	("hxio" "^\\iota" nil 0)
	("hxk" "^\\kappa" nil 0)
	("hxl" "^\\lambda" nil 0)
	("hxm" "^\\mu" nil 0)
	("hxn" "^\\nu" nil 0)
	("hxo" "^\\omega" nil 0)
	("hxp" "^\\pi" nil 0)
	("hxph" "^\\phi" nil 0)
	("hxps" "^\\psi" nil 0)
	("hxr" "^\\rho" nil 0)
	("hxs" "^\\sigma" nil 0)
	("hxt" "^\\tau" nil 0)
	("hxth" "^\\theta" nil 0)
	("hxu" "^\\upsilon" nil 0)
	("hxve" "^\\varepsilon" nil 0)
	("hxvp" "^\\varpi" nil 0)
	("hxvph" "^\\varphi" nil 0)
	("hxvr" "^\\varrho" nil 0)
	("hxvs" "^\\varsigma" nil 0)
	("hxvth" "^\\vartheta" nil 0)
	("hxx" "^\\xi" nil 0)
	("hxz" "^\\zeta" nil 0)
	("la" "_a" nil 0)
	("lb" "_b" nil 0)
	("lc" "_c" nil 0)
	("ld" "_d" nil 0)
	("le" "_e" nil 0)
	("lf" "_f" nil 0)
	("lg" "_g" nil 0)
	("lh" "_h" nil 0)
	("li" "_i" nil 0)
	("lj" "_j" nil 0)
	("lk" "_k" nil 0)
	("ll" "_l" nil 0)
	("lm" "_m" nil 0)
	("ln" "_n" nil 0)
	("lo" "_o" nil 0)
	("lp" "_p" nil 0)
	("lq" "_q" nil 0)
	("lr" "_r" nil 0)
	("ls" "_s" nil 0)
	("lt" "_t" nil 0)
	("luu" "_u" nil 0)
	("lv" "_v" nil 0)
	("lw" "_w" nil 0)
	("lx" "_x" nil 0)
	("ly" "_y" nil 0)
	("lz" "_z" nil 0)
	("lca" "_A" nil 0)
	("lcb" "_B" nil 0)
	("lcc" "_C" nil 0)
	("lcd" "_D" nil 0)
	("lce" "_E" nil 0)
	("lcf" "_F" nil 0)
	("lcg" "_G" nil 0)
	("lch" "_H" nil 0)
	("lci" "_I" nil 0)
	("lcj" "_J" nil 0)
	("lck" "_K" nil 0)
	("lcl" "_L" nil 0)
	("lcm" "_M" nil 0)
	("lcn" "_N" nil 0)
	("lco" "_O" nil 0)
	("lcp" "_P" nil 0)
	("lcq" "_Q" nil 0)
	("lcr" "_R" nil 0)
	("lcs" "_S" nil 0)
	("lct" "_T" nil 0)
	("lcu" "_U" nil 0)
	("lcv" "_V" nil 0)
	("lcw" "_W" nil 0)
	("lcx" "_X" nil 0)
	("lcy" "_Y" nil 0)
	("lcz" "_Z" nil 0)
	("l0" "_0" nil 0)
	("l1" "_1" nil 0)
	("l10" "_{10}" nil 0)
	("l2" "_2" nil 0)
	("l3" "_3" nil 0)
	("l4" "_4" nil 0)
	("l5" "_5" nil 0)
	("l6" "_6" nil 0)
	("l7" "_7" nil 0)
	("l8" "_8" nil 0)
	("l9" "_9" nil 0)
	("lij" "_{ij}" nil 0)
	("lijk" "_{ijk}" nil 0)
	("ljk" "_{jk}" nil 0)
	("gij" "g_{ij}" nil 0)
	("lxa" "_\\alpha" nil 0)
	("lxb" "_\\beta" nil 0)
	("lxc" "_\\chi" nil 0)
	("lxcd" "_\\Delta" nil 0)
	("lxcg" "_\\Gamma" nil 0)
	("lxcl" "_\\Lambda" nil 0)
	("lxco" "_\\Omega" nil 0)
	("lxcp" "_\\Pi" nil 0)
	("lxcph" "_\\Phi" nil 0)
	("lxcps" "_\\Psi" nil 0)
	("lxcs" "_\\Sigma" nil 0)
	("lxcth" "_\\Theta" nil 0)
	("lxcu" "_\\Upsilon" nil 0)
	("lxcx" "_\\Xi" nil 0)
	("lxd" "_\\delta" nil 0)
	("lxe" "_\\epsilon" nil 0)
	("lxet" "_\\eta" nil 0)
	("lxg" "_\\gamma" nil 0)
	("lxio" "_\\iota" nil 0)
	("lxk" "_\\kappa" nil 0)
	("lxl" "_\\lambda" nil 0)
	("lxm" "_\\mu" nil 0)
	("lxn" "_\\nu" nil 0)
	("lxo" "_\\omega" nil 0)
	("lxp" "_\\pi" nil 0)
	("lxph" "_\\phi" nil 0)
	("lxps" "_\\psi" nil 0)
	("lxr" "_\\rho" nil 0)
	("lxs" "_\\sigma" nil 0)
	("lxt" "_\\tau" nil 0)
	("lxth" "_\\theta" nil 0)
	("lxu" "_\\upsilon" nil 0)
	("lxve" "_\\varepsilon" nil 0)
	("lxvp" "_\\varpi" nil 0)
	("lxvph" "_\\varphi" nil 0)
	("lxvr" "_\\varrho" nil 0)
	("lxvs" "_\\varsigma" nil 0)
	("lxvth" "_\\vartheta" nil 0)
	("lxx" "_\\xi" nil 0)
	("lxz" "_\\zeta" nil 0)
	("xln" "x_n" nil 0)
	("yln" "y_n" nil 0)
	("zln" "z_n" nil 0)
	("lst" "_\\ast" nil 0)
	("lvst" "_\\star" nil 0)
	("obp" "\\bar{p}" nil 0)
	("obq" "\\bar{q}" nil 0)
	("obr" "\\bar{r}" nil 0)
	("obs" "\\bar{s}" nil 0)
	("obx" "\\bar{x}" nil 0)
	("oby" "\\bar{y}" nil 0)
	("obz" "\\bar{z}" nil 0)
	("obxa" "\\bar{\\alpha}" nil 0)
	("obxb" "\\bar{\\beta}" nil 0)
	("obxg" "\\bar{\\gamma}" nil 0)
	("odp" "\\dot{p}" nil 0)
	("odq" "\\dot{q}" nil 0)
	("odr" "\\dot{r}" nil 0)
	("ods" "\\dot{s}" nil 0)
	("odx" "\\dot{x}" nil 0)
	("ody" "\\dot{y}" nil 0)
	("odz" "\\dot{z}" nil 0)
	("odxa" "\\dot{\\alpha}" nil 0)
	("odxb" "\\dot{\\beta}" nil 0)
	("odxg" "\\dot{\\gamma}" nil 0)
	("oddp" "\\ddot{p}" nil 0)
	("oddq" "\\ddot{q}" nil 0)
	("oddr" "\\ddot{r}" nil 0)
	("odds" "\\ddot{s}" nil 0)
	("oddx" "\\ddot{x}" nil 0)
	("oddy" "\\ddot{y}" nil 0)
	("oddz" "\\ddot{z}" nil 0)
	("oddxa" "\\ddot{\\alpha}" nil 0)
	("oddxb" "\\ddot{\\beta}" nil 0)
	("oddxg" "\\ddot{\\gamma}" nil 0)
	("olp" "\\overline{p}" nil 0)
	("olq" "\\overline{q}" nil 0)
	("olr" "\\overline{r}" nil 0)
	("ols" "\\overline{s}" nil 0)
	("olx" "\\overline{x}" nil 0)
	("oly" "\\overline{y}" nil 0)
	("olz" "\\overline{z}" nil 0)
	("olxa" "\\overline{\\alpha}" nil 0)
	("olxb" "\\overline{\\beta}" nil 0)
	("olxg" "\\overline{\\gamma}" nil 0)
	("ohp" "\\hat{p}" nil 0)
	("ohq" "\\hat{q}" nil 0)
	("ohr" "\\hat{r}" nil 0)
	("ohs" "\\hat{s}" nil 0)
	("ohx" "\\hat{x}" nil 0)
	("ohy" "\\hat{y}" nil 0)
	("ohz" "\\hat{z}" nil 0)
	("ohxa" "\\hat{\\alpha}" nil 0)
	("ohxb" "\\hat{\\beta}" nil 0)
	("ohxg" "\\hat{\\gamma}" nil 0)
	("ova" "\\vec{a}" nil 0)
	("ovb" "\\vec{b}" nil 0)
	("ovc" "\\vec{c}" nil 0)
	("ovv" "\\vec{v}" nil 0)
	("ovw" "\\vec{w}" nil 0)
	("pl" "+" nil 0)
	("mi" "-" nil 0)
	("plm" "\\pm" nil 0)
	("mip" "\\mp" nil 0)
	("divi" "\\div" nil 0)
	("cir" "\\circ" nil 0)
	("blt" "\\bullet" nil 0)
	("opl" "\\oplus" nil 0)
	("omi" "\\ominus" nil 0)
	("ti" "\\times" nil 0)
	("oti" "\\otimes" nil 0)
	("sdp" "\\,\\circledS\\," nil 0)
	("wed" "\\wedge" nil 0)
	("eq" "=" nil 0)
	("ez" "= 0" nil 0)
	("gte" "\\geq" nil 0)
	("lte" "\\leq" nil 0)
	("ne" "\\neq" nil 0)
	("iso" "\\cong" nil 0)
	("eqv" "\\equiv" nil 0)
	("mlt" "\\ll" nil 0)
	("mgt" "\\gg" nil 0)
	("apx" "\\approx" nil 0)
	("lep" "\\left(" nil 0)
	("rip" "\\right)" nil 0)
	("lebk" "\\left[" nil 0)
	("ribk" "\\right]" nil 0)
	("lebr" "\\left\\{" nil 0)
	("ribr" "\\right\\}" nil 0)
	("lel" "\\left\\langle" nil 0)
	("rir" "\\right\\rangle" nil 0)
	("lld" "\\left\\langle \\! \\left\\langle" nil 0)
	("rrd" "\\right\\rangle \\! \\right\\rangle" nil 0)
	("llt" "\\left\\langle \\! \\left\\langle \\! \\left\\langle" nil 0)
	("rrt" "\\right\\rangle \\! \\right\\rangle \\! \\right\\rangle" nil 0)
	("ldo" "\\left." nil 0)
	("rdo" "\\right." nil 0)
	("ale" "\\aleph" nil 0)
	("hba" "\\hbar" nil 0)
	("prm" "\\prime" nil 0)
	("flt" "\\flat" nil 0)
	("shp" "\\sharp" nil 0)
	("sh" "\\heartsuit" nil 0)
	("ppt" "\\propto" nil 0)
	("nrm" "\\|" nil 0)
	("lied" "\\pounds" nil 0)
	("trv" "\\pitchfork" nil 0)
	("scl" "\\ell" nil 0)
	("na" "\\nabla" nil 0)
	("pd" "\\partial" nil 0)
	("infi" "\\infty" nil 0)
	("wpf" "\\wp" nil 0)
	("rea" "\\Re" nil 0)
	("ima" "\\Im" nil 0)
	("angl" "\\angle" nil 0)
	("imp" "\\Rightarrow" nil 0)
	("impb" "\\Leftarrow" nil 0)
	("olra" "\\Leftrightarrow" nil 0)
	("eqvt" "\\Leftrightarrow" nil 0)
	("emp" "\\varnothing" nil 0)
	("empa" "\\emptyset" nil 0)
	("eo" "\\in" nil 0)
	("neo" "\\not\\in" nil 0)
	("reo" "\\ni" nil 0)
	("setm" "\\setminus" nil 0)
	("subs" "\\subset" nil 0)
	("sube" "\\subseteq" nil 0)
	("sups" "\\supset" nil 0)
	("supe" "\\supseteq" nil 0)
	("ints" "\\cap" nil 0)
	("bints" "\\bigcap" nil 0)
	("uni" "\\cup" nil 0)
	("buni" "\\bigcup" nil 0)
	("vbar" "\\mid" nil 0)
	("te" "\\exists" nil 0)
	("fa" "\\forall" nil 0)
	("artl" "\\mapsto" nil 0)
	("ra" "\\rightarrow" nil 0)
	("lora" "\\longrightarrow" nil 0)
	("lra" "\\leftrightarrow" nil 0)
	("lea" "\\leftarrow" nil 0)
	("upa" "\\uparrow" nil 0)
	("uhr" "\\upharpoonright" nil 0)
	("sur" "\\nearrow" nil 0)
	("sdr" "\\searrow" nil 0)
	("cdo" "\\cdot" nil 0)
	("cds" "\\cdots" nil 0)
	("dds" "\\ddots" nil 0)
	("lds" "\\ldots" nil 0)
	("vds" "\\vdots" nil 0)
	("co" "\\cos" nil 0)
	("coh" "\\cosh" nil 0)
	("coq" "\\cos^2" nil 0)
	("coth" "\\cos \\theta" nil 0)
	("coph" "\\cos \\phi" nil 0)
	("si" "\\sin" nil 0)
	("sih" "\\sinh" nil 0)
	("siq" "\\sin^2" nil 0)
	("sith" "\\sin \\theta" nil 0)
	("siph" "\\sin \\phi" nil 0)
	("tn" "\\tan" nil 0)
	("tnh" "\\tanh" nil 0)
	("ex" "\\exp" nil 0)
	("logg" "\\log" nil 0)
	("lgn" "\\ln" nil 0)
	("supr" "\\sup" nil 0)
	("infm" "\\inf" nil 0)
	("mx" "\\max" nil 0)
	("mn" "\\min" nil 0)
	("limm" "\\lim" nil 0)
	("limi" "\\liminf" nil 0)
	("lims" "\\limsup" nil 0)
	("dtt" "\\det" nil 0)
	("kr" "\\ker" nil 0)
	("dmn" "\\dim" nil 0)
	("ag" "\\arg" nil 0)
	("gc" "\\gcd" nil 0)
	("mo" "-1" nil 0)
	("ava" "|a|" nil 0)
	("avb" "|b|" nil 0)
	("avc" "|c|" nil 0)
	("avx" "|x|" nil 0)
	("avy" "|y|" nil 0)
	("avz" "|z|" nil 0)
	("shl" "A^i_{\\;a}" nil 0)
	("lam" "L_A{}^\\mu" nil 0)
	("van" "v^A{}_\\nu" nil 0)
	("tsq" "T^\\ast Q" nil 0)
	("tsqq" "T^{\\ast}_{q} Q" nil 0)
	("dtsq" "$T^\\ast Q$" nil 0)
	("dtsqq" "$T^{\\ast}_{q} Q$" nil 0)
	("0p" "(0)" nil 0)
	("00p" "(0,0)" nil 0)
	("03p" "(0, 0, 0)" nil 0)
	("d0p" "$(0)$" nil 0)
	("d00p" "$(0,0)$" nil 0)
	("d03p" "$(0, 0, 0)$" nil 0)
	("triap" "(a_1, a_2, a_3)" nil 0)
	("dtriap" "$(a_1, a_2, a_3)$" nil 0)
	("xyp" "(x, y)" nil 0)
	("xyzp" "(x, y, z)" nil 0)
	("xpyq" "x^2 + y^2" nil 0)
	("dxyp" "$(x, y)$" nil 0)
	("dxyzp" "$(x, y, z)$" nil 0)
	("dxpyq" "$x^2 + y^2$" nil 0)
	("dxdy" "\\,dx\\,dy" nil 0)
	("dxdydz" "\\,dx\\,dy\\,dz" nil 0)
	("dxdt" "dx/dt" nil 0)
	("dydt" "dy/dt" nil 0)
	("dzdt" "dz/dt" nil 0)
	("pdzy" "\\partial z/\\partial y" nil 0)
	("dpdzy" "$\\partial z/\\partial y$" nil 0)
	("o0" "(0)" nil 0)
	("o1" "(1)" nil 0)
	("o2" "(2)" nil 0)
	("o3" "(3)" nil 0)
	("o4" "(4)" nil 0)
	("o5" "(5)" nil 0)
	("o6" "(6)" nil 0)
	("o7" "(7)" nil 0)
	("o8" "(8)" nil 0)
	("o9" "(9)" nil 0)
	("oa" "(a)" nil 0)
	("oeb" "(b)" nil 0)
	("oc" "(c)" nil 0)
	("od" "(d)" nil 0)
	("oe" "(e)" nil 0)
	("oef" "(f)" nil 0)
	("og" "(g)" nil 0)
	("oh" "(h)" nil 0)
	("oi" "(i)" nil 0)
	("oj" "(j)" nil 0)
	("ok" "(k)" nil 0)
	("ol" "(l)" nil 0)
	("om" "(m)" nil 0)
	("oen" "(n)" nil 0)
	("oo" "(o)" nil 0)
	("oep" "(p)" nil 0)
	("oq" "(q)" nil 0)
	("oer" "(r)" nil 0)
	("os" "(s)" nil 0)
	("ot" "(t)" nil 0)
	("ou" "(u)" nil 0)
	("ov" "(v)" nil 0)
	("ow" "(w)" nil 0)
	("ox" "(x)" nil 0)
	("oy" "(y)" nil 0)
	("oz" "(z)" nil 0)
	("oca" "(A)" nil 0)
	("ocb" "(B)" nil 0)
	("occ" "(C)" nil 0)
	("ocd" "(D)" nil 0)
	("oce" "(E)" nil 0)
	("ocf" "(F)" nil 0)
	("ocg" "(G)" nil 0)
	("och" "(H)" nil 0)
	("oci" "(I)" nil 0)
	("ocj" "(J)" nil 0)
	("ock" "(K)" nil 0)
	("ocl" "(L)" nil 0)
	("ocm" "(M)" nil 0)
	("ocn" "(N)" nil 0)
	("oco" "(O)" nil 0)
	("ocp" "(P)" nil 0)
	("ocq" "(Q)" nil 0)
	("ocr" "(R)" nil 0)
	("ocs" "(S)" nil 0)
	("oct" "(T)" nil 0)
	("ocuu" "(U)" nil 0)
	("ocv" "(V)" nil 0)
	("ocw" "(W)" nil 0)
	("ocx" "(X)" nil 0)
	("ocy" "(Y)" nil 0)
	("ocz" "(Z)" nil 0)
	("intu" "\\int" nil 0)
	("intd" "\\int \\!\\!\\! \\int" nil 0)
	("intt" "\\int \\!\\!\\! \\int \\!\\!\\! \\int" nil 0)
	("intc" "\\oint" nil 0)
	("i10" "\\int^1_0" nil 0)
	("iba" "\\int^b_a" nil 0)
	("ilcd" "\\int_D" nil 0)
	("iinf" "\\int^\\infty_{- \\infty}" nil 0)
	("i2xp0" "\\int^{2 \\pi}_0" nil 0)
	("sds" "\\,ds" nil 0)
	("sdt" "\\,dt" nil 0)
	("sdu" "\\,du" nil 0)
	("sdv" "\\,dv" nil 0)
	("sdw" "\\,dw" nil 0)
	("sdx" "\\,dx" nil 0)
	("sdy" "\\,dy" nil 0)
	("sdz" "\\,dz" nil 0)
	("sumu" "\\sum" nil 0)
	("sni1" "\\sum^{n}_{i = 1}" nil 0)
	("pni1" "\\prod^{n}_{i = 1}" nil 0)
	("ini1" "\\bigcap^{n}_{i = 1}" nil 0)
	("uni1" "\\bigcup^{n}_{i = 1}" nil 0)
	("li00" "\\lim_{(x,y) \\rightarrow (0,0)}" nil 0)
	("liai" "\\lim_{a \\rightarrow \\infty}" nil 0)
	("lixl0" "\\lim_{x \\rightarrow x_0}" nil 0)
	("wace" "accelerate" nil 0)
	("wacn" "acceleration" nil 0)
	("wacs" "accelerates" nil 0)
	("wcdm" "Department of Mathematics" nil 0)
	("wcdp" "Department of Physics" nil 0)
	("wcle" "calculate" nil 0)
	("wcln" "calculation" nil 0)
	("wcls" "calculates" nil 0)
	("wder" "derivative" nil 0)
	("wders" "derivatives" nil 0)
	("wdm" "department of mathematics" nil 0)
	("wdp" "department of physics" nil 0)
	("wep" "Euler-Poincar\\'e" nil 0)
	("weqn" "equation" nil 0)
	("weqns" "equations" nil 0)
	("wex" "example" nil 0)
	("wfun" "function" nil 0)
	("wfuns" "functions" nil 0)
	("wgm" "geometry" nil 0)
	("wgmc" "geometric" nil 0)
	("wie" "i.e.," nil 0)
	("wig" "integral" nil 0)
	("wigb" "integrable" nil 0)
	("wign" "integration" nil 0)
	("wigs" "integrals" nil 0)
	("wiie" "{\\it i.e.,\\/}" nil 0)
	("wlig" "line integral" nil 0)
	("wligs" "line integrals" nil 0)
	("wmx" "matrix" nil 0)
	("wneg" "negative" nil 0)
	("wnl" "nonlinear" nil 0)
	("wnly" "nonlinearity" nil 0)
	("wpos" "positive" nil 0)
	("wprp" "perpendicular" nil 0)
	("wrel" "relative" nil 0)
	("wrln" "relation" nil 0)
	("wrtg" "rotating" nil 0)
	("wrtn" "rotation" nil 0)
	("wrtns" "rotations" nil 0)
	("wsn" "solution" nil 0)
	("wsns" "solutions" nil 0)
	("wtm" "theorem" nil 0)
	("wtms" "theorems" nil 0)
	("wty" "theory" nil 0)
	("wun" "university" nil 0)
	("wve" "vector" nil 0)
	("wvel" "velocity" nil 0)
	("wvs" "vectors" nil 0)
	("cbx" "      %========================================================%
      %                                                        %
      %========================================================%
" nil 0)
	("cld" "%-----------------------------------------------------------------------
" nil 0)
	("cldd" "%=======================================================================
" nil 0)
	("cpct" "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
" nil 0)
	("crlr" "%======================================================================%
%.......10........20........30........40........50........60........70.%
%________|_________|_________|_________|_________|_________|_________|_%
%======================================================================%
" nil 0)
	("csd" "%-----------------------------
" nil 0)
	("csdd" "%=============================
" nil 0)
	("gmu" "\\mathfrak{} " nil 0)
	("gmb" "\\mathfrak{b} " nil 0)
	("gmg" "\\mathfrak{g} " nil 0)
	("gmh" "\\mathfrak{h} " nil 0)
	("gmk" "\\mathfrak{k} " nil 0)
	("gmp" "\\mathfrak{p} " nil 0)
	("gmt" "\\mathfrak{t} " nil 0)
	("gmca" "\\mathfrak{A} " nil 0)
	("gmcg" "\\mathfrak{G} " nil 0)
	("gmch" "\\mathfrak{H} " nil 0)
	("gmck" "\\mathfrak{K} " nil 0)
	("gmct" "\\mathfrak{T} " nil 0)
	("gmcx" "\\mathfrak{X} " nil 0)
	("gmgs" "\\mathfrak{g}^{\\ast} " nil 0)
	("gmhs" "\\mathfrak{h}^{\\ast} " nil 0)
	("gmks" "\\mathfrak{k}^{\\ast} " nil 0)
	("gmso3" "\\mathfrak{so}(3) " nil 0)
	("dgmu" "$\\mathfrak{}$ " nil 0)
	("dgmb" "$\\mathfrak{b}$ " nil 0)
	("dgmca" "$\\mathfrak{A}$ " nil 0)
	("dgmcg" "$\\mathfrak{G}$ " nil 0)
	("dgmch" "$\\mathfrak{H}$ " nil 0)
	("dgmck" "$\\mathfrak{K}$ " nil 0)
	("dgmct" "$\\mathfrak{T}$ " nil 0)
	("dgmcx" "$\\mathfrak{X}$ " nil 0)
	("dgmg" "$\\mathfrak{g}$ " nil 0)
	("dgmh" "$\\mathfrak{h}$ " nil 0)
	("dgmk" "$\\mathfrak{k}$ " nil 0)
	("dgmp" "$\\mathfrak{p}$ " nil 0)
	("dgmt" "$\\mathfrak{t}$ " nil 0)
	("dgmgs" "$\\mathfrak{g}^{\\ast}$ " nil 0)
	("dgmhs" "$\\mathfrak{h}^{\\ast}$ " nil 0)
	("dgmks" "$\\mathfrak{k}^{\\ast}$ " nil 0)
	("bbu" "\\mathbb{}  " nil 0)
	("bbca" "\\mathbb{A} " nil 0)
	("bbcb" "\\mathbb{B} " nil 0)
	("bbcc" "\\mathbb{C} " nil 0)
	("bbcd" "\\mathbb{D} " nil 0)
	("bbce" "\\mathbb{E} " nil 0)
	("bbcf" "\\mathbb{F} " nil 0)
	("bbcg" "\\mathbb{G} " nil 0)
	("bbch" "\\mathbb{H} " nil 0)
	("bbci" "\\mathbb{I} " nil 0)
	("bbcj" "\\mathbb{J} " nil 0)
	("bbck" "\\mathbb{K} " nil 0)
	("bbcl" "\\mathbb{L} " nil 0)
	("bbcm" "\\mathbb{M} " nil 0)
	("bbcn" "\\mathbb{N} " nil 0)
	("bbco" "\\mathbb{O} " nil 0)
	("bbcp" "\\mathbb{P} " nil 0)
	("bbcq" "\\mathbb{Q} " nil 0)
	("bbcr" "\\mathbb{R} " nil 0)
	("bbcs" "\\mathbb{S} " nil 0)
	("bbct" "\\mathbb{T} " nil 0)
	("bbcu" "\\mathbb{U} " nil 0)
	("bbcv" "\\mathbb{V} " nil 0)
	("bbcw" "\\mathbb{W} " nil 0)
	("bbcx" "\\mathbb{X} " nil 0)
	("bbcy" "\\mathbb{Y} " nil 0)
	("bbcz" "\\mathbb{Z} " nil 0)
	("bbcr1" "\\mathbb{R}^1 " nil 0)
	("bbcr2" "\\mathbb{R}^2 " nil 0)
	("bbcr3" "\\mathbb{R}^3 " nil 0)
	("bbcrm" "\\mathbb{R}^m " nil 0)
	("bbcrn" "\\mathbb{R}^n " nil 0)
	("dbbcc" "$\\mathbb{C}$ " nil 0)
	("dbbci" "$\\mathbb{I}$ " nil 0)
	("dbbcr" "$\\mathbb{R}$ " nil 0)
	("dbbct" "$\\mathbb{T}$ " nil 0)
	("dbbcz" "$\\mathbb{Z}$ " nil 0)
	("dbbcr1" "$\\mathbb{R}^1$ " nil 0)
	("dbbcr2" "$\\mathbb{R}^2$ " nil 0)
	("dbbcr3" "$\\mathbb{R}^3$ " nil 0)
	("dbbcrm" "$\\mathbb{R}^m$ " nil 0)
	("dbbcrn" "$\\mathbb{R}^n$ " nil 0)
	("opu" "\\mathbb{}  " nil 0)
	("opcc" "\\mathbb{C} " nil 0)
	("opci" "\\mathbb{I} " nil 0)
	("opcr" "\\mathbb{R} " nil 0)
	("opct" "\\mathbb{T} " nil 0)
	("opcz" "\\mathbb{Z} " nil 0)
	("opcr1" "\\mathbb{R}^1 " nil 0)
	("opcr2" "\\mathbb{R}^2 " nil 0)
	("opcr3" "\\mathbb{R}^3 " nil 0)
	("opcrm" "\\mathbb{R}^m " nil 0)
	("opcrn" "\\mathbb{R}^n " nil 0)
	("dopcc" "$\\mathbb{C}$ " nil 0)
	("dopci" "$\\mathbb{I}$ " nil 0)
	("dopcr" "$\\mathbb{R}$ " nil 0)
	("dopct" "$\\mathbb{T}$ " nil 0)
	("dopcz" "$\\mathbb{Z}$ " nil 0)
	("dopcr1" "$\\mathbb{R}^1$ " nil 0)
	("dopcr2" "$\\mathbb{R}^2$ " nil 0)
	("dopcr3" "$\\mathbb{R}^3$ " nil 0)
	("dopcrm" "$\\mathbb{R}^m$ " nil 0)
	("dopcrn" "$\\mathbb{R}^n$ " nil 0)
	("ir3" "\\int_{\\mathbb{R}^3} " nil 0)
	("b0" "\\mathbf{0}" nil 0)
	("b1" "\\mathbf{1}" nil 0)
	("b10" "\\mathbf{10}" nil 0)
	("b2" "\\mathbf{2}" nil 0)
	("b3" "\\mathbf{3}" nil 0)
	("b4" "\\mathbf{4}" nil 0)
	("b5" "\\mathbf{5}" nil 0)
	("b6" "\\mathbf{6}" nil 0)
	("b7" "\\mathbf{7}" nil 0)
	("b8" "\\mathbf{8}" nil 0)
	("b9" "\\mathbf{9}" nil 0)
	("ba" "\\mathbf{a}" nil 0)
	("bb" "\\mathbf{b}" nil 0)
	("bc" "\\mathbf{c}" nil 0)
	("bca" "\\mathbf{A}" nil 0)
	("bcb" "\\mathbf{B}" nil 0)
	("bcc" "\\mathbf{C}" nil 0)
	("bcd" "\\mathbf{D}" nil 0)
	("bce" "\\mathbf{E}" nil 0)
	("bcf" "\\mathbf{F}" nil 0)
	("bcg" "\\mathbf{G}" nil 0)
	("bch" "\\mathbf{H}" nil 0)
	("bci" "\\mathbf{I}" nil 0)
	("bcj" "\\mathbf{J}" nil 0)
	("bck" "\\mathbf{K}" nil 0)
	("bcl" "\\mathbf{L}" nil 0)
	("bcm" "\\mathbf{M}" nil 0)
	("bcn" "\\mathbf{N}" nil 0)
	("bco" "\\mathbf{O}" nil 0)
	("bcp" "\\mathbf{P}" nil 0)
	("bcq" "\\mathbf{Q}" nil 0)
	("bcr" "\\mathbf{R}" nil 0)
	("bcs" "\\mathbf{S}" nil 0)
	("bct" "\\mathbf{T}" nil 0)
	("bcu" "\\mathbf{U}" nil 0)
	("bcv" "\\mathbf{V}" nil 0)
	("bcw" "\\mathbf{W}" nil 0)
	("bcx" "\\mathbf{X}" nil 0)
	("bcy" "\\mathbf{Y}" nil 0)
	("bcz" "\\mathbf{Z}" nil 0)
	("bd" "\\mathbf{d}" nil 0)
	("bee" "\\mathbf{e}" nil 0)
	("bel1" "\\mathbf{e}_1" nil 0)
	("bel2" "\\mathbf{e}_2" nil 0)
	("bel3" "\\mathbf{e}_3" nil 0)
	("beln" "\\mathbf{e}_n" nil 0)
	("bff" "\\mathbf{f}" nil 0)
	("bg" "\\mathbf{g}" nil 0)
	("bh" "\\mathbf{h}" nil 0)
	("bi" "\\mathbf{i}" nil 0)
	("bj" "\\mathbf{j}" nil 0)
	("bk" "\\mathbf{k}" nil 0)
	("bl" "\\mathbf{l}" nil 0)
	("bm" "\\mathbf{m}" nil 0)
	("bn" "\\mathbf{n}" nil 0)
	("bo" "\\mathbf{o}" nil 0)
	("bp" "\\mathbf{p}" nil 0)
	("bq" "\\mathbf{q}" nil 0)
	("br" "\\mathbf{r}" nil 0)
	("bs" "\\mathbf{s}" nil 0)
	("bt" "\\mathbf{t}" nil 0)
	("bu" "\\mathbf{u}" nil 0)
	("bv" "\\mathbf{v}" nil 0)
	("bw" "\\mathbf{w}" nil 0)
	("bx" "\\mathbf{x}" nil 0)
	("byy" "\\mathbf{y}" nil 0)
	("bz" "\\mathbf{z}" nil 0)
	("bsy" "\\boldsymbol{" nil 0)
	("dbsy" "$\\boldsymbol{" nil 0)
	("bsyu" "\\boldsymbol{}" nil 0)
	("dbsyu" "$\\boldsymbol{}$" nil 0)
	("mvb" "{\\mathversion{bold} $ $}" nil 0)
	("pmbu" "\\mathop{\\pmb{}}" nil 0)
	("mopu" "\\mathop{}" nil 0)
	("db0" "$\\mathbf{0}$" nil 0)
	("db1" "$\\mathbf{1}$" nil 0)
	("db10" "$\\mathbf{10}$" nil 0)
	("db2" "$\\mathbf{2}$" nil 0)
	("db3" "$\\mathbf{3}$" nil 0)
	("db4" "$\\mathbf{4}$" nil 0)
	("db5" "$\\mathbf{5}$" nil 0)
	("db6" "$\\mathbf{6}$" nil 0)
	("db7" "$\\mathbf{7}$" nil 0)
	("db8" "$\\mathbf{8}$" nil 0)
	("db9" "$\\mathbf{9}$" nil 0)
	("dba" "$\\mathbf{a}$" nil 0)
	("dbb" "$\\mathbf{b}$" nil 0)
	("dbc" "$\\mathbf{c}$" nil 0)
	("dbca" "$\\mathbf{A}$" nil 0)
	("dbcb" "$\\mathbf{B}$" nil 0)
	("dbcc" "$\\mathbf{C}$" nil 0)
	("dbcd" "$\\mathbf{D}$" nil 0)
	("dbce" "$\\mathbf{E}$" nil 0)
	("dbcf" "$\\mathbf{F}$" nil 0)
	("dbcg" "$\\mathbf{G}$" nil 0)
	("dbch" "$\\mathbf{H}$" nil 0)
	("dbci" "$\\mathbf{I}$" nil 0)
	("dbcj" "$\\mathbf{J}$" nil 0)
	("dbck" "$\\mathbf{K}$" nil 0)
	("dbcl" "$\\mathbf{L}$" nil 0)
	("dbcm" "$\\mathbf{M}$" nil 0)
	("dbcn" "$\\mathbf{N}$" nil 0)
	("dbco" "$\\mathbf{O}$" nil 0)
	("dbcp" "$\\mathbf{P}$" nil 0)
	("dbcq" "$\\mathbf{Q}$" nil 0)
	("dbcr" "$\\mathbf{R}$" nil 0)
	("dbcs" "$\\mathbf{S}$" nil 0)
	("dbct" "$\\mathbf{T}$" nil 0)
	("dbcu" "$\\mathbf{U}$" nil 0)
	("dbcv" "$\\mathbf{V}$" nil 0)
	("dbcw" "$\\mathbf{W}$" nil 0)
	("dbcx" "$\\mathbf{X}$" nil 0)
	("dbcy" "$\\mathbf{Y}$" nil 0)
	("dbcz" "$\\mathbf{Z}$" nil 0)
	("dbd" "$\\mathbf{d}$" nil 0)
	("dbe" "$\\mathbf{e}$" nil 0)
	("dbf" "$\\mathbf{f}$" nil 0)
	("dbg" "$\\mathbf{g}$" nil 0)
	("dbh" "$\\mathbf{h}$" nil 0)
	("dbi" "$\\mathbf{i}$" nil 0)
	("dbj" "$\\mathbf{j}$" nil 0)
	("dbk" "$\\mathbf{k}$" nil 0)
	("dbl" "$\\mathbf{l}$" nil 0)
	("dbm" "$\\mathbf{m}$" nil 0)
	("dbn" "$\\mathbf{n}$" nil 0)
	("dbo" "$\\mathbf{o}$" nil 0)
	("dbp" "$\\mathbf{p}$" nil 0)
	("dbq" "$\\mathbf{q}$" nil 0)
	("dbr" "$\\mathbf{r}$" nil 0)
	("dbs" "$\\mathbf{s}$" nil 0)
	("dbt" "$\\mathbf{t}$" nil 0)
	("dbu" "$\\mathbf{u}$" nil 0)
	("dbv" "$\\mathbf{v}$" nil 0)
	("dbw" "$\\mathbf{w}$" nil 0)
	("dbx" "$\\mathbf{x}$" nil 0)
	("dby" "$\\mathbf{y}$" nil 0)
	("dbz" "$\\mathbf{z}$" nil 0)
	("nrbu" "\\|\\mathbf{u}\\|" nil 0)
	("aplb" "\\mathbf{a} + \\mathbf{b}" nil 0)
	("atib" "\\mathbf{a} \\times \\mathbf{b}" nil 0)
	("atibp" "(\\mathbf{a} \\times \\mathbf{b})" nil 0)
	("cau" "\\mathcal{" nil 0)
	("cca" "\\mathcal{A}" nil 0)
	("ccb" "\\mathcal{B}" nil 0)
	("ccc" "\\mathcal{C}" nil 0)
	("ccd" "\\mathcal{D}" nil 0)
	("cce" "\\mathcal{E}" nil 0)
	("ccf" "\\mathcal{F}" nil 0)
	("ccg" "\\mathcal{G}" nil 0)
	("cch" "\\mathcal{H}" nil 0)
	("cci" "\\mathcal{I}" nil 0)
	("ccj" "\\mathcal{J}" nil 0)
	("cck" "\\mathcal{K}" nil 0)
	("ccl" "\\mathcal{L}" nil 0)
	("ccm" "\\mathcal{M}" nil 0)
	("ccn" "\\mathcal{N}" nil 0)
	("cco" "\\mathcal{O}" nil 0)
	("ccp" "\\mathcal{P}" nil 0)
	("ccq" "\\mathcal{Q}" nil 0)
	("ccr" "\\mathcal{R}" nil 0)
	("ccs" "\\mathcal{S}" nil 0)
	("cct" "\\mathcal{T}" nil 0)
	("ccu" "\\mathcal{U}" nil 0)
	("ccv" "\\mathcal{V}" nil 0)
	("ccw" "\\mathcal{W}" nil 0)
	("ccx" "\\mathcal{X}" nil 0)
	("ccy" "\\mathcal{Y}" nil 0)
	("ccz" "\\mathcal{Z}" nil 0)
	("dcca" "$\\mathcal{A}$" nil 0)
	("dccb" "$\\mathcal{B}$" nil 0)
	("dccc" "$\\mathcal{C}$" nil 0)
	("dccd" "$\\mathcal{D}$" nil 0)
	("dcce" "$\\mathcal{E}$" nil 0)
	("dccf" "$\\mathcal{F}$" nil 0)
	("dccg" "$\\mathcal{G}$" nil 0)
	("dcch" "$\\mathcal{H}$" nil 0)
	("dcci" "$\\mathcal{I}$" nil 0)
	("dccj" "$\\mathcal{J}$" nil 0)
	("dcck" "$\\mathcal{K}$" nil 0)
	("dccl" "$\\mathcal{L}$" nil 0)
	("dccm" "$\\mathcal{M}$" nil 0)
	("dccn" "$\\mathcal{N}$" nil 0)
	("dcco" "$\\mathcal{O}$" nil 0)
	("dccp" "$\\mathcal{P}$" nil 0)
	("dccq" "$\\mathcal{Q}$" nil 0)
	("dccr" "$\\mathcal{R}$" nil 0)
	("dccs" "$\\mathcal{S}$" nil 0)
	("dcct" "$\\mathcal{T}$" nil 0)
	("dccu" "$\\mathcal{U}$" nil 0)
	("dccv" "$\\mathcal{V}$" nil 0)
	("dccw" "$\\mathcal{W}$" nil 0)
	("dccx" "$\\mathcal{X}$" nil 0)
	("dccy" "$\\mathcal{Y}$" nil 0)
	("dccz" "$\\mathcal{Z}$" nil 0)
	("igru" "\\includegraphics{" nil 0)
	("igr" "\\includegraphics{}" nil 0)
	("figu" "\\begin{figure}[ht]
\\begin{center}
\\includegraphics{}
\\caption{\\label{}}
\\end{center}
\\end{figure}" nil 0)
	("pictu" "\\begin{figure}[ht]
\\begin{center}
       \\special{picture } %add pict filename
\\caption{\\label{}}
\\end{center}
\\end{figure}" nil 0)
	("illu" "\\begin{figure}
\\begin{center}
       \\special{illustration } %add eps filename
\\caption{\\label{}}
\\end{center}
\\end{figure}" nil 0)
	("cdu" "\\[
\\begin{CD}

\\end{CD}
\\]" nil 0)
	("btab" "\\begin{table}" nil 0)
	("etab" "\\end{table}" nil 0)
	("tabl" "\\begin{table}[ht]                 %optional [t, b or h];
\\begin{minipage}{0.9\\textwidth}
\\begin{tabular}[ccc]
 &  &  \\\\
 &  &  \\\\
\\end{tabular}
\\end{minipage}
\\caption{}
\\label{}
\\end{table}" nil 0)
	("bfig" "\\begin{figure}" nil 0)
	("efig" "\\end{figure}" nil 0)
	("captu" "\\caption{" nil 0)
	("capt" "\\caption{}" nil 0)
	("vspu" "\\vspace{" nil 0)
	("vsp" "\\vspace{}" nil 0)
	("hspu" "\\hspace{" nil 0)
	("hsp" "\\hspace{}" nil 0)
	))
