Hi Waldek,

> +\xtc{
> +}{
> +\spadcommand{fortranLiteralLine(concat ["C\ \ \ \ \ \ The\ Matrix\ has\ ",
> +nrows(m)::String, "\ rows\ and\ ", ncols(m)::String, "\ columns"]
> +)$FortranTemplate \free{m}}
> +}

For the purpose of easier parsing of \spadcommand{...} (via awk) it
would be good if this appeared all on one line (including the final "}")
or is written with

\begin{spadsrc}[\free{m}]
fortranLiteralLine(concat ["C\ \ \ \ \ \ The\ Matrix\ has\ ",
  nrows(m)::String, "\ rows\ and\ ", ncols(m)::String, "\ columns"]
)$FortranTemplate
\end{spadsrc}

Furthermore, in order to get the command right, I'd have to remove the
backslashes in "\ ".

Although not important, I've seen something like

\spadcommand{al."bob" := [407,"male"]\$Data \free{al1}\bound{al2}}

in ALIST.htex (escaped $). As long as all this is not a problem for
HyperDoc, $ and \$ are currently fine for me for the tex form.

Honestly, only \ { and } would be a real problem. By changing catcodes,
escaping wouldn't be really necessary. Unfortunately, the original
axiom.sty on NAGcdrom was written for latex 2.09 and it's not easy to
move the whole thing to latex2e, so I decided first to stay with the old
stuff.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to