% template for main file for chapters. % please change title of chapter % steer-prog.tex should contain structure of this chapter \documentclass{dabcclass} \pdfinfo{ /Author (Hans G. Essel) /Title (DABC programmer) /Subject (Data Acquisition) /Keywords (FutureDAQ, CBM, FOPI) } \input{dabc-defs} \begin{document} %\setcounter{chapter}{1}\setcounter{section}{0}\setcounter{subsection}{0} \begin{figure}[htb] \centering\includegraphics[width=.99\textwidth] {frontpage.png} \end{figure} {\Huge {\bf \begin{tabular}{p{1.5cm} p{10.0cm}} & \color{FrontLetter}{Programmer Manual}\\ \end{tabular} }} \vspace{2cm} {\em J.Adamczewski-Musch, S.Linev, H.G.Essel} \\ {\large GSI Darmstadt,}\\ Experiment Electronics Department\\\\ % vspace must be surrounded by empty lines! \vspace{4cm} Produced: \today, Revisions: \input{prog-docrev} \cleardoublepage \thispagestyle{empty} \tableofcontents \thispagestyle{empty} \cleardoublepage \include{steer-programmer} \cleardoublepage \include{dabc-post} \end{document}