mrzool / invoice-boilerplate

Simple automated LaTeX invoicing system
http://mrzool.cc/tex-boilerplates/
GNU General Public License v2.0
702 stars 102 forks source link

Check pandoc version before setting engine flag #12

Open ghost opened 6 years ago

ghost commented 6 years ago

Pandoc uses --pdf-engine since 2.0, older versions use --latex-engine. Now we check the pandoc version before setting the engine flag.

This addresses issue #11