You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to call \mmaInlineCell before a mmaCell environment I get the following error:
Missing \endcsname inserted.\unhbox ...l: \mmaInlineCell[]{Code}{Module[{a=5}, a]}
Hi,
If I try to call \mmaInlineCell before a mmaCell environment I get the following error:
Missing \endcsname inserted.\unhbox ...l: \mmaInlineCell[]{Code}{Module[{a=5}, a]}
Minimal TeX code:
\documentclass[12pt]{article}
\usepackage{mmacells}
\begin{document}
%\begin{mmaCell}[functionlocal=y]{Code}
% Integrate[y,{y,0,1}]
%\end{mmaCell}
Inline cell: \mmaInlineCell[]{Code}{Module[{a=5}, a]}.
\end{document}
The text was updated successfully, but these errors were encountered: