Hi Bruce,

    Illegal unit of measure

Insert a blank line between the vskip and libopts line:

@vskip 0pt plus 1filll
libopts copyright @copyright{} @value{COPYRIGHT} Bruce Korb

There's no way 

BTW, this has nothing to do with the problem, but you should use
@copying and the other standard boilerplate.  See the "GNU Sample Texts"
node in the Texinfo manual.  In that case it'll end up like this:
@vskip 0pt plus 1filll
@insertcopying
And there won't be a problem.

(Did you really start programming libopts in 1992?)

    Underfull \hbox (badness 10000) in paragraph at lines 181--182
     @textrm const

This is what happens when the line breaks in the middle of a small table
cell.  Adjust your columnfractions.  Since that is a big pain, I advise
not using multitable; use @deftypefun instead to organize the main
description of configFileLoad or whatever; that's what it's there for.

Then either just write the rest as text, or if you really want to make a
list, use @table with just the name (the types will already be in the
description line).

Also, your attempt at rules with ------'s are pretty kludgy.  I strongly
advise removing those in any case.

Best,
Karl


_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo
[email protected]
http://lists.gnu.org/mailman/listinfo/help-texinfo

Reply via email to