Left/Right margins, Logo and Section Name in Heading, Pagenumbering in the footer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
pandoc \
|
||||
00-toc.md \
|
||||
01-Allgemein.md \
|
||||
02-Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
|
||||
03-Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
|
||||
@@ -7,8 +8,6 @@ pandoc \
|
||||
97-tabellenverzeichnis.md \
|
||||
98-abbildungsverzeichnis.md \
|
||||
99-bibliographie.md \
|
||||
--toc \
|
||||
--toc-depth=3 \
|
||||
--number-sections \
|
||||
--lua-filter _extensions/diagram/diagram.lua \
|
||||
--syntax-definition _extensions/razor/razor.xml \
|
||||
@@ -16,8 +15,11 @@ pandoc \
|
||||
--bibliography sources.bib \
|
||||
--include-before-body 00_preamble.tex \
|
||||
-H _extensions/header/header.tex \
|
||||
-V geometry:margin=2cm \
|
||||
-V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm" \
|
||||
-V toc-title="Inhaltsverzeichnis" \
|
||||
-V classoption=twoside \
|
||||
-V fontsize=12pt \
|
||||
-V linestretch=1.5 \
|
||||
-o diplomarbeitsbuch.pdf
|
||||
-o diplomarbeitsbuch.pdf
|
||||
# --toc \
|
||||
# --toc-depth=3 \
|
||||
Reference in New Issue
Block a user