diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-09 22:20:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-09 22:20:11 +0000 |
commit | b5c5ee528e09f238529376b45ac7d1adf8e7f0d6 (patch) | |
tree | 78691c3b0294994c62fe6fbc419d1a35f39fc20f /Master/texmf-dist/doc/latex | |
parent | 6db951b77c177727445e190edae139fac46d6b1c (diff) |
pdfoverlay (8may18)
git-svn-id: svn://tug.org/texlive/trunk@47657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfoverlay/README.md | 89 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfoverlay/pdfoverlay.pdf | bin | 0 -> 544365 bytes |
2 files changed, 89 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfoverlay/README.md b/Master/texmf-dist/doc/latex/pdfoverlay/README.md new file mode 100644 index 00000000000..2f35441d292 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfoverlay/README.md @@ -0,0 +1,89 @@ +# pdfoverlay — A LaTeX style for overlaying text on a PDF + +The `pdfoverlay` package provides a simple interface to overlay text on to an +existing PDF. The text to be overlayed is typeset and positioned normally as +you would any other LaTeX document. Some or all of the pages of the PDF can be +included and not all pages of the PDF need have overlayed text. It’s also +possible to include text between pages of the PDF. + +## Installation from TeXLive or MiKTeX + +`pdfoverlay` is in TeXLive and MiKTeX and can be installed in the usual way +through your distribution. e.g., in TeXLive by running: + +``` +tlmgr install pdfoverlay +``` + +## Installation from CTAN + +Download and unpack `pdfoverlay.zip` from CTAN at +https://ctan.org/pkg/pdfoverlay + +Change to the `pdfoverlay` directory, then run: + +``` +tex pdfoverlay.ins +``` + +to generate `pdfoverlay.sty`. + +Copy `pdfoverlay.sty` to `$TEXMFHOME/tex/latex/pdfoverlay/` and `pdfoverlay.pdf` to `$TEXMFHOME/doc/latex/pdfoverlay/`. + +You can find `$TEXMFHOME` by running: + +``` +kpsewhich -var-value=TEXMFHOME +``` + +## Installation from Git Source + +`pdfoverlay` uses the `l3build` system. + +Clone the git repository using: + +``` +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: + +``` +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 +``` + +## Licence + +``` +Copyright (c) 2018 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 +or (at your option) any later version. The latest version of this +license is in + http://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work is "maintained" (as per the LPPL maintenance status) +by David Purton. + +This work consists of the files pdfoverlay.ins, pdfoverlay.dtx, README.md, +and the derived files pdfoverlay.sty and pdfoverlay.pdf +``` diff --git a/Master/texmf-dist/doc/latex/pdfoverlay/pdfoverlay.pdf b/Master/texmf-dist/doc/latex/pdfoverlay/pdfoverlay.pdf Binary files differnew file mode 100644 index 00000000000..bb4d9323f87 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfoverlay/pdfoverlay.pdf |