Skip to content

Commit

Permalink
don't use unicode with platex, issue latex3#171
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 9, 2021
1 parent e0e3158 commit e56f601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* added \special{dvipdfmx:config C 0x10} to the xetex and
dvipdfmx driver to avoid problems with links to external files.
See issue 118.
* if platex is detected unicode is set to false, issue #171


2021-02-08 Ulrike Fischer/David Carlisle
Expand Down
6 changes: 6 additions & 0 deletions hyperref.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,12 @@
\Hy@pdftoolbartrue
\Hy@typexmlfalse
\Hy@unicodetrue
\ifx\kanjiskip\@undefined
\else
\ifx\forcecjktoken\@undefined
\Hy@unicodefalse
\fi
\fi
\Hy@pdfusetitlefalse
\Hy@verbosefalse
\Hy@pdfwindowuitrue
Expand Down

0 comments on commit e56f601

Please sign in to comment.