Skip to content

Commit

Permalink
\fbox in stex linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzpirate committed Mar 21, 2023
1 parent 4748d04 commit 665df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmt-stex/src/info/kwarc/mmt/stex/parsing/Rules.scala
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ object TeXRules {
SkipCommand("DeclareRobustCommand", "vv"),
SkipCommand("NewDocumentEnvironment", "vvvv"),
SkipCommand("DeclareDocumentEnvironment", "vvvv"),
SkipCommand("hbox","t"),SkipCommand("vbox","t"),SkipCommand("text","t"),
SkipCommand("hbox","t"),SkipCommand("vbox","t"),SkipCommand("fbox","t"),SkipCommand("text","t"),
SkipCommand("texttt","t"),SkipCommand("ensuremath","m"),SkipCommand("scalebox","vt")
)
}

0 comments on commit 665df86

Please sign in to comment.