axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] size issue with noweb


From: Andrey G. Grozin
Subject: Re: [Axiom-developer] size issue with noweb
Date: Fri, 21 Apr 2006 12:07:00 +0700 (NOVST)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]