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

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