summaryrefslogtreecommitdiff
path: root/systems/msdos/sbtex/te.doc
blob: 870f16f8c656345e22c45700b693810c96db9f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.