Previous workshop notes: (https://github.com/UCSD-SUMS/latex-w17-workshop/blob/master/Presentation%20Notes.md)
- Why Latex
- Demos of actual LaTeX docs
- Compiling a minimal document
- What is an environment?
- Titles and sections
- The Preamble
- Sections and subsections
- Document Classes
- Math Examples
- Inline, equation, align environments
- Packages
- Reproducible Research
- Graphics and Figures
- Tables
- Macros
- Large projects, including files and subfiles
- References
- Footnotes
- Bibliography / BibTex
- Using tables and tab-aligned environments
- Creating your own macros and commands
- Including and highlighting source code from programs
- Running programs from within Latex and including the output (e.g. Knitr, Sweave)
- Packages for styling pseudocode
- Exploring other document classes (memoir for books, beamer for presentations, etc)
- Making your own document classes
- Using Tikz for diagrams
- Installing Latex on your own computer
- Adding colorful text
- Creating a resume/CV
- Submitting to an academic journal or conference proceeding
- Latex variants/alternatives - markdown, code notebooks, etc.
- Making custom document classes (pretty advanced though)