1 %%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
3 % This is a template file for the LaTeX package SVJour2 for the
4 % Springer journal "Biological Cybernetics"
6 % Springer Heidelberg 2004/11/22
8 % Copy it to a new file with a new name and use it as the basis
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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)
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.
42 \smartqed % flush right qed marks, e.g. at end of proof
46 % \usepackage{mathptmx} % use Times fonts if available on your TeX system
48 % insert here the call for the packages your document requires
49 %\usepackage{latexsym}
52 % please place your own definitions here and don't use \def but
55 \journalname{Biological Cybernetics}
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.}
63 \subtitle{Do you have a subtitle?\\ If so, write it here}
65 %\titlerunning{Short form of title} % if too long for running head
67 \author{First Author \and
71 %\authorrunning{Short form of author list} % if too long for running head
73 \institute{F. Author \at
75 Tel.: +123-45-678910\\
77 \email{fauthor@example.com} % \\
78 % \emph{Present address:} of F. Author % if needed
84 \date{Received: date / Revised: date}
85 % The correct dates will be entered by the editor
91 Insert your abstract here.
94 \section{Introduction}
96 Your text comes here. Separate text sections with
97 \section{Section title}
99 Citation of \citet{RefJ}.
100 \subsection{Subsection title}
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.
109 % For one-column wide figures use
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
120 % For two-column wide figures use
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
133 % table caption is above the table
134 \caption{Please write your table caption here}
136 \label{tab:1} % Give a unique label
137 % For LaTeX tables use
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
149 %\begin{acknowledgements}
150 %If you'd like to thank anyone, place your comments here
151 %and remove the percent signs.
152 %\end{acknowledgements}
154 % BibTeX users please use
155 %\bibliographystyle{spbasic}
156 %\bibliography{} % name your BibTeX data base
158 % Non-BibTeX users please use
159 \begin{thebibliography}{}
161 % and use \bibitem to create references. Consult the Instructions
162 % for authors for reference list style.
164 % Format for Journal Reference
165 \bibitem[Author I(1999)]{RefJ}
166 Author I (year) Article title. Journal Title-Abbreviated Vol: pp--pp
168 \bibitem[Author and Smith(2001)]{RefB}
169 Author I, Smith J (year) Book title. Publisher, Place, pp numbers
171 \end{thebibliography}
174 % end of file template.tex