| Re: .0 and .1
The line-too-longs are only too long if they are *visibly* too long in your
final output. TeX is complaining about what *it* thinks is aesthetically
displeasing. Per earlier replies to similar messages, note that there are
72 points to an inch, so if TeX complains that a line is too long by 7 points,
chances are it isn't noticeable.
Study your .LN03 (or whatever) output; if there is nothing visually
displeasing, you can ignore the errors.
In BL8, TeX even complains about "too short" lines!
Rose
|
|
There is a small class of TeX errors which can be kind of frustrating,
because there isn't neccesarily anything *wrong* with your tex file.
These are essentially the following: LINETOOLONG, LINETOOSHORT,
PAGETOOLONG, PAGETOOSHORT, TOOMANYLINES, TOOFEWLINES, WIDESPACING,
and TIGHTSPACING. In all of these cases, TeX is indeed complaining
about things which it finds "aesthetically displeasing". Sometimes
there are logical explanations, for these errors, and sometimes
not. Common culprits are forced page breaks, or misuse of tags
which fool around with things that affect the whole page, or weird
tables (syntactically correct from the tag translator's point of
view, but troublesome from TeX's point of view. The other COMMON
culprit is trying to run something for the line printer which was
originally coded with the LN03 in mind (we advertise generic coding,
but monospaced-ness is really unforgiving alas.)
This is definitely a thorn in our side which we can't do much about
for V1.0 . One problem is that we don't really want to encourage
poking about in the TeX file, but that is just what we do with the
8 errors listed above. As .2 ably points out, your best bet is
to inspect your output.
David Parmenter
|
| We are definitely going to upgrade TeX's diagnostic capabilities
post V1.0 . This will include some sort of map of the input files
as they are read, and presumably an option to do something along
the lines of .4 . As more users come on line as capable doctype
designers, we will have to suspend our previous wish to discourage
users from poking about in the teX file.
David Parmenter
|