LaTeX author support for the International Press book series Proceedings of the International Conference of Basic Science (ICBS)
Author support service provides LaTeX style files and *.tex file templates designed for International Press
book series Proceedings of the International Conference of Basic Science (ICBS) articles.
The following files are given in the repository (or directly in *.zip archive):
icbs.cls- LaTeX style files designed for International Press articles. Please do not change them. These files are already loaded in the respective template files;icbs-template.tex- topmatter template (should be used for article preparation);icbs-sample.tex- sample article;icbs-sample.pdf- sample article (PDFfile);
- Clone the repository or download the
*.ziparchive. Rename the package to<your-project-name>. - Install
icbs.clsin your TeX system. - Use the file
icbs-template.texto start your article as a template. - Use the file
icbs-sample.texas a reference for how to prepare a topmatter of your article.
Use icbs-template.tex as a template.
The preamble of your LaTeX document should look like this:
\documentclass{icbs}
\begin{document}
\begin{citations}
\title{Title}
\journal{Journal}
\journalyear{2000}
\author{Firstname1 Surname1, Firstname2 Surname2}
\Citation{The citation should summarize the contents of the paper.}
\end{citations}
\summary
\summarytitle[Short summary title]{Summary title}
\summaryauthor{First author}
\summaryaddress{Addresses of the first author}
\summaryemail{[email protected]}
% second author
\summaryauthor{Second author}
\summaryaddress{Addresses of the second author}
\summaryemail{[email protected]}
\abstract{Abstract of the summary article}
Your publication content
\printauthors
\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.