This repository contains a LaTeX template to create an academic paper. The template 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.
The template is documented at https://pascalmichaillat.org/a/.
- The paper produced by the template can be viewed at https://pascalmichaillat.org/a.pdf.
- The online appendix produced by the template can be viewed at https://pascalmichaillat.org/aa.pdf.
- Clone the repository to your local machine.
- Start editing the LaTeX file
paper.texto replace the boilerplate content with the content of your paper. - Replace the figures in the PDF file
figures.pdfwith the figures to be included in your paper (one figure per page). - Replace the references in the BibTeX file
paper.bibwith the references to be included in your paper. - Compile
paper.texwith pdfTeX. This will generate a PDF file of your paper namedpaper.pdf.
A few files in the repository are required to use the paper template but do not need to be modified. These files must be remain in the same folder as paper.tex:
- The LaTeX style file
paper.styformats the paper. - The BibTeX style file
paper.bstformats the bibliography.
A few files in the repository are not required to use the paper template but are useful for other purposes:
- The file
paper.pdfillustrates the output of the template. It will be overwritten whenpaper.texis compiled. - The file
paper.bblillustrates the bibliography produced by the template. It will be overwritten whenpaper.texis compiled. - The file
paper.auxis necessary to produce the online appendix out of the box. It will be overwritten whenpaper.texis 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.texto replace the boilerplate content with the content of your online appendix. - The equation and section labels from
paper.texcan be used inappendix.tex. This requires the following:- The file
appendix.texis in the same folder aspaper.tex. - The file
paper.texis compiled first, to create the auxiliary filepaper.aux. - The file
paper.auxis available whenappendix.texis compiled.
- The file
- Compile
appendix.texwith pdfTeX. This generates a PDF file of your appendix namedappendix.pdf.
A few files in the repository are required to use the appendix template but do not need to be modified. These files must be remain in the same folder as appendix.tex:
- The LaTeX style files
paper.styandappendix.styformat the appendix. - The BibTeX style file
paper.bstformats the bibliography.
A few files are not required to use the appendix template but are useful for other purposes:
- The file
appendix.pdfillustrates the output of the template. It will be overwritten whenappendix.texis compiled. - The file
appendix.bblillustrates the bibliography produced by the template. It will be overwritten whenappendix.texis compiled. - The file
appendix.auxillustrates the references and links underlying the appendix. It will be overwritten whenappendix.texis compiled.
The template is compatible with arXiv. After being compiled with pdfTeX, a paper based on the template can be submitted to arXiv in three steps:
-
Collect the required files into a folder. There should be only 4 files:
- the source file
paper.tex - the style file
paper.sty - the bibliography file
paper.bbl - the figure file
figures.pdf
- the source file
-
Adjust the preamble of
paper.tex. On line 3, replace\bibliographystyle{paper}by\pdfoutput=1. -
Zip the folder and upload the zipped folder to arXiv.
Here are a few things to note:
- The
paper.bibandpaper.bstfiles should not be included in your submission as arXiv will usepaper.bblto produce the bibliography. - The command
\bibliographystyle{paper}is not needed inpaper.texbecause arXiv produces the bibliography directly from thepaper.bblfile. In fact that command would produce an error since the style filepaper.bstis not included in the submission. - The command
\pdfoutput=1is required inpaper.texbecause the paper is compiled with pdfTeX.
- The template was developed with TeX Live 2023 on macOS.
- Other LaTeX distributions and operating systems may require minor adjustments. Please report any issues to help improve compatibility.
This repository is licensed under the MIT License.
- Recession Detection Using Classifiers on the Anticipation-Precision Frontier (source code)
- Has the Recession Started? (source code)
- Beveridgean Phillips Curve (source code)
- Modeling Migration-Induced Unemployment (source code)
- Critical Values Robust to P-hacking (source code)
- latex-book - This LaTeX template produces academic books that follow the same typographic principles as the paper template.
- latex-presentation - This LaTeX template produces academic presentations that follow the same typographic principles as the paper template.
- latex-math - These LaTeX commands simplify writing mathematical expressions. They can be used in combination with the paper template.
- matlab-figures - This MATLAB template produces minimalist scientific figures that can be inserted into your paper.