axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] build-improvements and latex


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] build-improvements and latex
Date: 07 Nov 2006 23:32:31 +0100

Ralf Hemmecke <address@hidden> writes:

| On 11/07/2006 10:45 PM, Gabriel Dos Reis wrote:
| > Ralf Hemmecke <address@hidden> writes:
| > | I oppose against special treatment of .sty files.
| > | | The general rule should be
| > | | notangle file.ext.pamphlet > file.ext
| > | noweave  file.ext.pamphlet > file.ext.pamphlet.tex
| > | | remove ".pamphlet" and add ".tex".
| > Ralf,
| >    remove ".pamphlet" and add ".tex".
| > translates to
| >       noweave  file.ext.pamphlet > file.ext.tex
| > not
| >     noweave  file.ext.pamphlet > file.ext.pamphlet.tex
| > I believe that is what we currently do:
| >     if test x$do_weave = xyes; then
| >         file=`basename $1 .pamphlet`
| >         $weave -delay $1 > $file.tex
| >         if test x$do_latex != xyes; then
| >             exit 0;
| >         fi
| >     fi
| > -- gaby
| 
| Right.
| 
| And I _suggested_ to change the current rule.

I thought your suggestion was

   remove ".pamphlet" and add ".tex". That rule seems to be a bit simpler
   than having to explain why .sty files must be treated separately.

Is that correct?

-- Gaby




reply via email to

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