summaryrefslogtreecommitdiff
path: root/support/kamal/texexpand.1
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/kamal/texexpand.1
Initial commit
Diffstat (limited to 'support/kamal/texexpand.1')
-rw-r--r--support/kamal/texexpand.132
1 files changed, 32 insertions, 0 deletions
diff --git a/support/kamal/texexpand.1 b/support/kamal/texexpand.1
new file mode 100644
index 0000000000..4bf1130bc4
--- /dev/null
+++ b/support/kamal/texexpand.1
@@ -0,0 +1,32 @@
+.TH texexpand 1 7/10/86
+.UC 4
+.SH NAME
+texexpand \- expands TeX's \\input and LaTeX's \\input{} and \\include{}.
+.SH SYNOPSIS
+.B texexpand [-w]
+.I filename
+.SH DESCRIPTION
+A TeX or LaTeX document can have included files.
+.I Texexpand
+rewrites the document after inserting these files. The name of the
+included file has to be correct relative to the current working
+directory. If
+.I filename
+cannot be opened, it will try to open
+.I filename.tex.
+The character '%' is recognized as a comment indicator and the commented
+text is passed to the output without opening inserted files in that line.
+.br
+Warning is given if suspected unmatching is detected. Use the
+.B -w
+flag to suppress these warnings.
+.SH SEE ALSO
+texeqn(1), texmatch(1), detex(1).
+.SH DIAGNOSTICS
+Nesting of \\input and \\include is allowed but the number of opened files
+must not exceed the system's limit on the number of simultaneously opened
+files (normally < 20).
+.br
+LaTeX's \\includeonly is not recognized.
+.SH AUTHOR
+Kamal Al-Yahya, Stanford University, 7/10/86