Skip to content

Commit ab0ef03

Browse files
committed
additional commands and alphabetic order
1 parent 85ce6e6 commit ab0ef03

1 file changed

Lines changed: 70 additions & 63 deletions

File tree

assets/scripts/latexcmds.json

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,84 @@
11

22
{
33
"latex": [
4-
"author",
4+
"author",
55
"begin",
6-
"begin{document}",
7-
"begin{enumerate}",
8-
"begin{itemize}",
9-
"begin{figure}",
10-
"begin{table}",
11-
"begin{tabular}",
12-
"begin{equation}",
13-
"begin{equation*}",
14-
"documentclass",
6+
"begin{document}",
7+
"begin{enumerate}",
8+
"begin{equation*}",
9+
"begin{equation}",
10+
"begin{figure}",
11+
"begin{itemize}",
12+
"begin{table}",
13+
"begin{tabular}",
14+
"documentclass",
1515
"end",
16-
"end{document}",
17-
"end{enumerate}",
18-
"end{itemize}",
19-
"end{figure}",
20-
"end{table}",
21-
"end{tabular}",
22-
"end{equation}",
23-
"end{equation*}",
24-
"frac",
25-
"input",
26-
"item",
27-
"label",
28-
"makeatletter",
29-
"makeatother",
30-
"newcommand",
31-
"newenvironment",
32-
"NewDocumentCommand",
33-
"NewDocumentEnvironment",
34-
"RenewDocumentCommand",
35-
"RenewDocumentEnvironment",
36-
"ref",
37-
"renewcommand",
38-
"renewenvironment",
39-
"section",
40-
"subsection",
41-
"title",
42-
"usepackage"
16+
"end{document}",
17+
"end{enumerate}",
18+
"end{equation*}",
19+
"end{equation}",
20+
"end{figure}",
21+
"end{itemize}",
22+
"end{table}",
23+
"end{tabular}",
24+
"frac",
25+
"hline",
26+
"input",
27+
"item",
28+
"label",
29+
"makeatletter",
30+
"makeatother",
31+
"multicolumn",
32+
"newcommand",
33+
"NewDocumentCommand",
34+
"NewDocumentEnvironment",
35+
"newenvironment",
36+
"ref",
37+
"renewcommand",
38+
"RenewDocumentCommand",
39+
"RenewDocumentEnvironment",
40+
"renewenvironment",
41+
"section",
42+
"subsection",
43+
"title",
44+
"usepackage"
4345
],
4446
"book": [
45-
"chapter"
47+
"chapter"
4648
],
4749
"amsmath": [
48-
"tfrac",
49-
"dfrac",
50-
"begin{align}",
51-
"begin{align*}",
52-
"begin{aligned}",
53-
"begin{cases}",
54-
"begin{flalign}",
55-
"begin{flalign*}",
56-
"begin{gather}",
57-
"begin{gather*}",
58-
"end{align}",
59-
"end{align*}",
60-
"end{cases}",
61-
"end{aligned}",
62-
"end{flalign}",
63-
"end{flalign*}",
64-
"end{gather}",
65-
"end{gather*}"
50+
"begin{align*}",
51+
"begin{aligned}",
52+
"begin{align}",
53+
"begin{cases}",
54+
"begin{flalign*}",
55+
"begin{flalign}",
56+
"begin{gather*}",
57+
"begin{gather}",
58+
"dfrac",
59+
"end{align*}",
60+
"end{aligned}",
61+
"end{align}",
62+
"end{cases}",
63+
"end{flalign*}",
64+
"end{flalign}",
65+
"end{gather*}",
66+
"end{gather}",
67+
"tfrac"
6668
],
6769
"graphicx": [
68-
"includegraphics",
69-
"rotatebox",
70-
"scalebox"
70+
"includegraphics",
71+
"rotatebox",
72+
"scalebox"
7173
],
7274
"xcolor": [
73-
"color",
74-
"colorbox",
75-
"textcolor"
76-
]
75+
"color",
76+
"colorbox",
77+
"textcolor"
78+
],
79+
"tikz": [
80+
"begin{tikzpicture}",
81+
"draw",
82+
"end{tikzpicture}"
83+
]
7784
}

0 commit comments

Comments
 (0)