We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d62bc4 commit 36a6266Copy full SHA for 36a6266
1 file changed
assets/scripts/latexcmds.json
@@ -11,6 +11,7 @@
11
"begin{itemize}",
12
"begin{table}",
13
"begin{tabular}",
14
+ "bfseries",
15
"documentclass",
16
"end",
17
"end{document}",
@@ -21,10 +22,12 @@
21
22
"end{itemize}",
23
"end{table}",
24
"end{tabular}",
25
+ "footnote",
26
"frac",
27
"hline",
28
"input",
29
"item",
30
+ "itshape",
31
"label",
32
"makeatletter",
33
"makeatother",
@@ -33,13 +36,16 @@
36
"NewDocumentCommand",
34
37
"NewDocumentEnvironment",
35
38
"newenvironment",
39
+ "parbox",
40
"ref",
41
"renewcommand",
42
"RenewDocumentCommand",
43
"RenewDocumentEnvironment",
44
"renewenvironment",
45
"section",
46
"subsection",
47
+ "textbf",
48
+ "textit",
49
"title",
50
"usepackage"
51
],
@@ -55,6 +61,8 @@
55
61
"begin{flalign}",
56
62
"begin{gather*}",
57
63
"begin{gather}",
64
+ "centering",
65
+ "cite",
58
66
"dfrac",
59
67
"end{align*}",
60
68
"end{aligned}",
0 commit comments