mirror of
https://github.com/greyscalepress/manifestos.git
synced 2024-10-01 05:25:35 -04:00
some tweaks to the script.
This commit is contained in:
parent
f62a97bd90
commit
3116307c12
@ -10,7 +10,10 @@
|
|||||||
INPUT="../content/meta.txt ../content/manifestos/*.*" ## ../content/intro.txt
|
INPUT="../content/meta.txt ../content/manifestos/*.*" ## ../content/intro.txt
|
||||||
TEMP="../temp/newfile.txt"
|
TEMP="../temp/newfile.txt"
|
||||||
TEMP2="../temp/newfile2.txt"
|
TEMP2="../temp/newfile2.txt"
|
||||||
OUTPUT="../output/output.pdf"
|
|
||||||
|
TIMESTAMP=$(date +"%s")
|
||||||
|
OUTPUT="../output/output-"$TIMESTAMP".pdf"
|
||||||
|
|
||||||
|
|
||||||
## 2: AWK Method
|
## 2: AWK Method
|
||||||
|
|
||||||
@ -45,8 +48,10 @@ END {
|
|||||||
## Inconsesi
|
## Inconsesi
|
||||||
## "Breite Grotesk"
|
## "Breite Grotesk"
|
||||||
## "Work Sans"
|
## "Work Sans"
|
||||||
|
## "Archivo Narrow"
|
||||||
|
## "Sophia Nubian"
|
||||||
|
|
||||||
|
|
||||||
pandoc -f markdown -o $OUTPUT --template=../templates/custom $TEMP --latex-engine=xelatex --variable mainfont="Inconsesi" --variable sansfont=Futura --variable monofont=Inconsesi --variable fontsize=9pt --toc --toc-depth=1 --include-before-body=../content/intro.txt
|
pandoc -f markdown -o $OUTPUT --template=../templates/custom $TEMP --latex-engine=xelatex --variable mainfont="Sophia Nubian" --variable sansfont=Futura --variable monofont=Inconsesi --variable fontsize=9pt --toc --toc-depth=1 --include-before-body=../content/intro.txt
|
||||||
|
|
||||||
## End of file
|
## End of file
|
||||||
|
Loading…
Reference in New Issue
Block a user