diff options
Diffstat (limited to 'beamer/README.md')
-rw-r--r-- | beamer/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/beamer/README.md b/beamer/README.md new file mode 100644 index 0000000..3e0181f --- /dev/null +++ b/beamer/README.md @@ -0,0 +1,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. |