LaTeX style file to format academic presentations (Beamer)
- Add
presentation.sty
to the folder with your LaTeX files - Insert
\usepackage{presentation}
in the preamble of your document
- Text font is Source Sans Pro
- Greek & symbol font is Euler
- No colors are used in the text (only black/gray) to reduce distraction
- Colors are reserved for graphs and alerts
- Margins & spacing & font size are set for comfortable reading
The presentation presentation.pdf
was produced with the style file. The LaTeX file presentation.tex
illustrates how to use the new commands defined in the style file. The new mathematical commands are defined in math.sty
, which is available in this GitHub repository.
As much as possible the style file follows Matthew Butterick's wonderful typographical advice in Practical Typography.