We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
today I tried to use mmacells on a fresh windows with new MiKTeX. Unfortunately, I get an error message when compiling the following minimal example:
mmacells
\documentclass{article} \usepackage{mmacells} \begin{document} \begin{mmaCell}{Input} \mmaSub{x}{1} == \mmaFrac{-\mmaUnd{(\pmb{\beta})} (\pmb{\pm}) \mmaSqrt{\mmaSup{\mmaUnd{(\pmb{\beta})}}{2} - 4 \mmaUnd{(\pmb{\alpha})} \mmaUnd{(\pmb{\gamma})}}}{2 \mmaUnd{(\pmb{\alpha})}} \end{mmaCell} \end{document}
\documentclass{article} \usepackage{mmacells} \begin{document}
\begin{mmaCell}{Input} \mmaSub{x}{1} == \mmaFrac{-\mmaUnd{(\pmb{\beta})} (\pmb{\pm}) \mmaSqrt{\mmaSup{\mmaUnd{(\pmb{\beta})}}{2} - 4 \mmaUnd{(\pmb{\alpha})} \mmaUnd{(\pmb{\gamma})}}}{2 \mmaUnd{(\pmb{\alpha})}} \end{mmaCell}
\end{document}
The error message is:
! Undefined control sequence. ...otalleftmargin \hbox_unpack_clear:N @labels l.5 \begin{mmaCell}{Input}
I attached the log file for more information.
Best, johinoli
The text was updated successfully, but these errors were encountered:
This should be fixed by #42, which is already merged, but not released yet. Newest mmacells.sty file from master branch should work without this error.
Sorry, something went wrong.
Works like a charm. Thank you!
No branches or pull requests
Hey,
today I tried to use
mmacells
on a fresh windows with new MiKTeX. Unfortunately, I get an error message when compiling the following minimal example:The error message is:
I attached the log file for more information.
Best, johinoli
The text was updated successfully, but these errors were encountered: