hep-ph0411095/main.tex
1: %%% latex2e
2: \documentclass[dvips,12pt,a4paper]{article}
3: %%%
4: %%%
5: %%% style files
6: \usepackage{graphicx}
7: \usepackage{styles/here}
8: \usepackage{amsmath}
9: \usepackage{amssymb}
10: \usepackage{fancyhdr}
11: \usepackage{hhline}
12: %\usepackage{styles/arydshln}
13: \usepackage{rotating}
14: %%% Yamamura-kun
15: \usepackage{color}
16: %%%
17: %%%
18: %%% set of page
19: %%%A4 = 8.27in x 11.69in (1in=2.54cm)
20: \setlength{\textheight}{9.4in}
21: \setlength{\textwidth}{6.27in}
22: %\setlength{\leftmargin}{0.0cm}
23: %\setlength{\rightmargin}{0.0cm}
24: \setlength{\oddsidemargin}{0.0cm}
25: %\setlength{\evensidemargin}{0.0cm}
26: \setlength{\topmargin}{-0.9cm}
27: %%%\setlength{\headsep}{10pt}
28: %%%
29: %%%
30: %%%definition
31: \include{definitions}
32: %%%
33: %%%
34: %%%document
35: \begin{document}
36: % input not include
37: \input{title}
38: \input{introduction}
39: \input{simulation}
40: \input{generator}
41: \input{analysis}
42: \input{conclusion}
43: \input{acknowledgments}
44: \appendix
45: \input{mass}
46: \input{books}
47: \end{document}
48: