Skip to content

LaTeX author support files for International Press book series Proceedings of the International Conference of Basic Science (ICBS). For more information please visit https://vtex-soft.github.io/texsupport.intlpress-icbs/

License

Notifications You must be signed in to change notification settings

vtex-soft/texsupport.intlpress-icbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX author support for the International Press book series Proceedings of the International Conference of Basic Science (ICBS)

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.

Recommended usage of icbs package

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{[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}

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.

About

LaTeX author support files for International Press book series Proceedings of the International Conference of Basic Science (ICBS). For more information please visit https://vtex-soft.github.io/texsupport.intlpress-icbs/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages