diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/handout/handout.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/handout/handout.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/handout/handout.sty b/Master/texmf-dist/tex/latex/handout/handout.sty index b2483d39ce1..88e407c870c 100644 --- a/Master/texmf-dist/tex/latex/handout/handout.sty +++ b/Master/texmf-dist/tex/latex/handout/handout.sty @@ -13,8 +13,8 @@ % 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/11/15 1.5.0 Handout package] -\RequirePackage{kvoptions,etoolbox} +\ProvidesPackage{handout}[2017/04/21 1.6.0 Handout package] +\RequirePackage{kvoptions,etoolbox,suffix} % Options \DeclareBoolOption[false]{disabled} @@ -64,6 +64,13 @@ \fi% \fi% } +\WithSuffix\newcommand\forhandout*[1]{% + \ifhandout@disabled\else% + \ifhandout@printing% + \immediate\write\@handout{\unexpanded{#1}}% + \fi% + \fi% +} % The command written in the .handout file \newcommand{\handout@input}[1]{% |