International Press book SILI author support
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 (PDFfile);
Setup
- Clone the repository or download the
*.ziparchive. Rename the package to<your-project-name>. - Install
sili.clsin your TeX system. - Use the file
sili-template.texto start your book as a template. - Use the file
sili-sample.texas 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.