FNAL ECA Proposal Template

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):

  1. info.tex: details for cover page
  2. packages.tex: any additional packages used
  3. content.tex: the actual proposal content
  4. biblio.tex: references
  5. facilities.tex: facilities
  6. equipment.tex: equipment
  7. dataplan.tex: data management plan
  8. pierplan.tex: PIER plan
  9. other.tex: other attachments (e.g. letters of collaboration using the \collabletter{} command)
  10. labrenewal.tex: national lab "renewals"

Compilation

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:

  1. New Project -> Import from GitHub (requires linking your GitHub account)
  2. 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.