summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexpand/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexpand/README')
-rw-r--r--Master/texmf-dist/doc/support/latexpand/README30
1 files changed, 27 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/README b/Master/texmf-dist/doc/support/latexpand/README
index 332b9854a8d..605466deb12 100644
--- a/Master/texmf-dist/doc/support/latexpand/README
+++ b/Master/texmf-dist/doc/support/latexpand/README
@@ -3,8 +3,8 @@ LATEXPAND(1) User Contributed Perl Documentation LATEXPAND(1)
NNAAMMEE
- latexpand - Flatten LaTeX file by expanding \include and \input
- directives
+ latexpand - Flatten LaTeX file by expanding \include and \input, remove
+ comments
SSYYNNOOPPSSIISS
latexpand [options] FILE...
@@ -14,6 +14,13 @@ SSYYNNOOPPSSIISS
--keep-comments don't strip comments
--empty-comments keep empty comments (i.e. % at end of lines) for clarity
--keep-includes don't expand \input and \include directives
+ --expand-usepackage
+ Expand \usepackage{...} directives if the
+ corresponding .sty file is found in
+ $TEXINPUTS
+ --expand-bbl FILE
+ Expand the bibliography by inlining FILE
+ (should be a *.bbl file)
--help this help message
--output <file>, -o <file>
generate output in <file>
@@ -23,6 +30,23 @@ SSYYNNOOPPSSIISS
colon-separated list of possible graphics extensions
(used by --show-graphics to find the actual graphics files)
+UUSSEESS
+ The most common use of latexpand is to simplify distribution of source
+ LaTeX files, typically to satisfy the requirement of editors and
+ archival sites (springer, arXiv.org, ...) who force the authors to
+ submit sources. One does not necessarily want to submit sources with
+ comments, and uploading a document made of several files including each
+ other is a bit painful. By default, latexpand answers both problems by
+ outputing a single LaTeX file that contain no comment.
+GGEETTTTIINNGG LLAATTEEXXPPAANNDD
+ The latest version of latexpand is available here:
-perl v5.10.1 2012-07-04 LATEXPAND(1)
+ https://gitorious.org/latexpand
+
+BBUUGGSS
+ Please, report bugs to Matthieu Moy <Matthieu.Moy@imag.fr>.
+
+
+
+perl v5.10.1 2012-11-07 LATEXPAND(1)