diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 00:51:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 00:51:54 +0000 |
commit | d22dbedf055ea3923fb14ffc86889bddc06b1a96 (patch) | |
tree | 4385f0a354bb7b908c682a6d9708f16e9ca6629f /Master/texmf-dist/doc/latex/hyperref/README | |
parent | 24f8bd225abf1f277873c973a2a1bd76041133ef (diff) |
hyperref update (2sep09)
git-svn-id: svn://tug.org/texlive/trunk@15059 c570f23f-e606-0410-a88d-b1316a301751
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 |