% template for main file for chapters. % please change title of chapter % steer-user.tex should contain structure of this chapter \documentclass{dabcclass} \pdfinfo{ /Author (Hans G. Essel) /Title (DABC User Manual) /Subject (Data Acquisition) /Keywords (DABC, CBM, FOPI, MBS) } \input{dabc-defs} \begin{document} \setcounter{chapter}{0}\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}{User Manual}\\ \end{tabular} }} % {\Huge {\bf % \begin{tabular}{p{1.5cm} p{10.0cm}} % & \color{FrontLetter}{MBS GUI 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{user-docrev} \thispagestyle{empty} \cleardoublepage \thispagestyle{empty} \tableofcontents \thispagestyle{empty} \cleardoublepage \pagenumbering{arabic} % \thispagestyle{empty} \listoffigures % \thispagestyle{empty} \cleardoublepage \include{steer-user} \cleardoublepage \include{dabc-post} \end{document}