source: JEM-EUSO/esaf_lal/tags/v1_r0/esafdoc/UserGuide/UserGuide.tex @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 3.2 KB
Line 
1% ESAF User Guide
2% $Id: UserGuide.tex 2663 2006-04-10 12:36:30Z naumov $
3% M.Pallavicini, A. Thea - created
4
5\documentclass[12pt,a4paper]{article}
6
7% packages
8\usepackage[english]{babel}
9\usepackage{graphicx}
10\usepackage[usenames,dvips]{color}
11\usepackage{epsfig}
12\usepackage{fancybox}
13\usepackage{float}
14\usepackage{esaf}
15\usepackage{longtable}
16\usepackage{subfigure}
17\usepackage[dvips, bookmarks, bookmarksnumbered, bookmarksopen,colorlinks=true,linkcolor=blue]{hyperref}
18%\usepackage{pstcol, pstricks, pst-node, pst-coil, pst-tree}
19%\usepackage[outline]{draftcopy}
20%\draftcopyLastPage{2}
21
22%\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
23%\definecolor{mygray}{gray}{0.90}
24
25\usepackage{sectsty}
26
27\allsectionsfont{\color{RoyalBlue}\sf\selectfont}
28
29
30%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31% aliases
32%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33\newcommand{\esaf}{{ESAF}}
34\newcommand{\Simu}{Simu}
35\newcommand{\Reco}{Reco}
36\newcommand{\ROOT}{ROOT}
37%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38% custom commands
39%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
40\newcommand{\unit}[1]{\ensuremath{\mathrm{#1}}}
41\newcommand{\FIXME}[1]{\textcolor{red}{\textsc{#1}}}
42\newcommand{\tu}[1]{\textup{#1}}
43
44\setlength{\LTcapwidth}{0.95\textwidth}
45
46\sloppy
47
48\newcommand{\DocRef}{EUSO-SDA-REP-014-1}
49\newcommand{\DocVer}{1.0}
50\newcommand{\DocRev}{1.0}
51%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52% headers
53%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54\usepackage{fancyhdr}
55\usepackage{lastpage}
56\addtolength{\voffset}{-1.3cm}
57\addtolength{\hoffset}{-15pt}
58\addtolength{\textheight}{0pt}
59\addtolength{\textwidth}{50pt}
60\addtolength{\footskip}{0.5cm}
61\addtolength{\headheight}{50pt}
62\renewcommand{\sectionmark}[1]{\markboth{#1}{}}
63\renewcommand{\subsectionmark}[1]{\markright{\thesubsection\ #1}}
64\renewcommand{\headrulewidth}{0pt}
65\fancyhf{}
66\fancyhead[C,CO]{\scriptsize
67\begin{tabular}{|c|@{}c@{}|@{}c@{}|} \hline
68\parbox[0pt][1.7cm][c]{1.2cm}{\includegraphics[width=1.2cm]{euso.eps}}
69&
70\begin{tabular}{@{}c@{}}
71\textsf{\color{RoyalBlue}{EUSO-SDA Subsystem}} \\ \hline
72\begin{minipage}{6.7cm}
73\begin{center}
74\vspace*{\baselineskip}
75{\Large\textsf{\color{RoyalBlue}{ESAF User Guide}}}
76\vspace{\baselineskip}
77\end{center}
78\end{minipage}
79\end{tabular}
80& 
81\begin{tabular}{lr}
82DOC. REFERENCE: & \DocRef{}                     \\
83ISSUE:          & \DocVer{}                     \\
84REVISION:       & \DocRev{}                     \\
85DATE:           & \today{}                      \\
86PAGE            & \thepage/\pageref{LastPage}   \\
87\end{tabular} \\
88\hline
89\end{tabular}
90}
91
92\fancyfoot[L,LO]{\raisebox{-0.4cm}{\includegraphics[width=1.8cm]{infn.eps}}}
93\fancyfoot[R,RO]{\raisebox{-0.4cm}{\includegraphics[width=1.0cm]{univ.eps}}}
94\fancyfoot[C,CO]{\thepage}
95\pagestyle{fancy}
96
97
98\begin{document}
99\input{FrontMatter}
100\input{Introduction}
101\input{RunningSimu}
102\input{RecoCode}
103\input{EnergyModule}
104\appendix
105\addcontentsline{toc}{section}{Appendix}
106\clearpage
107\input{Bibliography}
108\input{ConfigFiles}
109\input{Pictures}
110
111\end{document}
Note: See TracBrowser for help on using the repository browser.