diff options
author | Norbert Preining <norbert@preining.info> | 2019-11-04 03:00:32 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-11-04 03:00:32 +0000 |
commit | 97106ae9313f56715ee9a7dd39d708158c1bedb9 (patch) | |
tree | 971af8a9f54fd1edc86349c5726a3fc7682cb1e5 /macros/latex/contrib/pdfoverlay | |
parent | aa26106a9b77529d1eae806729d8076378ced64b (diff) |
CTAN sync 201911040300
Diffstat (limited to 'macros/latex/contrib/pdfoverlay')
-rw-r--r-- | macros/latex/contrib/pdfoverlay/README.md | 22 | ||||
-rw-r--r-- | macros/latex/contrib/pdfoverlay/pdfoverlay.dtx | 13 | ||||
-rw-r--r-- | macros/latex/contrib/pdfoverlay/pdfoverlay.ins | 4 | ||||
-rw-r--r-- | macros/latex/contrib/pdfoverlay/pdfoverlay.pdf | bin | 544365 -> 543827 bytes |
4 files changed, 13 insertions, 26 deletions
diff --git a/macros/latex/contrib/pdfoverlay/README.md b/macros/latex/contrib/pdfoverlay/README.md index 2f35441d29..3abb0f4ef3 100644 --- a/macros/latex/contrib/pdfoverlay/README.md +++ b/macros/latex/contrib/pdfoverlay/README.md @@ -47,31 +47,17 @@ git clone https://github.com/dcpurton/pdfoverlay.git ``` 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 -``` - -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 +l3build install --full ``` ## Licence ``` -Copyright (c) 2018 David Purton <dcpurton@marshwiggle.net> +Copyright (c) 2018-2019 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 15425f7ed5..805ad91d63 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 David Purton <dcpurton@marshwiggle.net> +% Copyright (c) 2018-2019 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 @@ -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@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@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 } diff --git a/macros/latex/contrib/pdfoverlay/pdfoverlay.ins b/macros/latex/contrib/pdfoverlay/pdfoverlay.ins index 87c97adb4b..7f2a4200f9 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 David Purton <dcpurton@marshwiggle.net> +Copyright (c) 2018-2019 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 @@ -19,7 +19,7 @@ version 2005/12/01 or later. This is a generated file. -Copyright (c) 2018 David Purton <dcpurton@marshwiggle.net> +Copyright (c) 2018-2019 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.pdf b/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf Binary files differindex bb4d9323f8..d98a995913 100644 --- a/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf +++ b/macros/latex/contrib/pdfoverlay/pdfoverlay.pdf |