world_cafe

This commit is contained in:
nik gaffney 2015-06-02 11:44:15 +00:00
parent 416fd8d322
commit 05e5d8df47
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -18,7 +18,10 @@ file=ARGV[0] # dokuwiki pagenme as argument
# extra html step to create self-contained (local) images
`pandoc /tmp/#{file}.html --self-contained -o /tmp/#{file}.html`
`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`
`pandoc /tmp/#{file}.html -S --template=#{repo}/pandoc/templates/fieldguide.tex \
--include-in-header=#{repo}/pandoc/header.tex \
--metadata=title-meta:#{file} \
--latex-engine=xelatex -o #{repo}/print/#{file}.pdf`
# merge single pdfs with 'assemble.rb'