From d26fa6aac098be12b2d725ddb7ffb2a972b4b016 Mon Sep 17 00:00:00 2001
From: Markus Scheller <scheller_m@live.de>
Date: Sat, 24 Feb 2018 20:29:19 +0100
Subject: [PATCH] Insert example configuration for a custom latex template

protokollsystem/proto3#170
---
 config.py.example | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/config.py.example b/config.py.example
index 7dcd0a6..2df2cd9 100644
--- a/config.py.example
+++ b/config.py.example
@@ -185,6 +185,19 @@ LATEX_BULLETPOINTS = [
 # optional: include header and footer in asta-style, not just a page number on top
 #LATEX_HEADER_FOOTER = True
 
+# optional: define multiple LaTeX-templates to use with a each protocol type individually
+#LATEX_TEMPLATES = {
+#    "yourtemplate": {
+#        "name": "Dein Template",
+#        "path": "local-templates/yourtemplate",
+#        "logo": "asta-logo.tex",
+#        "geometry": "bottom=1.6cm,top=1.6cm,inner=2.5cm,outer=1.0cm,footskip=1.0cm,headsep=0.6cm",
+#        "pagestyle": "fancy",
+#        "additionalpackages": ["[absolute]{textpos}", "{fancyheadings}"],
+#        "headerfooter": True
+#    }
+#}
+
 HTML_LEVEL_OFFSET = 3
 
 def dummy_todomail_provider():
-- 
GitLab