diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-19 22:53:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-19 22:53:58 +0000 |
commit | 9a454afea0ead3b650c7acb554cf78e4a4632763 (patch) | |
tree | 97ce556c22d9e3035c2fe2e19bce895a94f9dbe8 /Master/texmf-dist/tex/latex/oberdiek | |
parent | e8c4502da7b50b697f5ec08532a9d67b64abff0a (diff) |
oberdiek update (19apr10)
git-svn-id: svn://tug.org/texlive/trunk@17931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty index 332b9ef66d3..3209c2b98fb 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty @@ -31,7 +31,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{holtxdoc}% - [2010/04/08 v0.17 Private additional ltxdoc support (HO)] + [2010/04/18 v0.18 Private additional ltxdoc support (HO)] \PassOptionsToPackage{pdfencoding=auto}{hyperref} \RequirePackage[numbered]{hypdoc}[2010/03/26] \RequirePackage{hyperref}[2010/03/30] @@ -217,6 +217,23 @@ \DoNotIndex{\expandafter,\noexpand,\string} \DoNotIndex{\else,\fi,\or} \DoNotIndex{\relax} +\IndexPrologue{% + \section*{Index}% + \markboth{Index}{Index}% + Numbers written in italic refer to the page % + where the corresponding entry is described; % + numbers underlined refer to the % + \ifcodeline@index + code line of the % + \fi + definition; plain numbers refer to the % + \ifcodeline@index + code lines % + \else + pages % + \fi + where the entry is used.% +} \addtolength{\textheight}{\headheight} \addtolength{\textheight}{\headsep} \setlength{\headheight}{0pt} |