world_cafe
This commit is contained in:
parent
416fd8d322
commit
05e5d8df47
2 changed files with 4 additions and 1 deletions
Binary file not shown.
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue