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


Ignore:
Timestamp:
Jun 14, 2013, 1: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.

Location:
BOOK/cross-tools/arm
Files:
2 edited

Legend:

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

    raac7013 r5c58544  
    4141    <?dbfo table-width="3in" ?>
    4242
    43     <tgroup cols="2">
     43    <tgroup cols="3">
    4444
    4545      <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
  • 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.