fix PDF title metadata for blank CV title

This commit is contained in:
Mark E. Fuller 2022-03-18 14:09:16 +02:00
commit 1d0567bb7e
No known key found for this signature in database
GPG key ID: D1CB9BCF4D87185F

View file

@ -114,7 +114,8 @@
bookmarksopen = true, bookmarksopen = true,
bookmarksdepth= 2,% to show sections and subsections bookmarksdepth= 2,% to show sections and subsections
pdfauthor = {\@firstname{}~\@lastname{}}, pdfauthor = {\@firstname{}~\@lastname{}},
pdftitle = {\@firstname{}~\@lastname{}\notblank{\@title}{ -- \@title}{}}, pdftitle =
{\@firstname{}~\@lastname{}\expandafter\notblank\expandafter{\@title}{ -- \@title}{}}, %\notblank does not expand argument automatically
pdfsubject = {R\'{e}sum\'{e} of \@firstname{}~\@lastname{}}, pdfsubject = {R\'{e}sum\'{e} of \@firstname{}~\@lastname{}},
pdfkeywords = {\@firstname{}~\@lastname{}, curriculum vit\ae{}, r\'{e}sum\'{e}}}} pdfkeywords = {\@firstname{}~\@lastname{}, curriculum vit\ae{}, r\'{e}sum\'{e}}}}