On Fri, 21 Apr 2006, root wrote:
In particular, I'm beginning to think that we could use latex
syntax for chunks as in:

<<chunkname>>=
 foo
@

becomes

\begin{chunk}[chunkname]
 foo
\end{chunk}

and

<<chunkname>>

becomes

\chunk{chunkname}

Code could still be extracted with a preprocessor but the
latex piece would become native latex and could be formatted
by standard latex with only a .sty file. This completely
eliminates the need for noweave.
I think this is a very good idea. I'd only propose to use

\begin{chunk}{chunkname}

because the parameter is not optional.

Andrey



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to