This commit is contained in:
207
frontend/static/languages/code_latex.json
Normal file
207
frontend/static/languages/code_latex.json
Normal file
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"name": "code_latex",
|
||||
"noLazyMode": true,
|
||||
"ligatures": false,
|
||||
"words": [
|
||||
"\\documentclass",
|
||||
"\\usepackage",
|
||||
"\\begin{document}",
|
||||
"\\maketitle",
|
||||
"\\tableofcontents",
|
||||
"\\listoffigures",
|
||||
"\\listoftables",
|
||||
"\\part",
|
||||
"\\chapter",
|
||||
"\\section",
|
||||
"\\subsection",
|
||||
"\\subsubsection",
|
||||
"\\paragraph",
|
||||
"\\subparagraph",
|
||||
"\\begin{abstract}",
|
||||
"\\end{abstract}",
|
||||
"\\begin{figure}",
|
||||
"\\end{figure}",
|
||||
"\\includegraphics",
|
||||
"\\caption",
|
||||
"\\label",
|
||||
"\\ref",
|
||||
"\\pagebreak",
|
||||
"\\clearpage",
|
||||
"\\newpage",
|
||||
"\\enumerate",
|
||||
"\\item",
|
||||
"\\begin{enumerate}",
|
||||
"\\end{enumerate}",
|
||||
"\\begin{itemize}",
|
||||
"\\end{itemize}",
|
||||
"\\begin{description}",
|
||||
"\\end{description}",
|
||||
"\\textbf",
|
||||
"\\textit",
|
||||
"\\texttt",
|
||||
"\\underline",
|
||||
"\\emph",
|
||||
"\\textsuperscript",
|
||||
"\\textsubscript",
|
||||
"\\textcolor",
|
||||
"\\colorbox",
|
||||
"\\fcolorbox",
|
||||
"\\color",
|
||||
"\\boxed",
|
||||
"\\frac",
|
||||
"\\dfrac",
|
||||
"\\tfrac",
|
||||
"\\binom",
|
||||
"\\dbinom",
|
||||
"\\cancel",
|
||||
"\\bcancel",
|
||||
"\\xcancel",
|
||||
"\\sout",
|
||||
"\\cancelto",
|
||||
"\\xleftarrow",
|
||||
"\\xrightarrow",
|
||||
"\\overset",
|
||||
"\\underset",
|
||||
"\\stackrel",
|
||||
"\\begin{tabular}",
|
||||
"\\end{tabular}",
|
||||
"\\hline",
|
||||
"\\multicolumn",
|
||||
"\\cline",
|
||||
"\\begin{array}",
|
||||
"\\end{array}",
|
||||
"\\begin{matrix}",
|
||||
"\\end{matrix}",
|
||||
"\\begin{pmatrix}",
|
||||
"\\end{pmatrix}",
|
||||
"\\begin{bmatrix}",
|
||||
"\\end{bmatrix}",
|
||||
"\\begin{vmatrix}",
|
||||
"\\end{vmatrix}",
|
||||
"\\begin{cases}",
|
||||
"\\end{cases}",
|
||||
"\\begin{split}",
|
||||
"\\end{split}",
|
||||
"\\begin{gathered}",
|
||||
"\\end{gathered}",
|
||||
"\\begin{align}",
|
||||
"\\end{align}",
|
||||
"\\begin{alignat}",
|
||||
"\\end{alignat}",
|
||||
"\\begin{flalign}",
|
||||
"\\end{flalign}",
|
||||
"\\begin{gather}",
|
||||
"\\end{gather}",
|
||||
"\\begin{multline}",
|
||||
"\\end{multline}",
|
||||
"\\begin{eqnarray}",
|
||||
"\\end{eqnarray}",
|
||||
"\\begin{equation}",
|
||||
"\\end{equation}",
|
||||
"\\[",
|
||||
"\\]",
|
||||
"$$",
|
||||
"\\begin{quote}",
|
||||
"\\end{quote}",
|
||||
"\\begin{quotation}",
|
||||
"\\end{quotation}",
|
||||
"\\begin{verse}",
|
||||
"\\end{verse}",
|
||||
"\\begin{verbatim}",
|
||||
"\\end{verbatim}",
|
||||
"\\verb",
|
||||
"\\begin{center}",
|
||||
"\\end{center}",
|
||||
"\\begin{flushleft}",
|
||||
"\\end{flushleft}",
|
||||
"\\begin{flushright}",
|
||||
"\\end{flushright}",
|
||||
"\\begin{raggedleft}",
|
||||
"\\end{raggedleft}",
|
||||
"\\begin{raggedright}",
|
||||
"\\end{raggedright}",
|
||||
"\\begin{minipage}",
|
||||
"\\end{minipage}",
|
||||
"\\begin{minipage}[t]",
|
||||
"\\begin{minipage}[b]",
|
||||
"\\fbox",
|
||||
"\\framebox",
|
||||
"\\raisebox",
|
||||
"\\rotatebox",
|
||||
"\\scalebox",
|
||||
"\\reflectbox",
|
||||
"\\resizebox",
|
||||
"\\savebox",
|
||||
"\\usebox",
|
||||
"\\newlength",
|
||||
"\\setlength",
|
||||
"\\addtolength",
|
||||
"\\settowidth",
|
||||
"\\textwidth",
|
||||
"\\linewidth",
|
||||
"\\columnwidth",
|
||||
"\\hsize",
|
||||
"\\vsize",
|
||||
"\\textheight",
|
||||
"\\paperheight",
|
||||
"\\paperwidth",
|
||||
"\\headheight",
|
||||
"\\headsep",
|
||||
"\\footskip",
|
||||
"\\topskip",
|
||||
"\\maxdepth",
|
||||
"\\baselineskip",
|
||||
"\\lineskip",
|
||||
"\\parskip",
|
||||
"\\parindent",
|
||||
"\\hangindent",
|
||||
"\\hangafter",
|
||||
"\\newcounter",
|
||||
"\\setcounter",
|
||||
"\\addtocounter",
|
||||
"\\stepcounter",
|
||||
"\\refstepcounter",
|
||||
"\\usecounter",
|
||||
"\\counterwithin",
|
||||
"\\counterwithout",
|
||||
"\\makeatletter",
|
||||
"\\makeatother",
|
||||
"\\arabic",
|
||||
"\\alph",
|
||||
"\\Alph",
|
||||
"\\roman",
|
||||
"\\Roman",
|
||||
"\\fnsymbol",
|
||||
"\\newenvironment",
|
||||
"\\renewenvironment",
|
||||
"\\provideenvironment",
|
||||
"\\begin{theorem}",
|
||||
"\\end{theorem}",
|
||||
"\\begin{lemma}",
|
||||
"\\end{lemma}",
|
||||
"\\begin{corollary}",
|
||||
"\\end{corollary}",
|
||||
"\\begin{proposition}",
|
||||
"\\end{proposition}",
|
||||
"\\begin{conjecture}",
|
||||
"\\end{conjecture}",
|
||||
"\\begin{definition}",
|
||||
"\\end{definition}",
|
||||
"\\begin{example}",
|
||||
"\\end{example}",
|
||||
"\\begin{exercise}",
|
||||
"\\end{exercise}",
|
||||
"\\begin{solution}",
|
||||
"\\end{solution}",
|
||||
"\\begin{note}",
|
||||
"\\end{note}",
|
||||
"\\begin{warning}",
|
||||
"\\end{warning}",
|
||||
"\\begin{question}",
|
||||
"\\end{question}",
|
||||
"\\begin{problem}",
|
||||
"\\end{problem}",
|
||||
"\\begin{remark}",
|
||||
"\\end{remark}"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user