Since we are at it... I also wrote a little tool
https://github.com/hemmecke/prolitex
Then .pamphlet would really be .tex (thanks to the powerful listings
package). The format change would be from
<<NAME>>=
code here
@
to
\begin{chunk}{NAME}
code here
\end{chunk}
and an option to select if you want <<...>> or any other delimiters for
a reference to another chunk inside the code chunk.
weaving is not necessary anymore.
tangling is done by a little awk script.
I was, however, not yet eager enough to propose such a change to the
fricas sources.
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.