1 %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
\r
3 % This is a general template file for the LaTeX package SVJour3
\r
4 % for Springer journals. Springer Heidelberg 2010/09/16
\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
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
13 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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
39 \RequirePackage{fix-cm}
\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
46 \smartqed % flush right qed marks, e.g. at end of proof
\r
48 \usepackage{graphicx}
\r
50 % \usepackage{mathptmx} % use Times fonts if available on your TeX system
\r
52 % insert here the call for the packages your document requires
\r
53 %\usepackage{latexsym}
\r
56 % please place your own definitions here and don't use \def but
\r
59 % Insert the name of "your journal" with
\r
60 % \journalname{myjournal}
\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
68 \subtitle{Do you have a subtitle?\\ If so, write it here}
\r
70 %\titlerunning{Short form of title} % if too long for running head
\r
72 \author{First Author \and
\r
76 %\authorrunning{Short form of author list} % if too long for running head
\r
78 \institute{F. Author \at
\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
89 \date{Received: date / Accepted: date}
\r
90 % The correct dates will be entered by the editor
\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
103 \section{Introduction}
\r
105 Your text comes here. Separate text sections with
\r
106 \section{Section title}
\r
108 Text with citations \cite{RefB} and \cite{RefJ}.
\r
109 \subsection{Subsection title}
\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
118 % For one-column wide figures use
\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
128 % For two-column wide figures use
\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
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
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
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
166 % Non-BibTeX users please use
\r
167 \begin{thebibliography}{}
\r
169 % and use \bibitem to create references. Consult the Instructions
\r
170 % for authors for reference list style.
\r
173 % Format for Journal Reference
\r
174 Author, Article title, Journal, Volume, page numbers (year)
\r
177 Author, Book title, page numbers. Publisher, place (year)
\r
179 \end{thebibliography}
\r
182 % end of file template.tex
\r