texlive[42347] Master/texmf-dist: handout (24oct16)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 24 23:30:17 CEST 2016


Revision: 42347
          http://tug.org/svn/texlive?view=revision&revision=42347
Author:   karl
Date:     2016-10-24 23:30:17 +0200 (Mon, 24 Oct 2016)
Log Message:
-----------
handout (24oct16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf
    trunk/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf
    trunk/Master/texmf-dist/doc/latex/handout/handout.pdf
    trunk/Master/texmf-dist/doc/latex/handout/handout.tex
    trunk/Master/texmf-dist/tex/latex/handout/handout.sty

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/handout.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/handout/handout.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/handout/handout.tex	2016-10-24 21:29:59 UTC (rev 42346)
+++ trunk/Master/texmf-dist/doc/latex/handout/handout.tex	2016-10-24 21:30:17 UTC (rev 42347)
@@ -16,8 +16,8 @@
   subtitle={to support your talk},
   email={maieul <at> maieul <dot> net},
   author={Maïeul Rouquette},
-  revision={1.3.0},
-  date={13/10/2016},
+  revision={1.4.0},
+  date={24/10/2016},
   url={https://github.com/maieul/handout}}
 
 
@@ -176,11 +176,16 @@
 
 Note that the citation tracker is automatically reset at the beginning of the handout.
 
+You can also add define a \cs{AtEveryHandout} command to be executed in the handout, before each content added to the handout.
 \section{Change history}
 
 \begin{changelog}
 
-\begin{release}{1.3.0}{2016-10-04}
+\begin{release}{1.4.0}{2016-10-24}
+\item Add possibility to add additional content before every element of an handout.
+\end{release}
+
+\begin{release}{1.3.0}{2016-10-13}
 \item Add possibility to add additional content at the end of the handout. 
 \end{release}
 

Modified: trunk/Master/texmf-dist/tex/latex/handout/handout.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/handout/handout.sty	2016-10-24 21:29:59 UTC (rev 42346)
+++ trunk/Master/texmf-dist/tex/latex/handout/handout.sty	2016-10-24 21:30:17 UTC (rev 42347)
@@ -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 at printing%
-		  \immediate\write\@handout {\string\handout at input{#1}}%
+		    \immediate\write\@handout {\string\handout at input{#1}}%
 		\fi%
 	\fi%
 	\input{\handout at dir/#1}% Add the handout
@@ -67,6 +67,9 @@
 
 % The command written in the .handout file
 \newcommand{\handout at input}[1]{%
+	\ifdefined\AtEveryHandout%
+	  \AtEveryHandout%
+	\fi%
 	\ifhandout at numbering%
 		\stepcounter{handoutnumber}%
 		\handoutnumber{\thehandoutnumber}%



More information about the tex-live-commits mailing list