summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/handout
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-21 22:17:42 +0000
committerKarl Berry <karl@freefriends.org>2017-04-21 22:17:42 +0000
commit57376b4334ee13c6c52710eed0952b2d0ac61227 (patch)
treee30aecc82d8827a45ca7e594fcd7b59e1aed362d /Master/texmf-dist/tex/latex/handout
parent4a894ac8e6557aef9ff759991eb867582f7fa333 (diff)
handout (21apr17)
git-svn-id: svn://tug.org/texlive/trunk@43962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/handout')
-rw-r--r--Master/texmf-dist/tex/latex/handout/handout.sty11
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]{%