I'm a new forum member and LaTeX user. So I just get to know what its features.
I converted maple file to LaTeX format by "save as" option. It is quite big document, so I would like to change the appearance by changing source code in "maplestd2e.
What I would like to change:
Code: Select all
\begin{maplegroup}
\begin{mapleinput}
\mapleinline{active}{2d}{sqrt(a^2)}{\[ \sqrt{{a}^{2}}\]}
\end{mapleinput}
\mapleresult
\begin{maplelatex}
\mapleinline{inert}{2d}{sqrt(a^2)}{\[\displaystyle \sqrt{{a}^{2}}\]}
\end{maplelatex}
\end{maplegroup}
Additionally I would like to precede mapleinput line by ">" character (maple command line). I know that the character ">" appears when I changing {2d} to {1d} but it is too time-consuming procedure.
I tried to make changes in "maplestd2e.sty" file but I had to do something wrong because I did not see the difference in document appearance.
Thanks for your help.
PS. I'm using
\usepackage{maplestd2e}
command