Changeset 5c58544 in clfs-embedded for BOOK/cross-tools/arm/variables.xml


Ignore:
Timestamp:
Jun 14, 2013, 8:41:02 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
501b458
Parents:
aac7013
Message:

Fix pdf rendering errors

Tables must declare the proper number of columns in order for PDF
rendering to function properly. HTML output doesn't mind incorrect
<tgroup cols="X"> settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/variables.xml

    raac7013 r5c58544  
    7878    <?dbfo table-width="7in" ?>
    7979
    80     <tgroup cols="2">
     80    <tgroup cols="4">
    8181
    8282      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
     
    141141    <?dbfo table-width="4in" ?>
    142142
    143     <tgroup cols="2">
     143    <tgroup cols="4">
    144144
    145145      <colspec colnum="1" colwidth="1in" colname="Arch Choice"/>
     
    191191    <?dbfo table-width="4in" ?>
    192192
    193     <tgroup cols="2">
     193    <tgroup cols="4">
    194194
    195195      <colspec colnum="1" colwidth="1in" colname="FPU Choice"/>
Note: See TracChangeset for help on using the changeset viewer.