diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-23 22:45:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-23 22:45:46 +0000 |
commit | d9552402ddcde6562e654d481814116b7d7fc946 (patch) | |
tree | dc3a9ead0d40ced6aaeabad537ffd9eb44649958 /Master/texmf-dist/tex/latex/handout/handout.sty | |
parent | 2c719299c63607a5ae8f19f0c2c74b00dbf0df48 (diff) |
handout (23may14)
git-svn-id: svn://tug.org/texlive/trunk@34239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/handout/handout.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/handout/handout.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/handout/handout.sty b/Master/texmf-dist/tex/latex/handout/handout.sty index 8b728dd6595..ae947b845e3 100644 --- a/Master/texmf-dist/tex/latex/handout/handout.sty +++ b/Master/texmf-dist/tex/latex/handout/handout.sty @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files handout.sty and example and documentation files. -\ProvidesPackage{handout}[2014/03/20 1.0.0 Handout package] +\ProvidesPackage{handout}[2014/05/23 1.0.1 Handout package] \RequirePackage{kvoptions,etoolbox} % Options @@ -100,7 +100,7 @@ % No new data in content or in label or index \def\addcontentsline##1##2##3{} \let\label\@gobble - \let\index\@gobble + \renewcommand{\index}[2][1]{} % Switches onlyhandout and nothandout commands \renewcommand{\nothandout}[1]{} |