Closed rbrignall closed 7 months ago
This seems like expected behaviour...? Referencing the documentation
\mk[⟨description⟩]{⟨n⟩}[⟨voffset⟩]
\mk*[⟨description⟩]{⟨n⟩}[⟨voffset⟩]
so the
*
is optional#1
] is optional#2
} is mandatory#3
] is optionalYes, I agree, although some users tend to think of empty braces \mk{}
as being a legitimate specification of the mandatory parameter, and indeed some bits of LaTeX use it as such (\setbeamertemplate{navigation symbols}{}
springs to mind).
I wouldn't anticipate doing anything more than appending/prepending \relax
, but of course it mustn't break the auto-adding-up.
Can't use \mk command without a second parameter.
(Workarounds are to use \mk*[comment]{}, or \mk[comment]{\relax}.)