- Replace this readme with a description of the paper
- Rename the file
samplepaper.tex
to something more meaningful - Replace
samplepaper.pdf
in the.gitignore
file so you don't end up checking in the built PDF file. - Edit the author section including emails, thanks, running header, and add orcid fields.
- Update the
bib
submodule andsldg.bib
if needed. Descend into thebib
directory and pull to get latest entries. Push back to the lab repo if you add or edit entries. - Some includes are commented out as they are not always needed. Uncomment what you need and add others as needed.
- If you do not want to use
natbib
remove\usepackage{natbib}
, add\usepackage{cite}
, and swapbibliographystyle
commands at the end of the document.
There is currently no Makefile
for this template because the build
is trivial. Feel free to add one if you are so inclined.