diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-02 21:01:05 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-07-02 21:01:05 +0100 |
| commit | ef23520a6f5d2710b4c0553a8cd9c0c04f8522b6 (patch) | |
| tree | 373ec869056272a9f57cf04d7ed465a67d45e0d4 /compile.sh | |
| parent | 858fee1c0754c76aa24aeffef3d8811f81b70794 (diff) | |
Move presentation to markdown. Add an image for classic design.
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ -latexrun --latex-cmd xelatex presentation.tex -pandoc presentation.tex -t revealjs -s -o presentation-interactive.html -pandoc presentation.tex -s -o presentation-plain.html +pandoc -t beamer -H formatting.tex -V aspectratio:169 presentation.md -o presentation.pdf +pandoc presentation.md -t revealjs -s -o presentation-interactive.html +pandoc presentation.md -s -o presentation-plain.html +pandoc presentation.md -o presentation.pptx pandoc README.md -o README.html mkdir paper-planes rm -rf paper-planes.zip |
