This repository provides a LaTeX template designed for academic papers and presentations. It includes configurations for various formatting options to suit different requirements.
To use this template, clone the repository and modify the paper.tex file according to your needs.
You can adjust the options in the document class declaration at the beginning of the paper.tex file.
To compile a file, e.g. paper.tex, run latexmk -pdf paper.tex.
This repo is intended to be used in code-server or vscode with the LaTeX Workshop extension.
anonymous=true|falseToggles the inclusion of authorship in the title page.fullversion=true|falseGeneric flag that (by default) toggle inclusion of the table-of-contents (TOC).numeric=true|falseWhether citations arenumericortrad-alpha(initials of authors followed by the year of publication).draftis specified as an option in the document class. Draft mode offers a wider layout with space for in-document comments.
- Can compile into linearized pdfs.
- By default the LaTeX Workshop compilation placed auxiliary files into
/temp_disk, so if this folder is a temporary RAM disk, the compilation process can be sped up.