Skip to content

Commit

Permalink
Add some more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Sep 25, 2019
1 parent d9c5996 commit d742140
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private enum Mode {
new LatexCommandSignature("\\bibitem{}"),
new LatexCommandSignature("\\bibliography{}"),
new LatexCommandSignature("\\bibliographystyle{}"),
new LatexCommandSignature("\\captionof{}"),
new LatexCommandSignature("\\captionsetup{}"),
new LatexCommandSignature("\\captionsetup[]{}"),
new LatexCommandSignature("\\cite{}", LatexCommandSignature.Action.DUMMY),
Expand Down Expand Up @@ -70,6 +71,7 @@ private enum Mode {
new LatexCommandSignature("\\DeclareFieldFormat{}{}"),
new LatexCommandSignature("\\DeclareFieldFormat[]{}{}"),
new LatexCommandSignature("\\DeclareGraphicsExtensions{}"),
new LatexCommandSignature("\\DeclareMathAlphabet{}{}{}{}{}"),
new LatexCommandSignature("\\DeclareMathOperator{}{}"),
new LatexCommandSignature("\\DeclareMathOperator*{}{}"),
new LatexCommandSignature("\\DeclareNameAlias{}{}"),
Expand Down Expand Up @@ -118,6 +120,7 @@ private enum Mode {
new LatexCommandSignature("\\mdfdefinestyle{}{}"),
new LatexCommandSignature("\\multicolumn{}{}"),
new LatexCommandSignature("\\multirow{}{}"),
new LatexCommandSignature("\\newboolean{}"),
new LatexCommandSignature("\\newcolumntype{}{}"),
new LatexCommandSignature("\\newcommand{}{}"),
new LatexCommandSignature("\\newcommand{}[]{}"),
Expand Down Expand Up @@ -152,6 +155,7 @@ private enum Mode {
new LatexCommandSignature("\\renewcommand{}[]{}"),
new LatexCommandSignature("\\renewcommand*{}{}"),
new LatexCommandSignature("\\renewcommand*{}[]{}"),
new LatexCommandSignature("\\setboolean{}"),
new LatexCommandSignature("\\setcopyright{}"),
new LatexCommandSignature("\\setenumerate{}"),
new LatexCommandSignature("\\setglossarystyle{}"),
Expand All @@ -161,6 +165,7 @@ private enum Mode {
new LatexCommandSignature("\\setkomavar{}[]{}"),
new LatexCommandSignature("\\setkomavar*{}{}"),
new LatexCommandSignature("\\setkomavar*{}[]{}"),
new LatexCommandSignature("\\SetMathAlphabet{}{}{}{}{}{}"),
new LatexCommandSignature("\\setlist{}"),
new LatexCommandSignature("\\@setplength{}{}"),
new LatexCommandSignature("\\setstretch{}"),
Expand Down

0 comments on commit d742140

Please sign in to comment.