forked from chiakaivalya/thesis-markdown-pandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pandoc.sh
1 lines (1 loc) · 784 Bytes
/
pandoc.sh
1
pandoc -N --latex-engine=xelatex -H preamble.tex -V fontsize=12pt -V linkcolor=black -V urlcolor=black -V documentclass:book -V papersize:a4paper -V classoption:openright -A markdown/statement.md --chapters --bibliography=Master-Thesis.bib markdown/title.md markdown/toc.md markdown/abstract.md markdown/preface.md markdown/introduction/intro1.md markdown/introduction/intro2.md markdown/chapters/chapter2_Termination.md markdown/chapters/chapter3_StarExec.md markdown/chapters/chapter4_Use_Cases.md markdown/chapters/chapter5_Requirements.md markdown/chapters/chapter6_Design.md markdown/chapters/chapter7_Implementation.md markdown/chapters/chapter8_Evaluation.md markdown/summary.md markdown/glossary.md markdown/references.md --listings -H listings-setup.tex -o master-thesis.pdf