summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/springer/svjour/jog/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/springer/svjour/jog/template.tex')
-rw-r--r--macros/latex/contrib/springer/svjour/jog/template.tex142
1 files changed, 142 insertions, 0 deletions
diff --git a/macros/latex/contrib/springer/svjour/jog/template.tex b/macros/latex/contrib/springer/svjour/jog/template.tex
new file mode 100644
index 0000000000..890fe174c6
--- /dev/null
+++ b/macros/latex/contrib/springer/svjour/jog/template.tex
@@ -0,0 +1,142 @@
+%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% This is a template file for Journal of Geodesy
+%
+% Copy it to a new file with a new name and use it as the basis
+% for your article
+%
+%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+\begin{filecontents}{leer.eps}
+%!PS-Adobe-2.0 EPSF-2.0
+%%CreationDate: Mon Jul 13 16:51:17 1992
+%%DocumentFonts: (atend)
+%%Pages: 0 1
+%%BoundingBox: 72 31 601 342
+%%EndComments
+
+gsave
+72 31 moveto
+72 342 lineto
+601 342 lineto
+601 31 lineto
+72 31 lineto
+showpage
+grestore
+%%Trailer
+%%DocumentFonts: Helvetica
+\end{filecontents}
+%
+\documentclass[jog]{svjour}
+%
+% Remove any % below to load the required packages
+%\usepackage{latexsym}
+\usepackage{times}
+%\usepackage{mathtimes}
+\usepackage{graphics}
+%\usepackage{epsfig}
+%\usepackage{amssymb}
+% etc
+%
+\begin{document}
+%
+\title{Insert your title here}
+\subtitle{Do you have a subtitle?} % Insert a subtitle or remove this line
+\author{First author\inst{1} \and Second author\inst{2}% etc
+% \thanks is optional - remove next line if not needed
+\thanks{\emph{Present address:} Insert the address here if needed}%
+} % Do not remove
+%
+\offprints{} % Insert a name or remove this line
+%
+\institute{Insert the first address here \and the second here}
+%
+\date{Received: date / Revised version: date}
+% The correct dates will be entered by Springer
+%
+\abstract{
+Insert your abstract here.
+%
+\keywords{Finite elements, Detonation, Safety}} %end of abstract
+%
+\maketitle
+%
+\section{Introduction}
+\label{intro}
+Your text comes here. Separate text sections with
+\section{Section title}
+\label{sec:1}
+and \citet{RefJ}
+\subsection{Subsection title}
+\label{sec:2}
+as required. Don't forget to give each section
+and subsection a unique label (see Sect.~\ref{sec:1}).
+%
+\begin{equation}
+\label{eq:1}
+\end{equation}
+% For one-column wide figures use
+\begin{figure}
+% Use the relevant command for your figure-insertion program
+% to insert the figure file.
+% For example, with the option graphics use
+\resizebox{0.75\textwidth}{!}{%
+ \includegraphics{leer.eps}
+}
+% If not, use
+%\vspace{5cm} % Give the correct figure height in cm
+\caption{Please write your figure caption here}
+\label{fig:1} % Give a unique label
+\end{figure}
+%
+% For two-column wide figures use
+\begin{figure*}
+% Use the relevant command for your figure-insertion program
+% to insert the figure file. See example above.
+% If not, use
+\vspace*{5cm} % Give the correct figure height in cm
+\caption{Please write your figure caption here}
+\label{fig:2} % Give a unique label
+\end{figure*}
+%
+% For tables use
+\begin{table}
+\caption{Please write your table caption here}
+\label{tab:1} % Give a unique label
+% For LaTeX tables use
+\begin{tabular}{@{\hspace{0pt}}lll}
+\hline\noalign{\smallskip}
+first & second & third \\
+\noalign{\smallskip}\hline\noalign{\smallskip}
+number & number & number \\
+number & number & number \\
+\noalign{\smallskip}\hline
+\end{tabular}
+% Or use
+\vspace*{5cm} % with the correct table height
+\end{table}
+%
+% BibTeX users please use
+% \bibliographystyle{}
+% \bibliography{}
+%
+% Non-BibTeX users please use
+\begin{thebibliography}{}
+%
+% and use \bibitem to create references.
+% see also jogguide
+%
+\bibitem[Author(year)]{RefJ}
+% Format for Journal Reference
+Author (year) Journal, page numbers.
+% Format for books
+\bibitem[Author(year)]{RefB}
+Author (year) Book title (Publisher, place year) page numbers
+% etc
+\end{thebibliography}
+
+
+\end{document}
+
+% end of file template.tex
+