From d9552402ddcde6562e654d481814116b7d7fc946 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 May 2014 22:45:46 +0000 Subject: handout (23may14) git-svn-id: svn://tug.org/texlive/trunk@34239 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/handout/examples/example1-minimal.pdf | Bin 11476 -> 11475 bytes .../handout/examples/example2-cancel-quotation.pdf | Bin 11469 -> 11468 bytes .../handout/examples/example3-defined-path.pdf | Bin 12759 -> 12758 bytes .../latex/handout/examples/example4-sectioning.pdf | Bin 16971 -> 16967 bytes .../latex/handout/examples/example5-numbering.pdf | Bin 19774 -> 19775 bytes .../handout/examples/example6-not-and-only.pdf | Bin 25253 -> 25254 bytes .../latex/handout/examples/example7-biblatex.pdf | Bin 39220 -> 39216 bytes Master/texmf-dist/doc/latex/handout/handout.pdf | Bin 68323 -> 68391 bytes Master/texmf-dist/doc/latex/handout/handout.tex | 5 +++++ Master/texmf-dist/tex/latex/handout/handout.sty | 4 ++-- 10 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf b/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf index 630bd915899..b4c31342397 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf b/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf index b72160a5022..fe08055acc7 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf b/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf index 6a997975df0..e05dae61bc8 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf b/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf index d77e46d6fed..555bf483d63 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf b/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf index e3c4f3be779..1dd0b592ece 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf b/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf index b2c9c8a5852..8da5fb3ec05 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf b/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf index e2f6d050498..0353df8fdd1 100644 Binary files a/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf and b/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/handout.pdf b/Master/texmf-dist/doc/latex/handout/handout.pdf index 21acf21a316..b8436b76f5e 100644 Binary files a/Master/texmf-dist/doc/latex/handout/handout.pdf and b/Master/texmf-dist/doc/latex/handout/handout.pdf differ diff --git a/Master/texmf-dist/doc/latex/handout/handout.tex b/Master/texmf-dist/doc/latex/handout/handout.tex index fbef47d9215..92ed361da58 100644 --- a/Master/texmf-dist/doc/latex/handout/handout.tex +++ b/Master/texmf-dist/doc/latex/handout/handout.tex @@ -167,6 +167,11 @@ Note that the citation tracker is automatically reset at the beginning of the ha \begin{changelog} + +\begin{release}{1.0.1}{2014-05-23} +\item Disable indexing in handout also when using multiple index. +\end{release} + \begin{release}{1.0.0}{2014-03-20} \item First public release. \end{release} 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]{} -- cgit v1.2.3