Revision: 47027
          http://brlcad.svn.sourceforge.net/brlcad/?rev=47027&view=rev
Author:   tbrowder2
Date:     2011-10-03 15:35:54 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
reword section on image control, add DB references

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/README.DB_authors_notes

Modified: brlcad/trunk/doc/docbook/README.DB_authors_notes
===================================================================
--- brlcad/trunk/doc/docbook/README.DB_authors_notes    2011-10-03 15:03:55 UTC 
(rev 47026)
+++ brlcad/trunk/doc/docbook/README.DB_authors_notes    2011-10-03 15:35:54 UTC 
(rev 47027)
@@ -210,11 +210,10 @@
 
 To better control images for html and pdf, use different attributes
 according to role in the DB source.  Following is a template that
-gives the basic attribute to do that.  Note the filerefs are the same,
-but, in this case, the image widths are specified differently: the pdf
-(fo) image's desired width on the page is specifed while the html's is
-expressed as a percent of the actual image width.  Many times those
-two setting alone will tame unruly images
+gives the basic attributes to do that.  Note the filerefs are the
+same, but, in this case, the image widths are specified differently.
+It sometimes it takes a bit of trial and error to get the right
+attributes and values.  See Reference 2, p. 290, for much more detail.
 
   <!-- ************************************ -->
   <figure>
@@ -223,14 +222,14 @@
       <imageobject role='html'>
         <imagedata
            align="center"
-           width='100%' scalefit='1'
+           contwidthwidth='4.5in' scalefit='1'
            fileref="./images/vbox/"
          />
       </imageobject>
       <imageobject role='fo'>
         <imagedata
            align="center"
-           width='6in' scalefit='1'
+           width='4.5in' scalefit='1'
            fileref="./images/vbox/"
          />
       </imageobject>
@@ -240,3 +239,13 @@
     </mediaobject>
   </figure>
 
+
+REFERENCES
+----------
+
+1. Norman Walsh, "DocBook 5: The Definitive Guide," May 2010, O'Reilly
+   Media, Inc., Sebastopol, CA, ISBN: 978-0-596-80502-9.
+
+2. Bob Stayton, "DocBook XSL: The Complete Guide," Fourth Edition,
+   September 2007, Sagehill Enterprises, Santa Cruz, CA, ISBN:
+   978-0-9741521-3-4.

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to