Skip to content

vtex-soft/texsupport.intlpress-sili

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX author support for the International Press book edited by Si Li (SILI)

Table of Contents

About

Author support service provides LaTeX style files and *.tex file templates designed for International Press book SILI.

Package content

The following files are given in the repository (or directly in *.zip archive):

  • sili.cls - LaTeX style file designed for International Press book. Please do not change it. This file is already loaded in the respective template files;
  • sili-template.tex - topmatter template (should be used for book preparation);
  • sili-sample.tex - sample book;
  • sili-sample.pdf - sample book (PDF file);

Setup

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

Recommended usage of sili package

Use sili-template.tex as a template.

LaTeX document preamble content

The preamble of your LaTeX document should look like this:

\documentclass{sili}

\title{Book title}
\author{Firstname Surname}
\address{Address of the author}

\begin{document}

    \maketitle

    \tableofcontents

    \begin{preface}
    Introduction to the book.
    \end{preface}

    \chapter{Chapter one}

    Your book content

    \begin{thebibliography}{}
    \bibitem{}
 
    \bibitem{}

    \end{thebibliography}

\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 for the International Press book edited by Si Li (SILI). For more information please visit https://vtex-soft.github.io/texsupport.intlpress-sili/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages