This repository facilitates the combination of user content with central style and formatting provided by FNAL.
Users should enter content in the following locations (items 4-10 cover the required appendices):
- info.tex: details for cover page, biosketch, support
- packages.tex: any additional packages used
- content.tex: the actual proposal content
- biosketch.tex: additional biosketch information (if necessary)
- support.tex: description of research (if necessary)
- biblio.tex: references
- facilities.tex: facilities
- equipment.tex: equipment
- dataplan.tex: data management plan
- other.tex: other attachments (e.g. letters of collaboration using the
\collabletter{}
command)
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.