diff --git a/print/world_cafe.pdf b/print/world_cafe.pdf index 7a76687..84c140b 100644 Binary files a/print/world_cafe.pdf and b/print/world_cafe.pdf differ diff --git a/printable.rb b/printable.rb index bfcac6b..06aa7e1 100644 --- a/printable.rb +++ b/printable.rb @@ -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'