Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/assets/scripts/latexcmds.json
3170 views
1
2
{
3
"latex": [
4
"author",
5
"begin",
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
"bfseries",
15
"documentclass",
16
"end",
17
"end{document}",
18
"end{enumerate}",
19
"end{equation*}",
20
"end{equation}",
21
"end{figure}",
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",
34
"multicolumn",
35
"newcommand",
36
"NewDocumentCommand",
37
"NewDocumentEnvironment",
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
],
52
"book": [
53
"chapter"
54
],
55
"amsmath": [
56
"begin{align*}",
57
"begin{aligned}",
58
"begin{align}",
59
"begin{cases}",
60
"begin{flalign*}",
61
"begin{flalign}",
62
"begin{gather*}",
63
"begin{gather}",
64
"centering",
65
"cite",
66
"dfrac",
67
"end{align*}",
68
"end{aligned}",
69
"end{align}",
70
"end{cases}",
71
"end{flalign*}",
72
"end{flalign}",
73
"end{gather*}",
74
"end{gather}",
75
"tfrac"
76
],
77
"graphicx": [
78
"includegraphics",
79
"rotatebox",
80
"scalebox"
81
],
82
"xcolor": [
83
"color",
84
"colorbox",
85
"textcolor"
86
],
87
"tikz": [
88
"begin{tikzpicture}",
89
"draw",
90
"end{tikzpicture}"
91
]
92
}
93
94