summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/nameref.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-02 23:42:33 +0000
committerKarl Berry <karl@freefriends.org>2012-11-02 23:42:33 +0000
commit8241643853c19b10460dc0c1e5ee1a716d6a6d08 (patch)
treedb64ac3a55d375998749e4d2fef7a6c046e1a014 /Master/texmf-dist/source/latex/hyperref/nameref.dtx
parent245ddb2d09fafe8a9e776e08cbfcbf40a8d66a63 (diff)
hyperref (1nov12)
git-svn-id: svn://tug.org/texlive/trunk@28159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/nameref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/nameref.dtx20
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/nameref.dtx b/Master/texmf-dist/source/latex/hyperref/nameref.dtx
index fff510b9bf6..584ae982bd0 100644
--- a/Master/texmf-dist/source/latex/hyperref/nameref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/nameref.dtx
@@ -30,9 +30,9 @@
%<driver>\ProvidesFile{nameref.drv}
% \fi
% \ProvidesFile{nameref.dtx}
- [2012/07/31 v2.42 Cross-referencing by name of section]%
+ [2012/10/27 v2.43 Cross-referencing by name of section]%
%
-% \CheckSum{700}
+% \CheckSum{714}
%
% \iffalse
%<*driver>
@@ -469,6 +469,22 @@
\NR@PatchBeamer{section}%
\NR@PatchBeamer{subsection}%
\NR@PatchBeamer{subsubsection}%
+% \end{macrocode}
+%
+% Theorem names.
+% \begin{macrocode}
+ \addtobeamertemplate{theorem begin}{%
+ \expandafter\NR@gettitle\expandafter{\inserttheoremaddition}%
+ }{}%
+% \end{macrocode}
+% \begin{macrocode}
+ \@ifdefinable{\NRorg@beamer@descriptionitem}{%
+ \let\NRorg@beamer@descriptionitem\beamer@descriptionitem
+ \renewcommand{\beamer@descriptionitem}[1]{%
+ \NR@gettitle{#1}%
+ \NRorg@beamer@descriptionitem{#1}%
+ }%
+ }%
}{}
% \end{macrocode}
%