Added a check on the emptyness of \title when setting the hyperref document properties

This commit is contained in:
Xavier Danaux 2014-01-20 18:47:47 -05:00
commit 6d5bc29478
3 changed files with 10 additions and 3 deletions

View file

@ -128,7 +128,7 @@
bookmarksopen = true,
bookmarksdepth= 2,% to show sections and subsections
pdfauthor = {\@firstname{}~\@lastname{}},
pdftitle = {\@firstname{}~\@lastname{} -- \@title{}},
pdftitle = {\@firstname{}~\@lastname{}\notblank{\@title}{ -- \@title}{}},
pdfsubject = {Resum\'{e} of \@firstname{}~\@lastname{}},
pdfkeywords = {\@firstname{}~\@lastname{}, curriculum vit\ae{}, resum\'{e}}}}