Text FormattingTypesetting Maple Style

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
rswierszcz
Posts: 1
Joined: Sat Jun 22, 2013 11:43 am

Typesetting Maple Style

Post by rswierszcz »

Hi everyone

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}
I would like to make changes in "maplestd2e.sty" to change color of the mapleinput line to red, and color of the maplelatex line to blue.

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
Last edited by localghost on Sat Jun 22, 2013 12:26 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply