diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-15 22:47:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-15 22:47:23 +0000 |
commit | c46b45668cf85ade845caf710eb43ef5553cfd3b (patch) | |
tree | a71eee1e5ded74aaf3fb27d71b9c24b625c75303 /Master/texmf-dist/tex/latex/handout/handout.sty | |
parent | 8b8ef343c2f6f74375bfcfbd0c6e89fd6dc148df (diff) |
handout (15nov16)
git-svn-id: svn://tug.org/texlive/trunk@42518 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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/handout/handout.sty b/Master/texmf-dist/tex/latex/handout/handout.sty index a71060527b0..b2483d39ce1 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}[2016/10/24 1.4.0 Handout package] +\ProvidesPackage{handout}[2016/11/15 1.5.0 Handout package] \RequirePackage{kvoptions,etoolbox} % Options @@ -109,9 +109,11 @@ \newcommand{\before@handout}{% % New page \newpage% - % Reset counter + % Reset counters \setcounter{page}{1}% \setcounter{footnote}{0}% + \setcounter{table}{0}% + \setcounter{figure}{0}% \ifhandout@sectioning% \setcounter{section}{0}% \setcounter{subsection}{0}% |