Skip to content

Commit

Permalink
Allow comma in hypersetup.pdfauthor
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
pedro-nonfree committed Jun 15, 2017
1 parent 6c4ff87 commit 040c452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.tex
Expand Up @@ -74,7 +74,7 @@
\usepackage[xetex, bookmarks, colorlinks, breaklinks]{hyperref}
\hypersetup
{
pdfauthor=$author$,
pdfauthor={$author$},
pdfsubject=Invoice Nr. $invoice-nr$,
pdftitle=Invoice Nr. $invoice-nr$,
linkcolor=blue,
Expand Down

0 comments on commit 040c452

Please sign in to comment.