\documentstyle[12pt,mythesis,epsf]{book} \input def.tex % \begin{document} \input title.tex \input abst.tex \newpage \input acknow.tex \pagenumbering{roman} \tableofcontents \listoffigures \listoftables \newpage \pagenumbering{arabic} \setcounter{page}{1} %\topmargin 0.5cm % 0.4 inch at top of page %\textheight 8.5in % 9 inches text ==> 1 inch bottom margin %----------------------- % 1.Introduction %----------------------- \input intro.tex %----------------------- % 2.Two-Photon Processes at TRISTAN %----------------------- \input twophoton.tex %----------------------- % 3.Experimental Apparatus %----------------------- \input apparatus.tex %----------------------- % 4.Monte-Carlo Simulation %----------------------- \input mc.tex %----------------------- % 5.Event Selection %----------------------- \input selec.tex %----------------------- % 6.Dijet Event Property %----------------------- \input property.tex %----------------------- % 7.Jet Width %----------------------- \input width.tex %---------------------- % 8.Conclusion %----------------------- \input conc.tex %----------------------- % 9.Appendix %----------------------- \appendix \input cross.tex \input density.tex \input datpro.tex %----------------------- % Reference %----------------------- \input ref.tex % \end{document}