mirror of
https://github.com/greyscalepress/manifestos.git
synced 2025-02-12 21:11:33 -05:00
making script more readable
This commit is contained in:
parent
dfdaef35ac
commit
869ac28989
@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
## 1: We declare some variables
|
## 1: We declare some variables
|
||||||
|
|
||||||
INPUT="../content/meta.txt ../content/manifestos/*.*" ## ../content/intro.txt
|
INPUT="../content/meta.txt" ## ../content/intro.txt
|
||||||
|
INPUT="$INPUT ../content/manifestos/*.*"
|
||||||
|
|
||||||
TEMP="../temp/newfile.txt"
|
TEMP="../temp/newfile.txt"
|
||||||
TEMP2="../temp/newfile2.txt"
|
TEMP2="../temp/newfile2.txt"
|
||||||
|
|
||||||
@ -63,7 +65,7 @@ END {
|
|||||||
|
|
||||||
pandoc -f markdown --template=../templates/customV2 $TEMP \
|
pandoc -f markdown --template=../templates/customV2 $TEMP \
|
||||||
--latex-engine=xelatex \
|
--latex-engine=xelatex \
|
||||||
--variable mainfont="HKGrotesk-Regular" \
|
--variable mainfont="HK Grotesk Pro" \
|
||||||
--variable boldfont="LinLibertineOB" \
|
--variable boldfont="LinLibertineOB" \
|
||||||
--variable italicfont="LinLibertineOI" \
|
--variable italicfont="LinLibertineOI" \
|
||||||
--variable fontsize=9pt \
|
--variable fontsize=9pt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user