summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfoverlay
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-26 03:00:54 +0000
committerNorbert Preining <norbert@preining.info>2021-02-26 03:00:54 +0000
commit8b1159ba65d4003e969141fb034abbdc19e27c4b (patch)
tree30195bada4bbba4a9977fcf65d7ddeb807b740db /macros/latex/contrib/pdfoverlay
parent4004125ab2ced5a0714227aeb2c5f45970ee94b9 (diff)
CTAN sync 202102260300
Diffstat (limited to 'macros/latex/contrib/pdfoverlay')
-rw-r--r--macros/latex/contrib/pdfoverlay/README.md2
-rw-r--r--macros/latex/contrib/pdfoverlay/pdfoverlay.dtx11
-rw-r--r--macros/latex/contrib/pdfoverlay/pdfoverlay.ins2
-rw-r--r--macros/latex/contrib/pdfoverlay/pdfoverlay.pdfbin547108 -> 547326 bytes
4 files changed, 10 insertions, 5 deletions
diff --git a/macros/latex/contrib/pdfoverlay/README.md b/macros/latex/contrib/pdfoverlay/README.md
index e08949050c..0839fc4573 100644
--- a/macros/latex/contrib/pdfoverlay/README.md
+++ b/macros/latex/contrib/pdfoverlay/README.md
@@ -58,7 +58,7 @@ l3build install --full
## Licence
```
-Copyright (c) 2018-2020 David Purton <dcpurton@marshwiggle.net>
+Copyright (c) 2018-2021 David Purton <dcpurton@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
diff --git a/macros/latex/contrib/pdfoverlay/pdfoverlay.dtx b/macros/latex/contrib/pdfoverlay/pdfoverlay.dtx
index 1f7064be06..82fb0e35e3 100644
--- a/macros/latex/contrib/pdfoverlay/pdfoverlay.dtx
+++ b/macros/latex/contrib/pdfoverlay/pdfoverlay.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (c) 2018-2020 David Purton <dcpurton@marshwiggle.net>
+% Copyright (c) 2018-2021 David Purton <dcpurton@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@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
diff --git a/macros/latex/contrib/pdfoverlay/pdfoverlay.ins b/macros/latex/contrib/pdfoverlay/pdfoverlay.ins
index 743dbdca59..bca2324684 100644
--- a/macros/latex/contrib/pdfoverlay/pdfoverlay.ins
+++ b/macros/latex/contrib/pdfoverlay/pdfoverlay.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-Copyright (c) 2018-2020 David Purton <dcpurton@marshwiggle.net>
+Copyright (c) 2018-2021 David Purton <dcpurton@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
diff --git a/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf b/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf
index 276775c6e4..0be43b9f9e 100644
--- a/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf
+++ b/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf
Binary files differ