summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/morehype/hypertoc.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-27 18:46:38 +0000
committerKarl Berry <karl@freefriends.org>2011-01-27 18:46:38 +0000
commitcad1a5c4ccf4ccecf16ba4a6cca0e7c6e8f367ae (patch)
treedfa1166739c1dc91145bf63d53072bb947d4fdf5 /Master/texmf-dist/tex/latex/morehype/hypertoc.sty
parent5691eba007aa04de66f737f9e721b76d2d6b5454 (diff)
morehype 0.1 (26jan11)
git-svn-id: svn://tug.org/texlive/trunk@21192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype/hypertoc.sty')
-rw-r--r--Master/texmf-dist/tex/latex/morehype/hypertoc.sty37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/hypertoc.sty b/Master/texmf-dist/tex/latex/morehype/hypertoc.sty
new file mode 100644
index 00000000000..e78ca6fe8de
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/morehype/hypertoc.sty
@@ -0,0 +1,37 @@
+\NeedsTeXFormat{LaTeX2e}[1994/12/01]
+\ProvidesPackage{hypertoc}[2011/01/23 v0.1 pretty TOC links (UL)]
+
+%% Copyright (C) 2011 Uwe Lueck,
+%% http://www.contact-ednotes.sty.de.vu
+%% -- author-maintained in the sense of LPPL below --
+%%
+%% This file can be redistributed and/or modified under
+%% the terms of the LaTeX Project Public License; either
+%% version 1.3c of the License, or any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% We did our best to help you, but there is NO WARRANTY.
+%%
+%% Please report bugs, problems, and suggestions via
+%%
+%% http://www.contact-ednotes.sty.de.vu
+%%
+%% Modifying |\@dottedtocline|:
+\let\HTOC@@line\@dottedtocline
+\renewcommand*{\@dottedtocline}[4]{%
+ \HTOC@@line{#1}{#2}{#3}{\mathstrut#4\mathstrut}}
+%% `\mathstrut' is like `\vphantom{()}', it indeed expands to
+%% `\vphantom(' in \LaTeX\ (as in plain \TeX).
+%%
+%% Modifying |\l@section|:
+%% % TODO: next lines appropriate for 'acticle.cls' only!?---and
+%% % `\chapter' still missing ...
+\let\HTOC@@section\l@section
+\renewcommand*{\l@section}[1]{%
+ \HTOC@@section{\mathstrut#1\mathstrut}}
+%% Leaving:
+\endinput
+%%
+%% == VERSION HISTORY ==
+
+v0.1 2011/01/23 very first