Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
fix: force hyperref to use unicode pdf encoding
Browse files Browse the repository at this point in the history
closes #100
  • Loading branch information
skyfrk committed May 30, 2020
1 parent cac5466 commit fc66417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udhbwvst.cls
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
pdfauthor = {\ifdef{\dhbwGetAuthor}{\dhbwGetAuthor}{undefined}},
pdfcreator = {Lua\LaTeX},
pdfproducer = {Lua\LaTeX},
pdfencoding = {auto},
pdfencoding = {unicode},
pdflang = {de}
}
}
Expand Down

0 comments on commit fc66417

Please sign in to comment.