Author support service provides LaTeX style files and *.tex file templates designed for University of Pennsylvania Press journal
Observational Studies (OBS) articles.
The following files are given in the repository (or directly in *.zip archive):
obs.cls- LaTeX style file designed for University of Pennsylvania Press journal articles. Please do not change it. This file is already loaded in the respective template files;obs-template.tex- topmatter template (should be used for article preparation);obs-sample.tex- journal sample article;obs-sample.pdf- journal sample article (PDFfile);
- Clone the repository or download the
*.ziparchive. Rename the package to<your-project-name>. - Install
obs.clsin your TeX system. - Use the file
obs-template.texto start your article as a template. - Use the file
obs-sample.texas a reference for how to prepare a topmatter of your article.
Use obs-template.tex as a template.
The preamble of your LaTeX document should look like this:
\documentclass{obs}
\begin{document}
\begin{frontmatter}
\title{Title}
\begin{aug}
\author{\inits{F.}\fnms{First} \snm{Author}\thanksref{t1}\ead{first@somewhere.com}},
\address{Address of the First Author\\
Country}
\author{\inits{S.}\fnms{Second} \snm{Author}\ead{second@somewhere.com}}
\address{Address of the Second Author\\
Country}
\author{\inits{T.~N.}\fnms{Third Name} \snm{Author}\ead{third@somewhere.com}}
\address{Address of the Third Author\\
Country}
\thankstext{t1}{Footnote to the first author with the `thankstext' command.}
\end{aug}
\begin{abstract}
...
\end{abstract}
\begin{keyword}
\kwd{Sample}
\kwd{\LaTeX}
\end{keyword}
\end{frontmatter}
Your publication content
\end{document}Submit one single file as a ZIP archive.
Pack your root folder <your-project-name> with files and subfolders.
Please submit bug report or feature requests at github page.