summaryrefslogtreecommitdiff
path: root/support/ltxinput
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/ltxinput
Initial commit
Diffstat (limited to 'support/ltxinput')
-rw-r--r--support/ltxinput/readme.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/support/ltxinput/readme.txt b/support/ltxinput/readme.txt
new file mode 100644
index 0000000000..1e9cda946f
--- /dev/null
+++ b/support/ltxinput/readme.txt
@@ -0,0 +1,26 @@
+Ltxinput readme.txt
+
+Ltxinput is an MSDOS utility which may add a little extra functionality
+to your favourite LaTeX shell. Ltxinput recursively searches a file for
+input (and include) statements, writing a list of files which are input
+to STDOUT and to a batch file which sets an environmental variable LTXINPUT
+to point to this filelist.
+
+Files in the archive ltxinput.zip
+
+readme.txt This file
+ltxinput.exe Binary executable for MSDOS.
+ltxedit.bat Sample application
+freshen.bat Sample application
+src\ltxinput.c C source
+ \lground.tex Pretty-printed source (requires lgrind.sty)
+doc\ltxinput.tex Documentation (2 pages) (requires lgrind.sty)
+ ltxedit.tex Lground version of ltxedit.bat (input in ltxinput.tex)
+ lgrind.sty Style definitions for ltxinput.tex
+test\test*.tex Test files -- try ltxinput test
+
+See ltxinput.c for history and copying restrictions.
+LaTeX ltxinput.tex for documentation.
+
+J.J.Green
+11/09/96 \ No newline at end of file