diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index e6947cc1761..ca729090d53 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -993,6 +993,23 @@ titlesec (unsolved is the anchor setting, missing with unnumbered section, perhaps problems with page breaks with numbered ones). +ucs/utf8x.def +------------- + The first time a multibyte UTF8 sequence is called, it + does some calculations and stores the result in a macro + for speeding up the next calls of that UTF8 sequence. + However this makes the first call non-expandable and + will break if used in information entries or bookmarks. + Package "ucs" offers \PrerenderUnicode or \PreloadUnicodePage + to solve this: + \usepackage{ucs} + \usepackage[utf8x]{inputenc} + \usepackage{hyperref}% or with option unicode + \PrerenderUnicode{^^c3^^b6}% or \PrerenderUnicodePage{1} + \hypersetup{pdftitle={Umlaut example: ^^c3^^b6}} + The notation with two carets avoids trouble with 8-bit bytes + for the README file, you can use the characters directly. + varioref -------- There are too many problems with varioref. Nobody has time to |