]> AND Private Git Repository - these_gilles.git/blob - paper_lniv_gpu/latex422/template.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
18 nov 13
[these_gilles.git] / paper_lniv_gpu / latex422 / template.tex
1 %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
2 %
3 % This is a template file for the LaTeX package SVJour2 for the
4 % Springer journal "Biological Cybernetics"
5 %
6 %                                    Springer Heidelberg 2004/11/22
7 %
8 % Copy it to a new file with a new name and use it as the basis
9 % for your article
10 %
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 %
13 % First comes an example EPS file -- just ignore it and
14 % proceed on the \documentclass line
15 % your LaTeX will extract the file if required
16 \begin{filecontents*}{example.eps}
17 %!PS-Adobe-3.0 EPSF-3.0
18 %%BoundingBox: 19 19 221 221
19 %%CreationDate: Mon Sep 29 1997
20 %%Creator: programmed by hand (JK)
21 %%EndComments
22 gsave
23 newpath
24   20 20 moveto
25   20 220 lineto
26   220 220 lineto
27   220 20 lineto
28 closepath
29 2 setlinewidth
30 gsave
31   .4 setgray fill
32 grestore
33 stroke
34 grestore
35 \end{filecontents*}
36 %
37 \documentclass[twocolumn,fleqn,natbib]{svjour2}
38 % Biological Cybernetics uses author year
39 % references, hence the natbib package is activated - use
40 % \citet{...} and \citep{...} with it to cite references.
41 %
42 \smartqed  % flush right qed marks, e.g. at end of proof
43 %
44 \usepackage{graphicx}
45 %
46 % \usepackage{mathptmx}      % use Times fonts if available on your TeX system
47 %
48 % insert here the call for the packages your document requires
49 %\usepackage{latexsym}
50 % etc.
51 %
52 % please place your own definitions here and don't use \def but
53 % \newcommand{}{}
54 %
55 \journalname{Biological Cybernetics}
56 %
57 \begin{document}
58
59 \title{Insert your title here%\thanks{Grants or other notes
60 %about the article that should go on the front page should be
61 %placed here. General acknowledgments should be placed at the end of the article.}
62 }
63 \subtitle{Do you have a subtitle?\\ If so, write it here}
64
65 %\titlerunning{Short form of title}        % if too long for running head
66
67 \author{First Author         \and
68         Second Author %etc.
69 }
70
71 %\authorrunning{Short form of author list} % if too long for running head
72
73 \institute{F. Author \at
74               first address \\
75               Tel.: +123-45-678910\\
76               Fax: +123-45-678910\\
77               \email{fauthor@example.com}           %  \\
78 %             \emph{Present address:} of F. Author  %  if needed
79            \and
80            S. Author \at
81               second address
82 }
83
84 \date{Received: date / Revised: date}
85 % The correct dates will be entered by the editor
86
87
88 \maketitle
89
90 \begin{abstract}
91 Insert your abstract here.
92 \end{abstract}
93
94 \section{Introduction}
95 \label{intro}
96 Your text comes here. Separate text sections with
97 \section{Section title}
98 \label{sec:1}
99 Citation of \citet{RefJ}.
100 \subsection{Subsection title}
101 \label{sec:2}
102 as required. Don't forget to give each section
103 and subsection a unique label (see Sect.~\ref{sec:1}).
104 \paragraph{Paragraph headings} Use paragraph headings as needed.
105 \begin{equation}
106 a^2+b^2=c^2
107 \end{equation}
108
109 % For one-column wide figures use
110 \begin{figure}
111 \centering
112 % Use the relevant command to insert your figure file.
113 % For example, with the graphicx package use
114   \includegraphics{example.eps}
115 % figure caption is below the figure
116 \caption{Please write your figure caption here}
117 \label{fig:1}       % Give a unique label
118 \end{figure}
119 %
120 % For two-column wide figures use
121 \begin{figure*}
122 \centering
123 % Use the relevant command to insert your figure file.
124 % For example, with the graphicx package use
125   \includegraphics[width=0.75\textwidth]{example.eps}
126 % figure caption is below the figure
127 \caption{Please write your figure caption here}
128 \label{fig:2}       % Give a unique label
129 \end{figure*}
130 %
131 % For tables use
132 \begin{table}[t]
133 % table caption is above the table
134 \caption{Please write your table caption here}
135 \centering
136 \label{tab:1}       % Give a unique label
137 % For LaTeX tables use
138 \begin{tabular}{lll}
139 \hline\noalign{\smallskip}
140 first & second & third  \\
141 \noalign{\smallskip}\hline\noalign{\smallskip}
142 number & number & number \\
143 number & number & number \\
144 \noalign{\smallskip}\hline
145 \end{tabular}
146 \end{table}
147
148
149 %\begin{acknowledgements}
150 %If you'd like to thank anyone, place your comments here
151 %and remove the percent signs.
152 %\end{acknowledgements}
153
154 % BibTeX users please use
155 %\bibliographystyle{spbasic}
156 %\bibliography{}   % name your BibTeX data base
157
158 % Non-BibTeX users please use
159 \begin{thebibliography}{}
160 %
161 % and use \bibitem to create references. Consult the Instructions
162 % for authors for reference list style.
163 %
164 % Format for Journal Reference
165 \bibitem[Author I(1999)]{RefJ}
166 Author I (year) Article title. Journal Title-Abbreviated Vol: pp--pp
167 % Format for books
168 \bibitem[Author and Smith(2001)]{RefB}
169 Author I, Smith J (year) Book title. Publisher, Place, pp numbers
170 % etc
171 \end{thebibliography}
172
173 \end{document}
174 % end of file template.tex