diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-20 21:33:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-20 21:33:13 +0000 |
commit | 1fc8715b7f58add12fe8202c0c5e8d37ae383c77 (patch) | |
tree | 44b9827d2cde3f38bf6cdecb6c6c6d6994147a5e /Master/texmf-dist/doc/latex/hyperref/README | |
parent | 9067dbc55f799decd298be064b44fc8b11ee0a8d (diff) |
hyperref (20aug11)
git-svn-id: svn://tug.org/texlive/trunk@23623 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 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/README b/Master/texmf-dist/doc/latex/hyperref/README index 8f12ca3bb30..a95fe3b570e 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, 2010/12/07 +README for hyperref bundle, 2011/08/19 TABLE OF CONTENTS @@ -183,6 +183,20 @@ other packages: 5 NEW FEATURES ============== +\IfHyperBooleanExists and \IfHyperBoolean +----------------------------------------- + \IfHyperBooleanExists{OPTION}{YES}{NO} + If a hyperref OPTION is a boolean, that means it takes values + `true' or `false', then \IfHyperBooleanExists calls YES, otherwise NO. + + \IfHyperBoolean{OPTION}{YES}{NO} + Macro \IfHyperBoolean calls YES, if OPTION exists as boolean and is + enabled. Otherwise NO is executed. + + Both macros are expandable. Additionally option `stoppedearly' is + available. It is enabled if \MaybeStopEarly or \MaybeStopNow + end hyperref prematurely. + \unichar -------- If a Unicode character is not supported by puenc.def, it can @@ -1513,6 +1527,8 @@ Responsible for the additions to PU encoding for Arabi is TeX Live -------- +* TL 2011: 2011/04/17 v6.82g (at time of first release) +* TL 2010: 2010/06/18 v6.81g (at time of first release) * TL 2009: 2009/10/09 v6.79a (at time of first release) * TL 2008: 2008/08/14 v6.78f (at time of first release) * TL 2007: 2007/02/07 v6.75r |