Skip to content

Commit

Permalink
Add support for \providecommand
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Sep 23, 2019
1 parent fda7a92 commit a59385e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ private enum Mode {
new LatexCommandSignature("\\PackageWarning{}{}"),
new LatexCommandSignature("\\pgfdeclaredecoration{}{}{}"),
new LatexCommandSignature("\\pgfmathsetseed{}"),
new LatexCommandSignature("\\providecommand{}{}"),
new LatexCommandSignature("\\providecommand{}[]{}"),
new LatexCommandSignature("\\providecommand*{}{}"),
new LatexCommandSignature("\\providecommand*{}[]{}"),
new LatexCommandSignature("\\raisebox{}"),
new LatexCommandSignature("\\RedeclareSectionCommand{}"),
new LatexCommandSignature("\\RedeclareSectionCommand[]{}"),
Expand Down

0 comments on commit a59385e

Please sign in to comment.