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


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
Files:
5 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"/>
  • BOOK/cross-tools/mips/abi.xml

    raac7013 r5c58544  
    2727    <?dbfo table-width="5.5in" ?>
    2828
    29     <tgroup cols="2">
     29    <tgroup cols="3">
    3030
    3131      <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
  • BOOK/cross-tools/mips/variables.xml

    raac7013 r5c58544  
    5959    <?dbfo table-width="5.5in" ?>
    6060
    61     <tgroup cols="2">
     61    <tgroup cols="3">
    6262
    6363      <colspec colnum="1" colwidth="2in"   colname="Processor"/>
  • BOOK/cross-tools/x86/variables.xml

    raac7013 r5c58544  
    4343    <?dbfo table-width="7.5in" ?>
    4444
    45     <tgroup cols="2">
     45    <tgroup cols="4">
    4646
    4747      <colspec colnum="1" colwidth="2.5in"   colname="Processor"/>
Note: See TracChangeset for help on using the changeset viewer.