You don't need it anymore, but you asked... Here you go.

Except a few files like README, ChangeLog, and GPL (and maybe a few 
others in the future), all files are .nw file in ALLPROSE.

The main file is combinat.tex.nw.

Any file in ALLPROSE generates two files.

notangle ---> remove the .nw extension.
noweave  ---> add a .tex extension.

For the above file it means, when 'latex' is invoked there are lying 2 
files around, namely

combinat.tex
   That file will be taken by latex to start with.
   (you cited it below, all what is in the <<*>> chunk)

combinat.tex.nw.tex
  That file is included through the line
  \input{\projectname.tex.nw}
  Note that by default TeX (or since it is redefined, actually LaTeX)
  first looks for a file with that name with an additional extension
  .tex. Only of the .tex file cannot be found, it tries the filename
  as it is given in the argument of \input.

Ralf


On 11/02/2006 12:12 PM, Martin Rubey wrote:
> Dear Ralf,
> 
> I did a bit of digging. I can reproduce the error by just saying
> 
> latex combinat.tex
> 
> at the command prompt. It then complains about line 129 of combinat.tex.nw,
> which is input by combinat.tex. combinat.tex reads
> 
> -------------------------------------------------------------------------------
> \documentclass{article}
> \usepackage{allprose}
> \begin{document}
> \author{Ralf Hemmecke, Martin Rubey, and Nicolas Thiery}
> \title{\xProject{} \LIBRARYVERSION}
> \maketitle
> \begin{abstract}
>   \xProject{} is an attempt to port \xMuPADCombinat{} to \xAldor{}.
> \end{abstract}
> \hypertarget{sec:Contents}{}\tableofcontents
> \input{\projectname.tex.nw}
> \end{document}
> -------------------------------------------------------------------------------
> 
> In fact, I find it a bit strange that combinat.tex.nw is input, but anyway.
> 
> line 129 is the line reading \documentclass{article} contained in the code
> chunk
> 
> %CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
> <<*>>=
> \documentclass{article}
> \usepackage{allprose}
> \begin{document}
> \author{Ralf Hemmecke, Martin Rubey, and Nicolas Thiery}
> \title{\xProject{} \LIBRARYVERSION}
> \maketitle
> \begin{abstract}
>   \xProject{} is an attempt to port \xMuPADCombinat{} to \xAldor{}.
> \end{abstract}
> \hypertarget{sec:Contents}{}\tableofcontents
> \input{\projectname.tex.nw}
> \end{document}
> @
> %TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
> 
> I don't know how allprose works, does it redefine <<*>> or is it a mistake 
> that
> combinat.tex.nw is input by combinat.tex.
> 
> please help, I'm quite desperate.
> 
> Thanks,
> 
> Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Aldor-combinat-devel mailing list
Aldor-combinat-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aldor-combinat-devel

Reply via email to