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/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/README b/Master/texmf-dist/doc/support/latexpand/README
new file mode 100644
index 00000000000..332b9854a8d
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexpand/README
@@ -0,0 +1,28 @@
+LATEXPAND(1) User Contributed Perl Documentation LATEXPAND(1)
+
+
+
+NNAAMMEE
+ latexpand - Flatten LaTeX file by expanding \include and \input
+ directives
+
+SSYYNNOOPPSSIISS
+ latexpand [options] FILE...
+
+ Options:
+ --verbose show what's going on
+ --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
+ --help this help message
+ --output <file>, -o <file>
+ generate output in <file>
+ --explain generate explanatory comments in output
+ --show-graphics show included graphics
+ --graphics_extensions
+ colon-separated list of possible graphics extensions
+ (used by --show-graphics to find the actual graphics files)
+
+
+
+perl v5.10.1 2012-07-04 LATEXPAND(1)