mirror of
https://github.com/greyscalepress/manifestos.git
synced 2024-10-01 05:25:35 -04:00
trying to fix line break issues with some URLs, without much success.
This commit is contained in:
parent
f4e2dcaa4f
commit
10aefca780
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user