Skip to content
Snippets Groups Projects
Unverified Commit 97d3996f authored by fauno's avatar fauno
Browse files

papersize param

parent 641ac9c5
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class PandocGenerator < Generator
next unless pandoc_file.pdf_cover!
united_output = pandoc_file.path.gsub(/\.pdf\Z/, '-cover.pdf')
united_file = JekyllPandocMultipleFormats::Unite
.new(united_output, [pandoc_file.pdf_cover,pandoc_file.path], pandoc_file.papersize)
.new(united_output, [pandoc_file.pdf_cover,pandoc_file.path])
if united_file.write
# Replace the original file with the one with cover
......
module JekyllPandocMultipleFormats
VERSION = '0.2.2'
VERSION = '0.2.3'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment