aboutsummaryrefslogtreecommitdiff
path: root/beamer/README.md
blob: 3e0181fcf2e942ce5d459dba8a1fdd423bf2c245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# README

**Warning:**
work in progress template.

## Quick start

Install on Debian:

    # apt install texlive-full

Compile:

    $ latexmk -pdf
    ...

This builds from `main.tex`, and writes the result to `main.pdf`.  Drop the
"handout" option in `main.tex` to build with the effect of `\pause` and such.