summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-04 22:07:08 +0000
committerKarl Berry <karl@freefriends.org>2017-07-04 22:07:08 +0000
commit6d032e00184cf08e4dc761eff953903791876b14 (patch)
treeb419fca7f7799238464aa2e5f66c219ce0c3b409 /Master/texmf-dist/doc/support
parent72ab27e8dbc6f44e906e1d570e98e957566cb603 (diff)
texdirflatten (4jul17)
git-svn-id: svn://tug.org/texlive/trunk@44751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/texdirflatten/README27
1 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/texdirflatten/README b/Master/texmf-dist/doc/support/texdirflatten/README
index 5705aa21a91..840dd0454fc 100644
--- a/Master/texmf-dist/doc/support/texdirflatten/README
+++ b/Master/texmf-dist/doc/support/texdirflatten/README
@@ -4,12 +4,15 @@ NAME
SYNOPSIS
texdirflatten [-1|--onetex] [-f|--file input.tex] [-o outputdir]
- [-?|--help]
+ [--imgexts .ext1,.ext2,...] [--debug] [-V|--version] [-?|--help]
DESCRIPTION
- It parses the source file, following its included children (La)TeX files
- recursively, to collect together its components, such as graphics and
- BiBTeX bibliography files in different directories.
+ This Perl script parses a LaTeX file recursively, scanning all child
+ files, and collects details of any included and other data files, such
+ as graphics and BiBTeX bibliography files. These component files, are
+ then all put into a single directory (thus "flattening" the document's
+ directory tree). This is useful in distributing manuscripts to
+ collaborators or in submitting to journals.
OPTIONS
--file, -f *input.tex*
@@ -24,6 +27,22 @@ OPTIONS
file, graphics and bibliography file to this directory. It will be
created if it is unexistent. If unspecified, it defaults to "flat/".
+ --imgexts *.ext1,.ext2[,...]*
+ Prepends to the prioritized list of image extensions to search when
+ trying to find the image to copy to output folder. The first file
+ with the extension found will be copied and search stopped. Default
+ order is "", ".eps", ".pdf", ".pstex" (note that it includes files
+ with no extension). If using pdflatex, one may want to add PDF
+ before EPS with "--imgexts .pdf". Don't forget the dot before the
+ extension!
+
+ --debug
+ Enables copious amounts of debugging output - useful if something is
+ going wrong.
+
+ --version, -V
+ Displays the current version number and the usage and exits.
+
--help, -?
Show this manual page.