This repository facilitates the combination of user content with central style and formatting provided by FNAL.
Users should enter content in the following locations:
- info.tex: details for cover page
- packages.tex: any additional packages used
- content.tex: the actual proposal content
For standalone use, basic compilation is as simple as:
pdflatex main.tex
Depending on your use of references, bibliography tools, etc., you may need to run pdflatex
multiple times and/or run bibtex
explicitly.
This repository can also be used as a base to create new projects on Overleaf. There are several methods for this:
- New Project -> Import from GitHub (requires linking your GitHub account)
- Upload Project (download zip file)
This repository is set up on GitHub as a "template repository", so you can create your own repository based on it without needing to make a public fork, if desirable.