Revision: 57361
          http://sourceforge.net/p/brlcad/code/57361
Author:   tbrowder2
Date:     2013-09-01 11:31:27 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
move to formaltable; improve col hdgs appearance

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml

Modified: brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml
===================================================================
--- brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 10:58:22 UTC (rev 57360)
+++ brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 11:31:27 UTC (rev 57361)
@@ -48,86 +48,47 @@
 <section>
   <title>Header Files</title>
 
-        <para>The Big-6</para>
+        <para>The Big Six</para>
 
-<informaltable frame="none">
+<table pgwide="1">
+    <title>Important Headers</title>
       <tgroup cols="2">
-        <colspec colname="c1" colwidth="50*"/>
-        <colspec colname="c2" colwidth="50*"/>
-        <tbody>
+        <colspec colname="c1" colwidth="1in" align='center'/>
+        <colspec colname="c2" colwidth="1in" align='center'/>
+        <thead>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>Header</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>Library</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry><emphasis role="bold">Header</emphasis></entry>
+            <entry><emphasis role="bold">Library</emphasis></entry>
           </row>
+        </thead>
+        <tbody>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>bu.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>libbu</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>bu.h</entry>
+            <entry>libbu</entry>
           </row>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>bn.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>libbn</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>bn.h</entry>
+            <entry>libbn</entry>
           </row>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>raytrace.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>librt</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>raytrace.h</entry>
+            <entry>librt</entry>
           </row>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>rtgeom.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>librt / libwdb</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>rtgeom.h</entry>
+            <entry>librt / libwdb</entry>
           </row>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>wdb.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>libwdb</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>wdb.h</entry>
+            <entry>libwdb</entry>
           </row>
           <row>
-            <entry><para><orderedlist><listitem>
-                    <para>vmath.h</para>
-                  </listitem>
-</orderedlist></para></entry>
-            <entry><para><orderedlist><listitem>
-                    <para>(data types)</para>
-                  </listitem>
-</orderedlist></para></entry>
+            <entry>vmath.h</entry>
+            <entry>(data types)</entry>
           </row>
         </tbody>
       </tgroup>
-    </informaltable>
+    </table>
 
 </section>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to