diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyperref/README | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 8351e4f7c38..80b8a4a4d84 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, 2012/09/26 +README for hyperref bundle, 2012/10/13 TABLE OF CONTENTS @@ -147,6 +147,8 @@ other packages: CTAN:macros/latex/contrib/oberdiek/intcalc.pdf * keyval.sty CTAN:macros/latex/required/graphics/ +* kvdefinekeys.sty + CTAN:macros/latex/contrib/oberdiek/kvsetkeys.pdf * kvoptions.sty: CTAN:macros/latex/contrib/oberdiek/kvoptions.pdf * kvsetkeys.sty: @@ -183,6 +185,55 @@ other packages: 5 NEW FEATURES ============== +Option `pdflinkmargin' +---------------------- + Option `pdflinkmargin' is an experimental option for specifying + a link margin, if the driver supports this. Default is 1 pt for + supporting drivers. + + pdfTeX: + * The link area also depends on the surrounding box. + * Settings have local effect. + * When a page is shipped out, pdfTeX uses the current setting + of the link margin for all links on the page. + + pdfmark: + * Settings have global effect. + + Other drivers: Unsupported. + +Field option `calculatesortkey' +------------------------------- + Fields with calculated values are calculated in document order + by default. If calculated field values depend on other calculated + fields that appear later in the document, then the correct calculation + order can be specified with option `calculatesortkey'. Its value is + used as key to lexicographically sort the calculated fields. + The sort key do not need to be unique. Fields that share the same + key are sorted in document order. + + Currently the field option `calculatesortkey' is only supported by + the driver for pdfTeX. + +Option `localanchorname' +------------------------ + When an anchor is set (e.g. via \refstepcounter), then the + anchor name is globally set to the current anchor name. + + For example: + \section{Foobar} + \begin{equation}\end{equation} + \label{sec:foobar} + With the default global setting (localanchorname=false) + a reference to `sec:foobar' jumps to the equation before. + With option `localanchorname' the anchor of the equation + is forgotten after the environment and the reference + `sec:foobar' jumps to the section title. + + Option `localanchorname' is an experimental option, there + might be situations, where the anchor name is not available + as expected. + Option `customdriver' --------------------- The value of option `customdriver' is the name of an external |