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