Reusable LaTeX templates for IITBSSP documents.
template-navika-main.tex— formal Navika technical documentstemplate-simple-main.tex— lightweight documents such as notices and request letters
documentation/
├── iitbssp-templates/
│ ├── template-navika-main.tex
│ └── template-simple-main.tex
├── main.tex
└── README.md
Copy the required template from iitbssp-templates/ to the repository root and rename it to main.tex.
For example:
cp iitbssp-templates/template-navika-main.tex main.texor:
cp iitbssp-templates/template-simple-main.tex main.texStore document figures in the root figures/ directory. Edit main.tex and compile it from the repository root.
- Upload the
iitbssp-templatesfolder. - Create
main.texin the project root and set it as the main document. - Copy the contents of the required template into
main.tex. - Edit and compile.
Clone the repository, copy the required template to main.tex, and compile from the repository root:
pdflatex main.texAlternatively, compile using the LaTeX Workshop extension in VS Code.