summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/attachfile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/attachfile
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/attachfile')
-rw-r--r--Master/texmf-dist/doc/latex/attachfile/README47
-rw-r--r--Master/texmf-dist/doc/latex/attachfile/attachfile.pdfbin0 -> 331962 bytes
2 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/attachfile/README b/Master/texmf-dist/doc/latex/attachfile/README
new file mode 100644
index 00000000000..185b806fab3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/attachfile/README
@@ -0,0 +1,47 @@
+ +---------------------------------+
+ | THE ATTACHFILE PACKAGE |
+ | Scott Pakin, scott+af@pakin.org |
+ +---------------------------------+
+
+Description
+-----------
+Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can contain file
+attachments -- arbitrary files that a reader can extract, just like
+attachments to an e-mail message. The attachfile package brings this
+functionality to pdfLaTeX and provides some additional features not
+available in Acrobat, such as the ability to use arbitrary LaTeX code
+for the file icon -- including things like \includegraphics, tabular,
+and math. Settings can be made either globally or on a per-attachment
+basis. attachfile makes it easy to attach files and customize their
+appearance in the enclosing document.
+
+
+Copyright and license
+---------------------
+Copyright (C) 2005 Scott Pakin <scott+af@pakin.org>
+
+This package may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.2 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.2 or later is part of all distributions of LaTeX version
+1999/12/01 or later.
+
+
+Building attachfile
+and its documentation
+---------------------
+tex attachfile.ins <== Produces attachfile.sty (the package proper)
+pdflatex attachfile.dtx <== Produces attachfile.pdf (documentation)
+makeindex -s gind.ist attachfile <== Produces attachfile.ind (index)
+makeindex -s gglo.ist attachfile.glo -o attachfile.gls <== (change log)
+pdflatex attachfile.dtx <== Merges index + change log into the documentation
+pdflatex attachfile.dtx <== Produces final version of attachfile.pdf
+
+Note that attachfile comes with pre-built documentation (PDF format,
+U.S. letter-sized paper, 23 pages), so you really need to perform only
+the first step above unless you're unhappy with the documentation as
+provided.
diff --git a/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf b/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf
new file mode 100644
index 00000000000..14c22243d90
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/attachfile/attachfile.pdf
Binary files differ