This package includes three ARexx macros for GoldED and TeX.
The first, "ScanTeXErrors.ged", shows all errors, beginning
with the first. The cursors jumps to the incorrect line and
a requester with the corresponding error message appears.
If the found error does not belong to the visible source,
the macros tries to load the corresponding source file (if
it's not available in GoldED).
The second, "NextTeXError.ged", examines the current line,
and places the cursor to the next error in this source. This
macros also takes care of sources, loaded via \input.
The third and last one, "ResetTeXError.ged" resets the
clip variables, defined by the other macros. This is needed,
when you recompile your (La)TeX source.
|