diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-24 21:30:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-24 21:30:17 +0000 |
commit | 39bec3187a966abbe72fe5da8cde8bcbb1563ae2 (patch) | |
tree | 9d53bc3d1c8e0448d2fcd08943c0a3e6d98a5deb /Master/texmf-dist/tex/latex/handout | |
parent | d471ae9ff294a5ee213dc15b2eaca4bfe62bfaee (diff) |
handout (24oct16)
git-svn-id: svn://tug.org/texlive/trunk@42347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/handout')
-rw-r--r-- | Master/texmf-dist/tex/latex/handout/handout.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/handout/handout.sty b/Master/texmf-dist/tex/latex/handout/handout.sty index 884ff33feff..a71060527b0 100644 --- a/Master/texmf-dist/tex/latex/handout/handout.sty +++ b/Master/texmf-dist/tex/latex/handout/handout.sty @@ -1,4 +1,4 @@ -%% Copyright 2014 Maïeul Rouquette +%% Copyright 2014… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -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/13 1.3.0 Handout package] +\ProvidesPackage{handout}[2016/10/24 1.4.0 Handout package] \RequirePackage{kvoptions,etoolbox} % Options @@ -46,7 +46,7 @@ \handoutnumberintxt{\thehandoutnumber}% \fi% \ifhandout@printing% - \immediate\write\@handout {\string\handout@input{#1}}% + \immediate\write\@handout {\string\handout@input{#1}}% \fi% \fi% \input{\handout@dir/#1}% Add the handout @@ -67,6 +67,9 @@ % The command written in the .handout file \newcommand{\handout@input}[1]{% + \ifdefined\AtEveryHandout% + \AtEveryHandout% + \fi% \ifhandout@numbering% \stepcounter{handoutnumber}% \handoutnumber{\thehandoutnumber}% |