Skip to content

Commit

Permalink
Add \newtheorem variants to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Nov 15, 2020
1 parent 1a6f0e3 commit adcd73c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@ private static List<LatexCommandSignature> createDefaultLatexCommandSignatures()
list.add(new LatexCommandSignature("\\newglossarystyle{}{}"));
list.add(new LatexCommandSignature("\\newrefcontext[]"));
list.add(new LatexCommandSignature("\\newtheorem{}{}"));
list.add(new LatexCommandSignature("\\newtheorem{}{}[]"));
list.add(new LatexCommandSignature("\\newtheorem{}[]{}"));
list.add(new LatexCommandSignature("\\newtheorem{}[]{}[]"));
list.add(new LatexCommandSignature("\\newtheorem*{}{}"));
list.add(new LatexCommandSignature("\\newtoggle{}"));
list.add(new LatexCommandSignature("\\nolinkurl{}", LatexCommandSignature.Action.DUMMY));
Expand Down

0 comments on commit adcd73c

Please sign in to comment.