diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-23 23:23:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-23 23:23:02 +0000 |
commit | afa451eddd10b01007931cd16b5eaf973bfeb3b6 (patch) | |
tree | ce5b8c1fc4381d2b7211fe0e547e6341f2b0c26b /Master | |
parent | 9618d6afd20cc3be9f31813bcc8741d962550c05 (diff) |
remove from wrong dir
git-svn-id: svn://tug.org/texlive/trunk@12809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/texdirflatten/README | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/texdirflatten/README b/Master/texmf-dist/doc/latex/texdirflatten/README deleted file mode 100644 index 41568bcd9d3..00000000000 --- a/Master/texmf-dist/doc/latex/texdirflatten/README +++ /dev/null @@ -1,43 +0,0 @@ -NAME - texdirflatten - Collects all components of a (La)TeX file in a single - output directory -- i.e., flattens its hierarchy. - -SYNOPSIS - texdirflatten -f input.tex [-o outputdir] - -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. - -OPTIONS - -f *input.tex* - Specifies input (La)TeX file. - - -o *outputdir* - Directory to collect all files. texdirflatten will copy each source - file, graphics and bibliography file to this directory. It will be - created if it is unexistent. If unspecified, it defaults to "flat/". - -EXAMPLES - The following example scans "manuscript.tex" in the current directory - and gathers it and all its components in the "submit_01/" directory: - - $ texdirflatten -f manuscript.tex -o submit_01 - -CAVEATS - Please take backups before running this command. No warranties - whatsoever provided. - -BUGS - Bug reports and patches are welcome. - -AUTHOR - Cengiz Gunay <cengique<AT>users.sf.net> - -COPYRIGHT AND LICENSE - Copyleft 2003-2009, Cengiz Gunay - - This library is free software; you may redistribute it and/or modify it - under the same terms as Perl itself. - |