summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-20 00:08:17 +0000
committerKarl Berry <karl@freefriends.org>2010-11-20 00:08:17 +0000
commit05fb0802d8bd19b22c8c7c0ca33c97531ee54514 (patch)
tree793c3999614003ae75a08300eae2ad1665a14ee4 /Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def
parent0b183d0343504df0fbdb0b634e8b6f30adcc2602 (diff)
ltxdockit (20nov10)
git-svn-id: svn://tug.org/texlive/trunk@20499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def')
-rw-r--r--Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def
index 7cfeb769877..b5b0c430e13 100644
--- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def
+++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def
@@ -1,7 +1,7 @@
-% $Id: ltxdockit.def,v 1.2a 2010/02/12 20:20:16 lehman stable $
+% $Id: ltxdockit.def,v 1.2b 2010/11/19 12:04:25 lehman stable $
\ProvidesFile{ltxdockit.def}
-[\ltd@rcsid $Id: ltxdockit.def,v 1.2a 2010/02/12 20:20:16 lehman stable $
+[\ltd@rcsid $Id: ltxdockit.def,v 1.2b 2010/11/19 12:04:25 lehman stable $
ltxdockit pre-configuration (DFSG-free)]
\RequirePackage{etoolbox}
@@ -15,16 +15,17 @@
\newcommand*{\AtBeginToc}{\g@addto@macro\@begintochook}
\newcommand*{\AtEndToc}{\g@addto@macro\@endtochook}
-\newcommand*{\@begintochook}{}
-\newcommand*{\@endtochook}{}
\@onlypreamble\AtBeginToc
\@onlypreamble\AtEndToc
+\newcommand*{\@begintochook}{}
+\newcommand*{\@endtochook}{}
+
\newcommand*{\AtBeginLot}{\g@addto@macro\@beginlothook}
\newcommand*{\AtEndLot}{\g@addto@macro\@endlothook}
-\newcommand*{\@beginlothook}{}
-\newcommand*{\@endlothook}{}
\@onlypreamble\AtBeginLot
\@onlypreamble\AtEndLot
+\newcommand*{\@beginlothook}{}
+\newcommand*{\@endlothook}{}
\pretocmd\@starttoc{\csuse{@begin#1hook}}{}{}
\apptocmd\@starttoc{\csuse{@end#1hook}}{}{}