summaryrefslogtreecommitdiff
path: root/systems/msdos/sbtex/te.doc
diff options
context:
space:
mode:
Diffstat (limited to 'systems/msdos/sbtex/te.doc')
-rw-r--r--systems/msdos/sbtex/te.doc38
1 files changed, 38 insertions, 0 deletions
diff --git a/systems/msdos/sbtex/te.doc b/systems/msdos/sbtex/te.doc
new file mode 100644
index 0000000000..870f16f8c6
--- /dev/null
+++ b/systems/msdos/sbtex/te.doc
@@ -0,0 +1,38 @@
+TE is a small Turbo-Pascal-Editor like program intended to be used
+for quickly correcting errors in TeX-files. TE loads a TeX-file
+and the corresponding LOG file. The LOG file is scanned for
+all errors. Assuming one wants to edit a file BAD.TeX together with
+BAD.LOG, one must call TE with the following command:
+
+ TE BAD/L
+
+Then one can use
+ [F8] to display the next error
+ [F7] to display the previous error
+ [Alt][Keypad-Up] to scroll the log-file up
+ [Alt][Keypad-Down] to scroll the log-file down
+ [Alt][Keypad-Left] to scroll the log-file left
+ [Alt][Keypad-Right] to scroll the log-file right
+ [Alt][Keypad-PgDown] to scroll the log-file one page down
+ [Alt][Keypad-PgUp] to scroll the log-file one page up
+
+ [Alt][S] to save the TeX-file
+ [Alt][L] to load a TeX-file
+ [Alt][C] to close the Log-file
+ [Alt][O] to open a Log-file
+
+ [Scroll-Lock] to resize the log-window
+
+Pressing and holding the CTRL or ATL key will display some of the available
+options.
+
+For all other keys refer to the teinst program.
+
+For the syntax in the case that one has differing tex and log file
+names, or for starting at a specified line execute
+
+ TE -?
+
+28-Nov-89 Peter Sawatzki, BITNET: IN307@DHAFEU11
+ Buchenhof 3, D-5800 Hagen 1, Germany (West)
+A new version of TE is in preparation.