texlive[62140] Master/texmf-dist: handoutwithnotes (22feb22)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 22 22:07:10 CET 2022


Revision: 62140
          http://tug.org/svn/texlive?view=revision&revision=62140
Author:   karl
Date:     2022-02-22 22:07:10 +0100 (Tue, 22 Feb 2022)
Log Message:
-----------
handoutwithnotes (22feb22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/handoutwithnotes/README.md
    trunk/Master/texmf-dist/doc/latex/handoutwithnotes/handoutWithNotes.pdf
    trunk/Master/texmf-dist/source/latex/handoutwithnotes/handoutWithNotes.dtx
    trunk/Master/texmf-dist/tex/latex/handoutwithnotes/handoutWithNotes.sty

Modified: trunk/Master/texmf-dist/doc/latex/handoutwithnotes/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/handoutwithnotes/README.md	2022-02-22 21:06:55 UTC (rev 62139)
+++ trunk/Master/texmf-dist/doc/latex/handoutwithnotes/README.md	2022-02-22 21:07:10 UTC (rev 62140)
@@ -1,4 +1,4 @@
-# handoutWithNotes.sty 2022/02/02 v1.2
+# handoutWithNotes.sty 2022/02/22 v1.3
 
 Create Handouts with notes from your LaTeX beamer presentation.
 
@@ -49,6 +49,7 @@
 Additionally the pgfpages options can be used. for more detailed information use the pdf documentation.
 
 ## Version History
+* v1.3 (2022-02-22) Clear leftover boxes with notes
 * v1.2 (2022-02-02) Add support for DVI–PS–PDF workflows
 * v1.1 (2021-11-07)
 	- convert the sources for l3build including simple tests

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

Modified: trunk/Master/texmf-dist/source/latex/handoutwithnotes/handoutWithNotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/handoutwithnotes/handoutWithNotes.dtx	2022-02-22 21:06:55 UTC (rev 62139)
+++ trunk/Master/texmf-dist/source/latex/handoutwithnotes/handoutWithNotes.dtx	2022-02-22 21:07:10 UTC (rev 62140)
@@ -34,7 +34,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
 %<package>\ProvidesPackage{handoutWithNotes}
 %<*package>
-    [2022/02/02 v1.2 pgfpages layouts to print beamer slides with notes]
+    [2022/02/22 v1.3 pgfpages layouts to print beamer slides with notes]
 %</package>
 %
 %<*driver>
@@ -883,6 +883,12 @@
         \int_compare:nTF
           {\g_handoutWithNotes_current_note_page_int=\the\pgf at lastshipout}
           {
+%    \end{macrocode}
+% \changes{1.2}{2022/02/22}{Clear leftover beamer Notes when starting a new page}
+%    \begin{macrocode}
+            \int_step_variable:nNn {\pgf at lastshipout} \l_tmpa_int {
+              \box_gclear:c { pgfpages at box@ \int_eval:n {\l_tmpa_int + \the\pgf at lastshipout}}
+            }
             \int_gset:Nn \g_handoutWithNotes_current_note_page_int {1}
           } {
             \int_gincr:N \g_handoutWithNotes_current_note_page_int

Modified: trunk/Master/texmf-dist/tex/latex/handoutwithnotes/handoutWithNotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/handoutwithnotes/handoutWithNotes.sty	2022-02-22 21:06:55 UTC (rev 62139)
+++ trunk/Master/texmf-dist/tex/latex/handoutwithnotes/handoutWithNotes.sty	2022-02-22 21:07:10 UTC (rev 62140)
@@ -34,7 +34,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
 \ProvidesPackage{handoutWithNotes}
-    [2022/02/02 v1.2 pgfpages layouts to print beamer slides with notes]
+    [2022/02/22 v1.3 pgfpages layouts to print beamer slides with notes]
 \ProvidesPackage{handoutWithNotes}[2022/02/02 v1.2
   pgfpages layouts to print beamer slides with notes]
 \RequirePackage{l3keys2e}
@@ -592,6 +592,9 @@
         \int_compare:nTF
           {\g_handoutWithNotes_current_note_page_int=\the\pgf at lastshipout}
           {
+            \int_step_variable:nNn {\pgf at lastshipout} \l_tmpa_int {
+              \box_gclear:c { pgfpages at box@ \int_eval:n {\l_tmpa_int + \the\pgf at lastshipout}}
+            }
             \int_gset:Nn \g_handoutWithNotes_current_note_page_int {1}
           } {
             \int_gincr:N \g_handoutWithNotes_current_note_page_int



More information about the tex-live-commits mailing list.