Skip to content

Commit

Permalink
LATEXBuilder: support config["conver"]
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jun 18, 2015
1 parent 9ae86d6 commit 41fa856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/review/pdfmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def get_template(config)
okuduke = make_colophon(config)
authors = make_authors(config)

custom_titlepage = make_custom_page(config["coverfile"])
custom_titlepage = make_custom_page(config["cover"]) || make_custom_page(config["coverfile"])
custom_originaltitlepage = make_custom_page(config["originaltitlefile"])
custom_creditpage = make_custom_page(config["creditfile"])

Expand Down

0 comments on commit 41fa856

Please sign in to comment.