International Press book series ICBS author support

TeX related material for the manuscript preparation for the International Press book series Proceedings of the International Conference of Basic Science (ICBS)

Download .zip Download .tar.gz View On GitHub

International Press book series ICBS author support

Table of Contents

About

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.

Package content

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 (PDF file);

Setup

  • Clone the repository or download the *.zip archive. Rename the package to <your-project-name>.
  • Install icbs.cls in your TeX system.
  • Use the file icbs-template.tex to start your article as a template.
  • Use the file icbs-sample.tex as a reference for how to prepare a topmatter of your article.

Use icbs-template.tex as a template.

LaTeX document preamble content

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{first.author@somewhere.com}
    % second author
    \summaryauthor{Second author}
    \summaryaddress{Addresses of the second author}
    \summaryemail{second.author@somewhere.com}
    \abstract{Abstract of the summary article}

    Your publication content

    \printauthors

\end{document}

Submission

Submit one single file as a ZIP archive. Pack your root folder <your-project-name> with files and subfolders.

Bug reports

Please submit bug report or feature requests at github page.