| Methinks that the fact of the matter is that MANUAL is very messy when it
handles tables. Here's the sample code from the Step-By-Step:
<TABLE>(Vegetable Protein Food Group\protein_tbl)
<TABLE_SETUP>(3\10\15)
<TABLE_HEADS>(Protein Foods\Examples\Calories Per Gram of Protein)
<TABLE_ROW>(Nuts\Almonds, cashews, peanuts, macadamia nuts, and
filberts\45-60 calories/gram)
<TABLE_ROW>(Seeds\Sunflower, pumpkin, and poppy\30-55 calories/gram)
<TABLE_ROW>(Dried beans\Soldier, navy, kidney, and chick
peas\30-40 calories/gram)
<TABLE_ROW>(Dried peas\Split, whole green, and yellow\25 calories/gram)
<ENDTABLE>
I have fiddled with the table setup, increasing and decreasing column
widths; no matter what I do, the second column in the table runs into
the third column. All changing the table widths does is affect *which*
row in the second column runs into the third column.
Was MANUAL documented as having problems? Does/did anyone know about this?
Thanx
Rose
|
| Note 337 discusses problems with justified doctypes and hyphenation.
The problem here is further compounded by the text formatter.
I checked out how TeX expected peanuts, macadamia, and poppy should
hyphenate and got back NO known hyphenation points. Nuts.
Try <hyphenate>(pea\nuts) using the original column settings.
Lee
|
| I question the accuracy of all the examples for the various <table>
tags in the VAX DOCUMENT User Manual, Volume 1, August 1987.
The examples of <table_heads> lead you to believe
that you get bold table headings by default. Yet when I used DOCUMENT
here on TOPDOC (BL8), the headings came out in normal typeface.
It seems like you actually have to emphasize each heading, for example:
<table_heads>(<emphasis>(1st head\bold)\<emphasis>(2nd head\bold)\etc)
That seems awfully messy.
Could anyone tell me where is the problem? In the manual or in
the software, or me?
Thanks,
Michael Frascinella
|
| The problem is you, but don't lose any sleep over it! |-)
The type of table heads you get are dependent on the doctype. I haven't
tried all possible doctypes so can't compare one to another for you, but
I know that the soft.spec table heads are bolded; but table heads in overheads
are not bolded because all text in overheads is bolded by default.
If you are manually bolding table heads, I think that you are working against
the product. If you generally like a particular doctype but want some
modifications here and there, create your personal doctype as described
in the "Designer's Guide".
Table heads output may or may not be something that you can easily modify;
you'll have to read the "Designer's Guide" to find out.
Rose
|