aboutsummaryrefslogtreecommitdiff
path: root/beamer/README.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-09-04 00:18:24 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-09-04 00:18:24 +0200
commit5dd6c416aa6e14dd5ddbe4622274b71b86b7a030 (patch)
tree276709554696ba94dc3ef4ab42d45aed806442e4 /beamer/README.md
parented26572d987c2d27fa2962cbda5ef2f9176bb254 (diff)
add Sigsum beamer template
Diffstat (limited to 'beamer/README.md')
-rw-r--r--beamer/README.md18
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.