Salome HOME
MEDMEM suppression
[modules/med.git] / doc / MEDMEM / MEDMEM_UsersGuide.tex.in
1 %% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
2 %% Do not edit unless you really know what you are doing.
3 \documentclass[11pt,a4paper,english]{report}
4 \usepackage[T1]{fontenc}
5 \usepackage[latin1]{inputenc}
6 \usepackage{babel}
7 \usepackage{graphicx}                                                           \setcounter{secnumdepth}{3}
8 \setcounter{tocdepth}{3}
9 \setlength\parskip{\medskipamount}
10 \setlength\parindent{0pt}
11
12 \makeatletter
13
14 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
15 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
16
17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
18 % Packages
19 %%\usepackage[french]{babel}
20 %\usepackage{epsf}
21 %\usepackage[dvips]{graphicx}
22 %\usepackage{fancyhdr}
23 %\usepackage{pslatex}
24
25 %\usepackage[dvips,all,light]{draftcopy}
26
27 \usepackage{verbatim}
28
29 %  ___________________________________________________________________________
30 % |                                                                           |
31 % |                             MISE EN PAGE                                  |
32 % |___________________________________________________________________________|
33 %\draftcopyName{Projet}{200}
34
35 \setlength{\oddsidemargin}{0cm}
36 \setlength{\marginparsep}{0cm}
37 \setlength{\marginparwidth}{0cm}
38
39 \setlength{\textwidth}{16cm}
40
41 \setlength{\topmargin}{0cm}
42 \setlength{\headheight}{0cm}
43 \setlength{\headsep}{0cm}
44
45 \setlength{\textheight}{24cm}
46
47 %  ___________________________________________________________________________
48 % |                                                                           |
49 % |                             COMMANDES UTILISATEUR                         |
50 % |___________________________________________________________________________|
51
52 \newcommand{\method}[1]{method \mbox{\textbf{#1}}}
53
54 \newcommand{\myref}[1]{\ref{#1}, page \pageref{#1}}
55
56 \newcommand{\fileCxx}[1]{
57   \subsection{Full C++ example~: }
58   \label{#1}
59   \verbatiminput{@srcdir@/#1}
60 }
61
62 \newcommand{\filePython}[1]{
63   \subsection{Full Python example~: }
64   \label{#1}
65   \verbatiminput{@srcdir@/#1}
66 }
67
68
69 %  ___________________________________________________________________________
70 % |                                                                           |
71 % |                              LE DOCUMENT                                  |
72 % |___________________________________________________________________________|
73 %
74 \title{User's Guide Of Med Memory V 3.2}
75 \author{Patrick Goldbronn \and Eric Fayolle \and Nadir Bouhamou \and Jerome Roy \and Nicolas Crouzet \and Vincent Bergeaud}
76
77 %  ___________________________________________________________________________
78 % |                                                                           |
79 % |                              DEBUT DU DOCUMENT                            |
80 % |___________________________________________________________________________|
81 %
82
83 \makeatother
84 \begin{document}
85 \sloppy
86
87 \maketitle
88
89
90 %  ___________________________________________________________________________
91 % |                                                                           |
92 % |                           TABLE DES MATIERES                              |
93 % |___________________________________________________________________________|
94 %
95 %\newpage
96 \cleardoublepage
97 \tableofcontents
98
99 %  ___________________________________________________________________________
100 % |                                                                           |
101 % |                            DOCUMENT PRINCIPAL                             |
102 % |___________________________________________________________________________|
103 %
104
105 \input{MEDMEM_Content.tex}
106 %
107
108 %  ___________________________________________________________________________
109 % |                                                                           |
110 % |                               REFERENCES                                  |
111 % |___________________________________________________________________________|
112
113 \newpage
114 %\thebibliography{biblio}
115 \begin{thebibliography}{1}
116
117 \addcontentsline{toc}{chapter}{\refname}
118
119 \addcontentsline{toc}{chapter}{Bibliography}
120
121 \bibitem{RefManualMedFile}
122 \newblock {Reference Manual for Med File~:} \\
123 {\sc V. Lefebvre \and E. Fayolle} \\
124 \newblock {Projet PAL: Définition du modèle d'échange de données MED V2.2}
125 \newblock {\it Note technique EDF/SINETICS}
126 \newblock {HI-26-03-012/A} \\
127 \newblock {\verb+http://www-drn2.cea.fr/MED/MEDMEM/DOC/html/index.html+}
128
129 \bibitem{RefManualMedMemory}
130 \newblock {Med Memory Users Reference Manual~:} \\
131 \newblock {\verb+file:://$MED_ROOT_DIR/share/salome/doc/html_ref_user/index.html+} \\
132 \newblock {\verb+$MED_ROOT_DIR/share/salome/doc/MedMemory_user_2on1.pdf+}
133
134
135 \bibitem{vtk}
136 \newblock {VTK home page~: \verb+http://public.kitware.com/VTK+}
137
138 \end{thebibliography}
139
140
141 \end{document}