summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-26 21:40:11 +0000
committerKarl Berry <karl@freefriends.org>2019-11-26 21:40:11 +0000
commite785fd9e6ba510f4fcded804c4614e2a24e24c55 (patch)
tree8a2dbc08795bcdb0c022a44a06bd9ea5e2e779f3 /Master/texmf-dist/doc
parent0209e5442903faee5ca69343e8ad8d35a2ac4cd4 (diff)
attachfile2 (26nov19)
git-svn-id: svn://tug.org/texlive/trunk@52929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/attachfile2/README.md13
-rw-r--r--Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdfbin443676 -> 445753 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfatfi.150
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdfbin0 -> 13459 bytes
4 files changed, 60 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/attachfile2/README.md b/Master/texmf-dist/doc/latex/attachfile2/README.md
index d014b5549a9..54f26511219 100644
--- a/Master/texmf-dist/doc/latex/attachfile2/README.md
+++ b/Master/texmf-dist/doc/latex/attachfile2/README.md
@@ -1,11 +1,18 @@
# attachfile2
-attach files to PDF documents
+Attach files to PDF documents
+This package can be used to attach files to a PDF document.
+It is a further development of Scott Pakin's package
+attachfile for pdfTeX. Apart from bug fixes,
+package attachfile2 adds support for dvips,
+some new options, gets and writes meta information data about
+the attached files.
+
See the embedfile package for a newer package supporting this feature.
This package comes with a Perl script pdfatfi.pl
-that should be installed somewhere in PATH as `pdfatfi', see also
-package documentation.
+that should be installed somewhere in PATH as `pdfatfi',
+see also package documentation.
diff --git a/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf b/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf
index 193c7e67932..a0a5c5052df 100644
--- a/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf
+++ b/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/pdfatfi.1 b/Master/texmf-dist/doc/man/man1/pdfatfi.1
new file mode 100644
index 00000000000..dcc885aad72
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/pdfatfi.1
@@ -0,0 +1,50 @@
+.TH pdfatfi 1 "2019-11-24"
+.SH NAME
+pdfatfi \- Help program for the LaTeX package attachfile2.
+.SH SYNOPSIS
+pdfatfi <command> [<options>] <file[.atfi]>]
+.SH DESCRIPTION
+Helper program for the LaTeX package attachfile2.
+
+This package also tries to get and add meta information data,
+such as file size, file date, checksum, ....
+
+The script pdfatfi.pl is provided for use with old versions of
+pdfTeX and XeTeX that do not provide access
+to file metadata.
+
+The use of the Perl script is not mandatory. This data can be shown
+by PDF viewers, but they are not a requirement of the PDF specification.
+
+Package attachfile2 and the Perl script communicate
+via an auxiliary file with file extension .atfi. The script
+is used between two LaTeX runs and updates the auxiliary file.
+
+.nf
+latex test
+pdfatfi test
+latex test
+dvips test
+ps2pdf test.ps test.pdf
+.fi
+
+.SH OPTIONS
+Various options are supported
+.IP --help
+Show help text.
+.IP --version
+Print version number
+.IP --(no)quiet
+Suppress/don't suppress messages
+.IP --(no)verbose
+Verbose (not verbose) printing.
+.IP --(no)debug
+Debug infomation printed (not printed)
+.SH BUGS
+Please log issues on the GitHub homepage:
+.br
+https://github.com/ho-tex/attachfile2/issues.
+.SH AUTHOR
+Heiko Oberdiek (ho-tex@tug.org)
+.SH SEE ALSO
+See attachfile2.pdf for more details.
diff --git a/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf b/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf
new file mode 100644
index 00000000000..c3585e0db89
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf
Binary files differ