Skip to content

Commit

Permalink
use \detokenize to allow special characters in file names
Browse files Browse the repository at this point in the history
  • Loading branch information
fauno committed Oct 8, 2018
1 parent 26d869d commit f9413c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll-pandoc-multiple-formats/unite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Unite < Printer
\\end{document}
EOT

INCLUDE_TEMPLATE = '\\includepdf[fitpaper=true,pages=-]{@@document@@}'
INCLUDE_TEMPLATE = '\\includepdf[fitpaper=true,pages=-]{\detokenize@@document@@}}'

attr_accessor :files, :template

Expand Down

0 comments on commit f9413c2

Please sign in to comment.