summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/memoir/mempatch.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-15 00:53:04 +0000
committerKarl Berry <karl@freefriends.org>2011-02-15 00:53:04 +0000
commit73b76d6d7b5047bad09c2f43f6a99334e6d5a67c (patch)
tree0d6036237854e95ade2e585cbc305979271b4b35 /Master/texmf-dist/source/latex/memoir/mempatch.dtx
parent82ac0ba9ed70499005296836d8be39181785d3ba (diff)
memoir 3.6h (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/memoir/mempatch.dtx')
-rw-r--r--Master/texmf-dist/source/latex/memoir/mempatch.dtx12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/memoir/mempatch.dtx b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
index c600a86386c..8888e87e972 100644
--- a/Master/texmf-dist/source/latex/memoir/mempatch.dtx
+++ b/Master/texmf-dist/source/latex/memoir/mempatch.dtx
@@ -20,7 +20,7 @@
%
%
% \fi
-% \CheckSum{510}
+% \CheckSum{514}
%
% \def\dtxfile{\texttt{mempatch.dtx}}
% \def\fileversion{v1.0} \def\filedate{2003/10/04}
@@ -787,6 +787,16 @@
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\printpageinnoteshyperref}
+% When \Lpack{hyperref} is active, page references in the page notes
+% list looks better with a specialised macro. The macro is provided
+% within the class, and here we activate it.
+% \begin{macrocode}
+\AtBeginDocument{%
+ \let\printpageinnotes\printpageinnoteshyperref%
+}
+% \end{macrocode}
+% \end{macro}
%
% The end of the \Lpack{hyperref} related patches.
%