summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/handout/handout.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-15 14:27:43 +0000
committerKarl Berry <karl@freefriends.org>2015-04-15 14:27:43 +0000
commitecc72cbff7104a191f23257365a97f87a963b263 (patch)
tree854c40448a20a040741569b58fbcaa98f7cede9a /Master/texmf-dist/tex/latex/handout/handout.sty
parentd3fffdd0ec3bf48ef12ec0860dc91f5a25349fd3 (diff)
handout (14apr15)
git-svn-id: svn://tug.org/texlive/trunk@36867 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.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/handout/handout.sty b/Master/texmf-dist/tex/latex/handout/handout.sty
index 41655ac69cc..ee683b3679f 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}[2015/01/06 1.2.0 Handout package]
+\ProvidesPackage{handout}[2015/04/14 1.2.1 Handout package]
\RequirePackage{kvoptions,etoolbox}
% Options
@@ -80,7 +80,7 @@
\apptocmd{\@sect}{%
\ifhandout@disabled\else%
\ifhandout@printing%
- \immediate\write\@handout{\string\csuse{#1}{\unexpanded{#8}}}%
+ \immediate\write\@handout{\@backslashchar#1{\unexpanded{#8}}}%
\fi%
\fi%
}{}{\handout@warning{Can't patch sectioning commands}}