From 10aefca780e72bf0c8b7e451f15fce8852000c81 Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Thu, 23 Jun 2016 23:39:31 +0200 Subject: [PATCH] trying to fix line break issues with some URLs, without much success. --- scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 3bb04ba..9bda95d 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -61,7 +61,8 @@ END { ## Monoid - by Andreas Larsen ## HK Grotesk - by Alfredo Marco Pradil, Hanken Design Co. -pandoc -f markdown --template=../templates/customV2 $TEMP --latex-engine=xelatex \ +pandoc -f markdown --template=../templates/customV2 $TEMP \ + --latex-engine=xelatex \ --variable mainfont="HKGrotesk-Regular" \ --variable boldfont="LinLibertineOB" \ --variable italicfont="LinLibertineOI" \ @@ -70,6 +71,7 @@ pandoc -f markdown --template=../templates/customV2 $TEMP --latex-engine=xelatex --variable linkcolor=black \ --variable documentclass=book \ --toc --toc-depth=1 \ + --listings \ --include-before-body=../content/intro.txt \ -o $OUTPUT