This commit is contained in:
nik gaffney 2015-05-26 19:50:25 +02:00
parent 2c43db2c0c
commit 075570c5ed
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
zzk@vrt.local.322

View file

@ -16,4 +16,4 @@ file=ARGV[0] # dokuwiki pagenme as argument
# convert html -> pdf with pandoc
`pandoc /tmp/#{file}.html -S --template=#{repo}/templates/fieldguide.tex --include-in-header=#{repo}/header.tex --latex-engine=xelatex -o #{repo}/print/#{file}.pdf`
`pandoc /tmp/#{file}.html -S --template=#{repo}/pandoc/templates/fieldguide.tex --include-in-header=#{repo}/pandoc/header.tex --latex-engine=xelatex -o #{repo}/print/#{file}.pdf`