% template for main file for chapters. % please change title of chapter % steer-XXX.tex should contain structure of this chapter \documentclass{dabcclass} \pdfinfo{ /Author (Hans G. Essel) /Title (DABC XXX) /Subject (Data Acquisition) /Keywords (FutureDAQ, CBM, FOPI) } \input{dabc-defs} \begin{document} \setcounter{chapter}{1}\setcounter{section}{0}\setcounter{subsection}{0} \chapter{\dabc~ XXX} \input{XXX-docrev} \cleardoublepage \thispagestyle{empty} \tableofcontents \thispagestyle{empty} \cleardoublepage \include{steer-XXX} \cleardoublepage \include{dabc-post} \end{document}