summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfpages
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-01 22:18:12 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-01 22:18:12 +0000
commitf44341da2268b46c80eae3b9f0b0fcda4901e336 (patch)
tree4a529583b314ae396da6813bc3f529ea56549bc0 /Master/texmf-dist/doc/latex/pdfpages
parent2b114ee4fca0cefdc1df4d7baae0db2dbfa2172b (diff)
pdfpages v0.4c (2008-04-01)
git-svn-id: svn://tug.org/texlive/trunk@7280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfpages')
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/README69
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/pdf-ex.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/pdf-hyp.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/pdf-toc.tex2
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdfbin177657 -> 171951 bytes
5 files changed, 42 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfpages/README b/Master/texmf-dist/doc/latex/pdfpages/README
index 2cac22941c8..3d734620295 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/README
+++ b/Master/texmf-dist/doc/latex/pdfpages/README
@@ -1,30 +1,39 @@
-
-The pdfpages Package
---------------------
-
-This package simplifies the insertion of external multi-page PDF
-documents into LaTeX documents. Pages can be freely selected and
-similar to psnup it is possible to put several logical pages onto
-each sheet of paper. Furthermore a lot of hypertext features like
-hyperlinks and article threads are provided. This package supports
-pdfTeX (pdflatex) and VTeX. With VTeX it is even possible to use
-this package to insert PostScript files, in addition to PDF files.
-
-
-Run `latex pdfpages.ins' to produce pdfpages.sty and the
-driver files pppdftex.def, ppvtex.def and ppnull.def.
-Move these files into a directory searched by LaTeX.
-
-Run `latex pdfpages.dtx' to produce the documentation.
-
-Run `pdflatex pdf-ex.tex', `pdflatex pdf-hyp.tex',
-and `pdflatex pdf-toc.tex' to produce some examples.
-
-This program may be distributed and/or modified under the
-conditions of the LaTeX Project Public License, either version 1.3c
-of this license or (at your option) any later version.
-See <http://www.latex-project.org/lppl/>.
-
-
- Andreas MATTHIAS
- amat@kabsi.at
+
+The pdfpages Package
+--------------------
+
+This package simplifies the insertion of external multi-page PDF
+documents into LaTeX documents. Pages can be freely selected and
+similar to psnup it is possible to put several logical pages onto
+each sheet of paper. Furthermore a lot of hypertext features like
+hyperlinks and article threads are provided. This package supports
+pdfTeX, VTeX, and XeTeX. With VTeX it is even possible to use
+this package to insert PostScript files, in addition to PDF files.
+
+
+INSTALLATION:
+
+To install this package, unzip pdfpages-tds.zip into your TeX-tree,
+e.g.:
+
+ unzip -d /usr/local/TL2007/texmf-local/ pdfpages-tds.zip
+
+
+To create and install the files manually, proceed as follows:
+
+ * Run `latex pdfpages.ins' to produce the LaTeX files
+ * Run `latex pdfpages.dtx' to produce the documentation
+ * Move the files into appropriate directories searched by LaTeX.
+
+
+This work may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3 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.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+
+
+ Andreas MATTHIAS
diff --git a/Master/texmf-dist/doc/latex/pdfpages/pdf-ex.tex b/Master/texmf-dist/doc/latex/pdfpages/pdf-ex.tex
index 0c1093a325b..cfcdfd0bf95 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/pdf-ex.tex
+++ b/Master/texmf-dist/doc/latex/pdfpages/pdf-ex.tex
@@ -9,7 +9,7 @@
%% This file demonstrates how to use the pdfpages package.
%%
%% Please send error reports and suggestions for improvements to
-%% Andreas MATTHIAS <amat@kabsi.at>.
+%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
\documentclass[a4paper,12pt]{article}
\usepackage[final]{pdfpages}
diff --git a/Master/texmf-dist/doc/latex/pdfpages/pdf-hyp.tex b/Master/texmf-dist/doc/latex/pdfpages/pdf-hyp.tex
index 777a3bce272..dd7672e7ee5 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/pdf-hyp.tex
+++ b/Master/texmf-dist/doc/latex/pdfpages/pdf-hyp.tex
@@ -9,7 +9,7 @@
%% This file demonstrates how to use the pdfpages package.
%%
%% Please send error reports and suggestions for improvements to
-%% Andreas MATTHIAS <amat@kabsi.at>.
+%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
\documentclass[a4paper,12pt]{article}
\usepackage[final]{pdfpages}
diff --git a/Master/texmf-dist/doc/latex/pdfpages/pdf-toc.tex b/Master/texmf-dist/doc/latex/pdfpages/pdf-toc.tex
index b41a1abb0dd..6199822f7b9 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/pdf-toc.tex
+++ b/Master/texmf-dist/doc/latex/pdfpages/pdf-toc.tex
@@ -9,7 +9,7 @@
%% This file demonstrates how to use the pdfpages package.
%%
%% Please send error reports and suggestions for improvements to
-%% Andreas MATTHIAS <amat@kabsi.at>.
+%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
\documentclass[a4paper]{book}
\usepackage{pdfpages}
diff --git a/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf b/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
index b37f151d7ce..a4e678ab3b7 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
+++ b/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
Binary files differ