Word template package:
LaTeX template package:

Word template package

About

This package provides Microsoft Word template files for Baltzer Science Publishers journal articles. Click on baltzer-doc.zip to download the zipfile with the instructions and tools for MS Word.

Contents of a .zip file

Following files are included in the distribution:

baltzer.docx
Instructions;
baltzer.dotx
Microsoft Office Word template file;
 
baltzer-doc.zip

LaTeX template package

About

This package provides LaTeX class file (baltzer.cls) for Baltzer Science Publishers journal articles. baltzer.cls is based upon the standard LaTeX document class article.cls. It makes use of existing standard packages, such as natbib, amssymb, amsthm, hyperref and others.

Contents of a .zip file

Following files are included in the distribution:

baltzer.cls
document class file;
imsart.sty
imsart package (it's loaded by baltzer.cls);
*-template.tex
topmatter templates;
*-sample.tex
journal sample articles;
*-sample.pdf
journal sample articles (pdf file);
 
baltzer_2012-05-10.zip

Setup

  • unpack .zip file;
  • install baltzer.cls, imsart.sty in your TeX system (suggested directory: baltzer);
  • use the file *-template.tex to start your article as a template;
  • use the file *-sample.tex as a reference for how to prepare a frontmatter of your article;

Options

You can use all the standard article class options. For example:
\documentclass[oneside,a4paper]{baltzer}
For other available options see LaTeX package imsart documentation.

Recomended usage of baltzer package

Use *-template.tex as a template. The preamble of your LaTeX document should look like this:


\documentclass{baltzer}

\journal{Journal Title}
\arxiv{math.PR/0000000}

\begin{document}

\begin{frontmatter}

\title{A Sample Document\protect\thanksref{T1}}
\runtitle{A Sample Document}
\thankstext{T1}{Footnote to the title with the `thankstext' command.}

\begin{aug}
  \author[addressref=label1,thanksref=t2,corref]{\fnm{First} \snm{Author}\ead[label=e1]{first@somewhere.com}},
  \author[addressref=label1]{\fnm{Second} \snm{Author}\ead[label=e2]{second@somewhere.com}},
  \author[addressref=label2]{\fnm{Third} \snm{Author}%
  \ead[label=e3]{third@somewhere.com}%
  \ead[label=u1,url]{http://www.foo.com}}

  \address[label1]{Address of the First and Second authors,\\
    usually few lines long,\\
    \printead{e1,e2}}

  \address[label2]{Address of the Third author, usually few lines long, usually few lines long,\\
  \printead{u1}\\
  \printead{e3}}

  \thankstext{t2}{Footnote to the first author with the `thankstext' command.}

  \runauthor{F. Author et al.}
\end{aug}

\begin{abstract}
...
\end{abstract}

\begin{keyword}[class=AMS]
\kwd[Primary ]{60K35}
\kwd{60K35}
\kwd[; secondary ]{60K35}
\end{keyword}

\begin{keyword}
\kwd{sample}
\kwd{\LaTeX}
\end{keyword}

\tableofcontents

\end{frontmatter}

Comments

  • labels T1,t2 are used for thanks;
  • labels e1,e2,e3,u1 are used to print electronic addresses. If hyperref package is used, they will be made into hyperlinks;

Please send your comments or questions to e-mail: latex-support@vtex.lt

This page is prepared and supported by VTeX, LithuaniaPrivacy policy


Go to top of page