diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 8f71773f0c3..e308fc8936a 100644 --- a/Master/texmf-dist/doc/latex/hyperref/README +++ b/Master/texmf-dist/doc/latex/hyperref/README @@ -1,4 +1,4 @@ -README for hyperref bundle, 2008/07/23 +README for hyperref bundle, 2008/08/14 TABLE OF CONTENTS @@ -176,6 +176,27 @@ other packages: 5 NEW FEATURES ============== +Customizing index style file with \nohyperpage +---------------------------------------------- + Since version 2008/08/14 v6.78f. + + For hyperlink support in the index, hyperref inserts \hyperpage + into the index macros. After processing with Makeindex, \hyperpage + analyzes its argument to detect page ranges and page comma lists. + However, only the standard settings are supported directly: + delim_r "--" + delim_n ", " + (See manual page/documentation of Makeindex that explains + the keys that can be used in style files for Makeindex.) + Customized versions of + delim_r, delim_n, suffix_2p, suffix_3p, suffix_mp + needs markup that \hyperpage can detect and knows that + this stuff does not belong to a page number. Makro + \nohyperpage serves as this markup. Put the customized + code for these keys inside \nohyperpage, e.g.: + suffix_2p "\\nohyperpage{f.}" + suffix_3p "\\nohyperpage{ff.}" + Expert feature \HyperDestNameFilter ----------------------------------- Since version 2008/07/16 v6.78c. |