This repository contains a LaTeX template to create an academic paper. The template carefully follows typographical best practices and has a minimalist design. The template is particularly well suited for research papers. It is designed so the papers are easy to scan and to read, both in print and on screen.
The template is documented at https://pascalmichaillat.org/d2/.
- The paper produced by the template can be viewed at https://pascalmichaillat.org/d2.pdf.
- The online appendix produced by the template can be viewed at https://pascalmichaillat.org/d2a.pdf.
- Clone the repository to your local machine.
- Start editing the LaTeX file
paper.tex
to replace the boilerplate content with the content of your paper. - Replace the figures in the PDF file
figures.pdf
with the figures that will be included in the paper. There should be one figure per page. - Replace the references in the BibTeX file
bibliography.bib
with the references that will be included in the paper. - Compile
paper.tex
with pdfTeX. This will generate a PDF file of your paper namedpaper.pdf
. - The LaTeX style file
paper.sty
collects all the commands to format the paper. The file must be included in the same folder aspaper.tex
. It can be modified to alter the paper's format. - The BibTeX style file
bibliography.bst
collects all the commands to format the bibliography. It must be included in the same folder aspaper.tex
. It can be modified to alter the bibliography's format. This style file is based onecon.bst
, which was created by Shiro Takeda and is available on GitHub. - The file
paper.pdf
is not required to use the template. It only illustrate the output of the template. It will be overridden oncepaper.tex
is compiled.
The repository also includes files to produce an online appendix—in case the paper's appendix must be carved out into a separate, online appendix upon publication. An online appendix can be produced as follows:
- Start editing the LaTeX file
appendix.tex
to replace the boilerplate content with the content of your online appendix. - The equation and section labels from
paper.tex
can be used inappendix.tex
. This requires the following:- The file
appendix.tex
is in the same folder aspaper.tex
. - The file
paper.tex
is compiled first. - The auxiliary file
paper.aux
is available whenappendix.tex
is compiled.
- The file
- Compile
appendix.tex
with pdfTeX. This will generate a PDF file of your appendix namedappendix.pdf
. - The LaTeX style file
appendix.sty
collects additional commands to format the online appendix. It must be included in the same folder asappendix.tex
. It can be modified to alter the format of the online appendix. It works in conjunction withpaper.sty
, which must be included in the same folder. - The file
appendix.pdf
is not required to use the template. It only illustrate the output of the template, and will be overridden onceappendix.tex
is compiled.
The template is perfectly compatible with arXiv. A paper based on the template can be submitted to arXiv in just three steps once it has been compiled with pdfTeX:
- Adjust the preamble of the sou