summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man
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/man
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/man')
-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
2 files changed, 50 insertions, 0 deletions
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