aboutsummaryrefslogtreecommitdiffstats
path: root/docs/publish.setup
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-25 20:08:42 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-25 20:08:42 +0000
commit2ae0478bcb186de821ea37995f784954b4b35f29 (patch)
tree6ffef7e4d2d5b89eeb7276f43918fab8cbad3da3 /docs/publish.setup
parent40bd9b96f33cdbea6318a7bbb9cd2ca605c60d56 (diff)
downloadvericert-2ae0478bcb186de821ea37995f784954b4b35f29.tar.gz
vericert-2ae0478bcb186de821ea37995f784954b4b35f29.zip
Add more documentation
Diffstat (limited to 'docs/publish.setup')
-rw-r--r--docs/publish.setup19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/publish.setup b/docs/publish.setup
index a3e7255..f3e7611 100644
--- a/docs/publish.setup
+++ b/docs/publish.setup
@@ -1,2 +1,17 @@
-#+MACRO: begin-summary #+HTML: <div class="summary"><h2>Summary</h2>
-#+MACRO: end-summary #+HTML: </div>
+# -*- mode: org -*-
+#+macro: begin-summary #+HTML: <div class="summary"><h2>Summary</h2>
+#+macro: end-summary #+HTML: </div>
+
+#+latex_class: scrartcl
+#+latex_header: \usepackage{ifluatex}
+#+latex_header: \usepackage{ifxetex}
+#+latex_header: \usepackage{libertine}
+#+latex_header: \ifluatex%
+#+latex_header: \usepackage{fontspec}\setmonofont[Scale=0.9]{Iosevka}
+#+latex_header: \else\ifxetex%
+#+latex_header: \usepackage{fontspec}\setmonofont[Scale=0.9]{Iosevka}
+#+latex_header: \else
+#+latex_header: \usepackage{inconsolata}
+#+latex_header: \fi
+#+latex_header: \fi
+#+latex_header: \usepackage[a4paper,margin=1in]{geometry}