texlive[57923] Master/texmf-dist: pdfoverlay (25feb21)

commits+karl at tug.org commits+karl at tug.org
Thu Feb 25 23:07:12 CET 2021


Revision: 57923
          http://tug.org/svn/texlive?view=revision&revision=57923
Author:   karl
Date:     2021-02-25 23:07:12 +0100 (Thu, 25 Feb 2021)
Log Message:
-----------
pdfoverlay (25feb21)

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

Modified: trunk/Master/texmf-dist/doc/latex/pdfoverlay/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pdfoverlay/README.md	2021-02-25 22:06:49 UTC (rev 57922)
+++ trunk/Master/texmf-dist/doc/latex/pdfoverlay/README.md	2021-02-25 22:07:12 UTC (rev 57923)
@@ -58,7 +58,7 @@
 ## Licence
 
 ```
-Copyright (c) 2018-2020 David Purton <dcpurton at marshwiggle.net>
+Copyright (c) 2018-2021 David Purton <dcpurton at marshwiggle.net>
 
 This work may be distributed and/or modified under the conditions of
 the LaTeX Project2 Public License, either version 1.3c of this license

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

Modified: trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.dtx	2021-02-25 22:06:49 UTC (rev 57922)
+++ trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.dtx	2021-02-25 22:07:12 UTC (rev 57923)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright (c) 2018-2020 David Purton <dcpurton at marshwiggle.net>
+% Copyright (c) 2018-2021 David Purton <dcpurton at marshwiggle.net>
 %
 % This work may be distributed and/or modified under the conditions of
 % the LaTeX Project Public License, either version 1.3c of this license
@@ -21,10 +21,11 @@
 % \changes{v1.0}{2018/05/08}{First public release}
 % \changes{v1.1}{2019/11/03}{Fix deprecated macros}
 % \changes{v1.2}{2020/10/29}{Update to use \pkg{l3hooks}}
+% \changes{v1.2a}{2021/02/25}{Ensure backend loaded before counting pages}
 %
 % \title{The \pkg{pdfoverlay} package}
 % \author{David Purton\thanks{Email: \url{dcpurton at marshwiggle.net}}}
-% \date{2020/10/29 v1.2}
+% \date{2021/02/25 v1.2a}
 %
 % \maketitle
 %
@@ -163,7 +164,7 @@
 %
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}[2020-10-01]
-\ProvidesExplPackage{pdfoverlay}{2020/10/18}{1.2}
+\ProvidesExplPackage{pdfoverlay}{2021/02/25}{1.2a}
   {Overlay text on an existing PDF document (DCP)}
 %    \end{macrocode}
 %
@@ -424,6 +425,10 @@
               }
           }
           {
+            \str_if_exist:NF \c_sys_backend_str
+              {
+                \sys_load_backend:n { }
+              }
             \sys_if_output_pdf:TF
               {
                 \sys_if_engine_pdftex:TF

Modified: trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins	2021-02-25 22:06:49 UTC (rev 57922)
+++ trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins	2021-02-25 22:07:12 UTC (rev 57923)
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-Copyright (c) 2018-2020 David Purton <dcpurton at marshwiggle.net>
+Copyright (c) 2018-2021 David Purton <dcpurton at marshwiggle.net>
 
 This work may be distributed and/or modified under the conditions of
 the LaTeX Project Public License, either version 1.3c of this license

Modified: trunk/Master/texmf-dist/tex/latex/pdfoverlay/pdfoverlay.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfoverlay/pdfoverlay.sty	2021-02-25 22:06:49 UTC (rev 57922)
+++ trunk/Master/texmf-dist/tex/latex/pdfoverlay/pdfoverlay.sty	2021-02-25 22:07:12 UTC (rev 57923)
@@ -25,7 +25,7 @@
 %% and the derived files pdfoverlay.sty and pdfoverlay.pdf
 %% 
 \NeedsTeXFormat{LaTeX2e}[2020-10-01]
-\ProvidesExplPackage{pdfoverlay}{2020/10/18}{1.2}
+\ProvidesExplPackage{pdfoverlay}{2021/02/25}{1.2a}
   {Overlay text on an existing PDF document (DCP)}
 \RequirePackage{graphicx}
 \AddToHook { shipout/background } { \__pdfoverlay_output_pdf_page: }
@@ -128,6 +128,10 @@
               }
           }
           {
+            \str_if_exist:NF \c_sys_backend_str
+              {
+                \sys_load_backend:n { }
+              }
             \sys_if_output_pdf:TF
               {
                 \sys_if_engine_pdftex:TF



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