Skip opts for \si.

This commit is contained in:
John MacFarlane
2020-09-02 16:01:32 -07:00
parent e3e66ba47f
commit 16c44cd2a9
+1 -1
View File
@@ -877,7 +877,7 @@ inlineCommands = M.union inlineLanguageCommands $ M.fromList
, ("acfp", doAcronymPlural "full")
, ("acsp", doAcronymPlural "abbrv")
-- siuntix
, ("si", dosi tok)
, ("si", skipopts *> dosi tok)
, ("SI", doSI tok)
, ("SIrange", doSIrange tok)
, ("num", doSInum)