Home

Awesome

Minimalist LaTeX Template for Academic Papers

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 papers are comfortable to read and easy to scan, both in print and on screen.

Documentation

The template is documented at https://pascalmichaillat.org/d2/.

Illustration

Usage

Online appendix

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:

Submission to arXiv

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:

  1. Adjust the preamble of the source file paper.tex: on line 3, replace \bibliographystyle{bibliography} by \pdfoutput=1. The \bibliographystyle{bibliography} command is not needed because arXiv produces the bibliography directly from the paper.bbl file. The \pdfoutput=1 is required because the paper is compiled with pdfTeX.
  2. Collect the required files into a folder. There should be four files: the source file paper.tex, the bibliography file paper.bbl, the style file paper.sty, and the figure file figures.pdf.
  3. Zip the folder and upload the zipped file to arXiv.

The arXiv folder illustrates how the template should be prepared for submission to arXiv. The folder contains the four required files: paper.tex, paper.bbl, paper.sty, and figures.pdf. Furthermore, the preamble of paper.tex is adjusted appropriately. After being zipped, the folder could be uploaded to arXiv and would compile properly.

Software

The template was developed, tested, and validated on a Mac with the MacTeX-2023 distribution.

While the template should also work on other operating systems and with other LaTeX distributions, compatibility cannot be guaranteed. Users on Windows or Linux systems, or those using different LaTeX distributions, may need to make minor adjustments. Please report any compatibility issues or bugs to help improve cross-platform support.

License

The content of this repository is licensed under the terms of the MIT License.

Real-world implementations

Related resources