1 % ---------------------------------------------------------------------
3 % Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
5 % Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 % Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 % CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
9 % This software is governed by the CeCILL-B license under French law and
10 % abiding by the rules of distribution of free software. You can use,
11 % modify and/ or redistribute the software under the terms of the CeCILL-B
12 % license as circulated by CEA, CNRS and INRIA at the following URL
13 % http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 % or in the file LICENSE.txt.
16 % As a counterpart to the access to the source code and rights to copy,
17 % modify and redistribute granted by the license, users are provided only
18 % with a limited warranty and the software's author, the holder of the
19 % economic rights, and the successive licensors have only limited
22 % The fact that you are presently reading this means that you have had
23 % knowledge of the CeCILL-B license and that you accept its terms.
24 % ------------------------------------------------------------------------
27 % ==========================================
29 \ifx\pdfoutput\undefined \pdffalse % we are not running PDFLaTeX
31 \pdfoutput=1 \pdftrue % we are running PDFLaTeX
33 % ==========================================
34 \usepackage[a4paper,textwidth=14cm]{geometry}
35 \usepackage[latin1]{inputenc}
40 %\usepackage[active]{srcltx}
42 \usepackage[english]{babel}
44 %\usepackage{fancyhdr}
47 % ==========================================
49 \usepackage{amsmath,amsfonts,amssymb}
54 % ==========================================
58 \usepackage[pdftex]{graphicx}
60 \usepackage[ps2pdf]{graphicx}
62 \graphicspath{{figs/}}
64 % ==========================================
67 %\bibliographystyle{abbrvnat}
68 \bibliographystyle{plainnat}
70 %\bibliographystyle{plain}
72 % http://merkel.zoneo.net/Latex/natbib.php?lang=fr
74 % ==========================================
76 % http://www.p-joeckel.de/pdflatex/)
77 % http://ringlord.com/publications/latex-pdf-howto/
79 %%%% Options of pdflatex
81 \DeclareGraphicsExtensions{.pdf,.jpg,.mps,.png,.eps}
83 bookmarks = true,% % Signets
84 bookmarksnumbered = true,% % Signets numérotés
85 pdfpagemode = None,% % Signets/vignettes fermé à l'ouverture
86 pdfstartview = FitH,% % La page prend toute la largeur
87 pdfpagelayout = SinglePage,% Vue par page
88 colorlinks = true,% % Liens en couleur
89 urlcolor = magenta,% % Couleur des liens externes
90 pdfborder = {0 0 0}% % Style de bordure : ici, pas de bordure
91 ]{hyperref}% % Utilisation de HyperTeX
92 %\usepackage[pdftex,bookmarks,pagebackref]{hyperref}
95 %%%% Options for latex + dvips -Ppdf + ps2pdf
97 \DeclareGraphicsExtensions{.eps,.ps}
98 \usepackage[ps2pdf,bookmarks,pagebackref]{hyperref}
104 %%------------- Color Links ------------------------------
107 citecolor=mydarkblue,%
110 %%------------- Doc Info ---------------------------------
111 pdftitle={The Black Box Toolkit},%
113 %%------------ Doc View ----------------------------------}
115 bookmarksopen=false,%
119 \hyperbaseurl{http://www.creatis.insa-lyon.fr/creatools/}
121 \definecolor{myblue}{rgb}{0,0,0.7}
122 \definecolor{myred}{rgb}{0.7,0,0}
123 \definecolor{mygreen}{rgb}{0,0.7,0}
124 \definecolor{mydarkblue}{rgb}{0,0,0.5}
126 % ==========================================
127 \def\UserProyectVersion{@PROJECT_VERSION@}
128 \def\UserProyectVersionDate{@PROJECT_VERSION_DATE@}
129 \def\todo{\scriptsize\fbox{\bf TODO !!}\normalsize}
131 \def\UserProyect{{\xspace}$\texttt{@PROYECT_NAME@}$ }
133 \def\bb{{\xspace}$\texttt{bb}$ }
134 %\def\bbp{{\xspace}$\texttt{bbp}$\xspace}
136 \def\cmake{{\xspace}$\texttt{cmake}$ }
138 \def\C{{\xspace}$\texttt{C}$ }
139 \def\CPP{{\xspace}$\texttt{C++}$ }
141 \def\xml{{\xspace}$\texttt{xml}$ }
144 \def\lin{{\xspace}\textit{Linux} }
145 \def\win{{\xspace}\textit{Windows} }
148 \def\UserDocumentGuide [#1]{
150 {\Large \UserProyect}
156 \UserProyect version \UserProyectVersion \hspace{2mm}(\UserProyectVersionDate)
159 Generated on : \today
162 Eduardo D\'avila, Jean-Pierre Roux, Juan Carlos Prieto
165 CREATIS, Centre de Recherche en Imagerie M\'edicale \\
166 CNRS UMR 5220, INSERM U620, INSA Lyon, Universit\'e Claude-Bernard Lyon 1
174 % ==========================================
176 %%% TeX-master: "UserProyectUsersGuide"
181 \newenvironment{file}[1]
183 \bigskip\hrule\smallskip
184 \stepcounter{Ctrfile}
186 %\hspace{0.2cm}\arabic{Ctrfile}\hfill \textbf{#1}
187 \smallskip\hrule\medskip
192 \hfill\textbf{End of file}