texlive[52627] Master/texmf-dist: pdfoverlay (3nov19)
commits+karl at tug.org
commits+karl at tug.org
Sun Nov 3 23:42:15 CET 2019
Revision: 52627
http://tug.org/svn/texlive?view=revision&revision=52627
Author: karl
Date: 2019-11-03 23:42:14 +0100 (Sun, 03 Nov 2019)
Log Message:
-----------
pdfoverlay (3nov19)
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 2019-11-03 22:42:02 UTC (rev 52626)
+++ trunk/Master/texmf-dist/doc/latex/pdfoverlay/README.md 2019-11-03 22:42:14 UTC (rev 52627)
@@ -47,31 +47,17 @@
```
Change to the `pdfoverlay` directory, and then the style file
-(`pdfoverlay.sty`) can be installed by running:
+(`pdfoverlay.sty`) and documentation (`pdfoverlay.pdf`) can be installed by
+running:
```
-l3build install
+l3build install --full
```
-Documentation (`pdfoverlay.pdf`) can be compiled by running:
-
-```
-l3build doc
-```
-
-To install the documentation, copy `pdfoverlay.pdf` to
-`$TEXMFHOME/doc/latex/pdfoverlay/`.
-
-You can find `$TEXMFHOME` by running:
-
-```
-kpsewhich -var-value=TEXMFHOME
-```
-
## Licence
```
-Copyright (c) 2018 David Purton <dcpurton at marshwiggle.net>
+Copyright (c) 2018-2019 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 2019-11-03 22:42:02 UTC (rev 52626)
+++ trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.dtx 2019-11-03 22:42:14 UTC (rev 52627)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (c) 2018 David Purton <dcpurton at marshwiggle.net>
+% Copyright (c) 2018-2019 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
@@ -19,10 +19,11 @@
% \fi
%
% \changes{v1.0}{2018/05/08}{First public release}
+% \changes{v1.1}{2019/11/03}{Fix depracated macros}
%
% \title{The \pkg{pdfoverlay} package}
% \author{David Purton\thanks{Email: \url{dcpurton at marshwiggle.net}}}
-% \date{2018/05/08 v1.0}
+% \date{2019/11/03 v1.1}
%
% \maketitle
%
@@ -168,7 +169,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{pdfoverlay}{2018/05/08}{1.0}
+\ProvidesExplPackage{pdfoverlay}{2019/11/03}{1.1}
{Overlay text on an existing PDF document (DCP)}
% \end{macrocode}
%
@@ -311,7 +312,7 @@
{ \bool_not_p:n
{ \str_if_empty_p:N \g_@@_pdf_file_name_str } }
{ \int_compare_p:n
- { \c_zero <= \g_@@_page_int
+ { \c_zero_int <= \g_@@_page_int
< \g_@@_page_count_int } }
}
{
@@ -375,7 +376,7 @@
{
\int_compare:nTF
{
- \c_one <= #1 <= \g_@@_page_count_int
+ \c_one_int <= #1 <= \g_@@_page_count_int
}
{
\prg_return_true:
@@ -415,7 +416,7 @@
% Initialise variables.
% \begin{macrocode}
\int_gset_eq:NN \g_@@_page_count_int \AM at pagecount
- \int_gset_eq:NN \g_@@_page_int \c_zero
+ \int_gset_eq:NN \g_@@_page_int \c_zero_int
\bool_gset_true:N \g_@@_output_active_bool
\bool_gset_false:N \g_@@_action_pending_bool
}
Modified: trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins 2019-11-03 22:42:02 UTC (rev 52626)
+++ trunk/Master/texmf-dist/source/latex/pdfoverlay/pdfoverlay.ins 2019-11-03 22:42:14 UTC (rev 52627)
@@ -1,6 +1,6 @@
\iffalse meta-comment
-Copyright (c) 2018 David Purton <dcpurton at marshwiggle.net>
+Copyright (c) 2018-2019 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
@@ -19,7 +19,7 @@
This is a generated file.
-Copyright (c) 2018 David Purton <dcpurton at marshwiggle.net>
+Copyright (c) 2018-2019 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/tex/latex/pdfoverlay/pdfoverlay.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfoverlay/pdfoverlay.sty 2019-11-03 22:42:02 UTC (rev 52626)
+++ trunk/Master/texmf-dist/tex/latex/pdfoverlay/pdfoverlay.sty 2019-11-03 22:42:14 UTC (rev 52627)
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (c) 2018 David Purton <dcpurton at marshwiggle.net>
+%% Copyright (c) 2018-2019 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
@@ -25,7 +25,7 @@
%% and the derived files pdfoverlay.sty and pdfoverlay.pdf
%%
\RequirePackage{xparse}
-\ProvidesExplPackage{pdfoverlay}{2018/05/08}{1.0}
+\ProvidesExplPackage{pdfoverlay}{2019/11/03}{1.1}
{Overlay text on an existing PDF document (DCP)}
\RequirePackage{everypage,pdfpages}
\AddEverypageHook { \__pdfoverlay_output_pdf_page: }
@@ -73,7 +73,7 @@
{ \bool_not_p:n
{ \str_if_empty_p:N \g__pdfoverlay_pdf_file_name_str } }
{ \int_compare_p:n
- { \c_zero <= \g__pdfoverlay_page_int
+ { \c_zero_int <= \g__pdfoverlay_page_int
< \g__pdfoverlay_page_count_int } }
}
{
@@ -110,7 +110,7 @@
{
\int_compare:nTF
{
- \c_one <= #1 <= \g__pdfoverlay_page_count_int
+ \c_one_int <= #1 <= \g__pdfoverlay_page_count_int
}
{
\prg_return_true:
@@ -132,7 +132,7 @@
\edef \AM at currentdocname { #1 }
\AM at getpagecount
\int_gset_eq:NN \g__pdfoverlay_page_count_int \AM at pagecount
- \int_gset_eq:NN \g__pdfoverlay_page_int \c_zero
+ \int_gset_eq:NN \g__pdfoverlay_page_int \c_zero_int
\bool_gset_true:N \g__pdfoverlay_output_active_bool
\bool_gset_false:N \g__pdfoverlay_action_pending_bool
}
More information about the tex-live-commits
mailing list