diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-18 22:37:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-18 22:37:13 +0000 |
commit | 8ca247e8fef4aa88e0f850179e7a9b0e82aa4d98 (patch) | |
tree | 2b49000766648ca46492f458676445e4a92e720d /Master/texmf-dist/tex/latex/koma-script/tocbasic.sty | |
parent | 732f3ec949d484fffd271e5341aad609013aeeca (diff) |
koma-script (18sep10)
git-svn-id: svn://tug.org/texlive/trunk@19797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/tocbasic.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/tocbasic.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty index 151f251a7c5..d3190279d75 100644 --- a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty +++ b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty @@ -39,7 +39,7 @@ %% standard classes created by The LaTeX3 Project 1994-1996. %% %%% From File: tocbasic.dtx -\def\tocbasicversion{2010/06/09 v3.06} +\def\tocbasicversion{2010/09/14 v3.06a} \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{tocbasic} [\tocbasicversion\space KOMA-Script package @@ -83,7 +83,11 @@ or a mistake by the user.\MessageBreak }% }{% - \g@addto@macro\tb@listoftocs{\do{#2}{#1}}% + \begingroup + \protected@edef\reserved@a{% + \noexpand\g@addto@macro\noexpand\tb@listoftocs{% + \noexpand\do{#2}{#1}}}\reserved@a + \endgroup \ifx\relax #1\relax\else \@ifundefined{tb@#1@add@hook}{}{% \edef\reserved@a{% |