pub fn convert_latex_args(
nargs: usize,
optional: Option<Tokens>,
) -> Result<Option<Parameters>>Expand description
Convert a LaTeX-style argument spec to our Package form. Ie. given $nargs and $optional, being the two optional arguments to something like \newcommand, convert it to the form we use