texlive[41539] Master/texmf-dist: hyperref (25jun16)
commits+karl at tug.org
commits+karl at tug.org
Sun Jun 26 00:10:57 CEST 2016
Revision: 41539
http://tug.org/svn/texlive?view=revision&revision=41539
Author: karl
Date: 2016-06-26 00:10:57 +0200 (Sun, 26 Jun 2016)
Log Message:
-----------
hyperref (25jun16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog
trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/README.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/backref.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
trunk/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def
trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def
trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def
trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def
trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def
trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog 2016-06-25 22:10:57 UTC (rev 41539)
@@ -1,3 +1,7 @@
+2016-06-24 6.83q David Carlisle
+ * 6.83q
+ * cleverref support
+
2016-05-21 6.83p David Carlisle
* 6.83p, nameref 2.44, backref 1.39
* document github support
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/README.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/backref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/hyperref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/hyperref/nameref.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/source/latex/hyperref/hyperref.dtx 2016-06-25 22:10:57 UTC (rev 41539)
@@ -48,7 +48,7 @@
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
%<psdextra>\ProvidesFile{psdextra.def}
-%<!none> [2016/05/21 v6.83p %
+%<!none> [2016/06/24 v6.83q %
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -11366,8 +11366,13 @@
% \end{macrocode}
%
% Support for package \texttt{amsthm} (Daniel M\"ullner):
+% also \texttt{cleveref}.
% \begin{macrocode}
\Hy at AtBeginDocument{%
+\@ifpackageloaded{cleveref}{%
+\let\Hy at savedthm\@thm
+\def\@thm{\ifhmode\unskip\fi\Hy at savedthm}%
+}{%
\@ifpackageloaded{amsthm}{%
% \end{macrocode}
% Class amsbook uses a different definition of \cs{@thm},
@@ -11508,6 +11513,7 @@
\let\Hy at savedthm\@thm
\def\@thm{\ifhmode\unskip\fi\Hy at savedthm}%
}%
+}%
}
% \end{macrocode}
%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for dvipdfm]
\Hy at VersionCheck{hdvipdfm.def}
\def\Hy at PutCatalog#1{\@pdfm at mark{docview <<#1>>}}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvips.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvips.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for dvips]
\Hy at VersionCheck{hdvips.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdvipson.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipson.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for dvipsone]
\Hy at VersionCheck{hdvipson.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hdviwind.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdviwind.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for dviwindo]
\Hy at VersionCheck{hdviwind.def}
\begingroup
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hluatex.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -32,7 +32,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hluatex.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for luaTeX]
\Hy at VersionCheck{hluatex.def}
%% Source File: hluatex.dtx
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hpdftex.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for pdfTeX]
\Hy at VersionCheck{hpdftex.def}
\pdf at ifdraftmode{%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.cfg 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.cfg}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref configuration file for TeX4ht]
\IfFileExists{\jobname.cfg}{\endinput}{}
\Preamble{html}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htex4ht.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htex4ht.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for TeX4ht]
\Hy at VersionCheck{htex4ht.def}
\providecommand*{\XR at ext}{html}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/htexture.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{htexture.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for Textures]
\Hy at VersionCheck{htexture.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtex.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtex.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for VTeX in PDF/PS mode]
\Hy at VersionCheck{hvtex.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexhtml.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for VTeX in HTML mode]
\Hy at VersionCheck{hvtexhtm.def}
\providecommand*{\XR at ext}{htm}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hvtexmrk.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hvtexmrk.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for VTeX in PDF/PS mode (pdfmark specials)]
\Hy at VersionCheck{hvtexmrk.def}
\providecommand*{\XR at ext}{pdf}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hxetex.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hxetex.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for XeTeX]
\Hy at VersionCheck{hxetex.def}
\HyPsd at LoadUnicode
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hyperref.sty 2016-06-25 22:10:57 UTC (rev 41539)
@@ -32,7 +32,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{hyperref}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hypertext links for LaTeX]
\begingroup
\@makeother\`%
@@ -7304,6 +7304,10 @@
}%
\fi
\Hy at AtBeginDocument{%
+\@ifpackageloaded{cleveref}{%
+\let\Hy at savedthm\@thm
+\def\@thm{\ifhmode\unskip\fi\Hy at savedthm}%
+}{%
\@ifpackageloaded{amsthm}{%
\def\Hy at temp#1#2#3{%
\ifhmode\unskip\unskip\par\fi
@@ -7429,6 +7433,7 @@
\let\Hy at savedthm\@thm
\def\@thm{\ifhmode\unskip\fi\Hy at savedthm}%
}%
+}%
}
\ifHy at hyperfootnotes
\newcounter{Hfootnote}%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/hypertex.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hypertex.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref driver for HyperTeX specials]
\Hy at VersionCheck{hypertex.def}
\providecommand*{\XR at ext}{dvi}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/nohyperref.sty 2016-06-25 22:10:57 UTC (rev 41539)
@@ -32,7 +32,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{nohyperref}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Dummy hyperref (SR)]
\RequirePackage{letltxmacro}[2008/06/13]
\let\hyper@@anchor\@gobble
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/pd1enc.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pd1enc.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref: PDFDocEncoding definition (HO)]
\DeclareFontEncoding{PD1}{}{}
\DeclareTextAccent{\`}{PD1}{\textasciigrave}
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/pdfmark.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{pdfmark.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref definitions for pdfmark specials]
\Hy at VersionCheck{pdfmark.def}
\begingroup
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/psdextra.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{psdextra.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref: Additions to PDF string support]
\Hy at VersionCheck{psdextra.def}
\newcommand*{\psdmapshortnames}{%
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puarenc.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puarenc.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref: Additions to puenc.def for Arabi]
\DeclareTextCommand{\hamza}{PU}{\86\041}% U+0621
\DeclareTextCommand{\alefmadda}{PU}{\86\042}% U+0622
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puenc.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puenc.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref: PDF Unicode definition (HO)]
\DeclareFontEncoding{PU}{}{}
\DeclareTextCommand{\`}{PU}[1]{#1\83\000}% U+0300
Modified: trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def 2016-06-25 22:10:38 UTC (rev 41538)
+++ trunk/Master/texmf-dist/tex/latex/hyperref/puvnenc.def 2016-06-25 22:10:57 UTC (rev 41539)
@@ -31,7 +31,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{puvnenc.def}
- [2016/05/21 v6.83p %
+ [2016/06/24 v6.83q %
Hyperref: Additions to puenc.def for VnTeX]
\DeclareTextCommand{\abreve}{PU}{\81\003}% U+0103
\DeclareTextCommand{\acircumflex}{PU}{\80\342}% U+00E2
More information about the tex-live-commits
mailing list