This is the LaTeX presetnation originally created by Emily Molfino when she was a post-doc in the lab ~2016.
All files are located in the presentation
directory.
The presentation.tex
is the presentation LaTeX file.
There are comments and notes in this file on how to use the document.
Bibtex entries are placed in bib.bib
.
Figures are placed in the figures
directory,
and referenced in the tex
file using figures/my_figure
cd
into the presention
directory.
then run:
pdflatex presentation.tex
pdflatex presentation.tex
You will need to do this twice if you want the progress bar to be rendered correctly
(this is also discussed within the comments in presentation.tex
)
cd
into the `presentation directory
pdflatex presentation.tex
bibtex presentation.aux
pdflatex presentation.tex
A make file has been created to run the above commands automatically.
First, cd
into the presentation, then you can run one of the below commands
make presentation.pdf
will fully render the presentation with the correct progressbar and bibliographymake clean
will delete all files created byLaTeX
so you can start a clean compilemake clean_teamp
will remove all the temporary files created during the compiling process