summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/handoutwithnotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-23 03:01:16 +0000
committerNorbert Preining <norbert@preining.info>2022-02-23 03:01:16 +0000
commitd529109bf475e3f1e220ce0e980e104b1a7e3c6b (patch)
treeaf59aa7f9553f1cb355b3d98042ffa26a2e61184 /macros/latex/contrib/handoutwithnotes
parentfb013a78d9e3aef2ecf58702d4adcec8d9ab6b28 (diff)
CTAN sync 202202230301
Diffstat (limited to 'macros/latex/contrib/handoutwithnotes')
-rw-r--r--macros/latex/contrib/handoutwithnotes/README.md3
-rw-r--r--macros/latex/contrib/handoutwithnotes/handoutWithNotes.dtx8
-rw-r--r--macros/latex/contrib/handoutwithnotes/handoutWithNotes.pdfbin322975 -> 323237 bytes
3 files changed, 9 insertions, 2 deletions
diff --git a/macros/latex/contrib/handoutwithnotes/README.md b/macros/latex/contrib/handoutwithnotes/README.md
index 4866395ded..32d5d4439b 100644
--- a/macros/latex/contrib/handoutwithnotes/README.md
+++ b/macros/latex/contrib/handoutwithnotes/README.md
@@ -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 we support the following package options:
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
diff --git a/macros/latex/contrib/handoutwithnotes/handoutWithNotes.dtx b/macros/latex/contrib/handoutwithnotes/handoutWithNotes.dtx
index 9fbe264a59..6594cced03 100644
--- a/macros/latex/contrib/handoutwithnotes/handoutWithNotes.dtx
+++ b/macros/latex/contrib/handoutwithnotes/handoutWithNotes.dtx
@@ -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@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@lastshipout} \l_tmpa_int {
+ \box_gclear:c { pgfpages@box@ \int_eval:n {\l_tmpa_int + \the\pgf@lastshipout}}
+ }
\int_gset:Nn \g_handoutWithNotes_current_note_page_int {1}
} {
\int_gincr:N \g_handoutWithNotes_current_note_page_int
diff --git a/macros/latex/contrib/handoutwithnotes/handoutWithNotes.pdf b/macros/latex/contrib/handoutwithnotes/handoutWithNotes.pdf
index 64a4bc80bc..bbae16fb93 100644
--- a/macros/latex/contrib/handoutwithnotes/handoutWithNotes.pdf
+++ b/macros/latex/contrib/handoutwithnotes/handoutWithNotes.pdf
Binary files differ