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

Allow comma in hypersetup.pdfauthor #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

Some companies or authors might have a comma in the string, this is interpreted by hypersetup as a new key in its own data structure

Without this proposed fix, you will get:

! Package kvsetkeys Error: Undefined key `text after comma'.

btw thanks for this great stuff you did!

mrzool commented 7 years ago

Thanks!