[publican-list] [Bug 492021] PDF page breaks

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 25 05:07:30 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=492021


Jeff Fearn <jfearn at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
   Fixed In Version|                            |0.45
         Resolution|                            |CURRENTRELEASE




--- Comment #4 from Jeff Fearn <jfearn at redhat.com>  2009-03-25 01:07:08 EDT ---
0. await the patched Publican (version 0.45).

It includes a change to the way steps inside procedures are presented. By
default, all parts of a step are now kept together on a single page. NB: the
presentation of listitems in orderedlists is unchanged.

Consequently, the fix is as follows.

1. the orderedlist becomes a procedure as follows
  <procedure>
   <step>
    <title>Execute the SolidICE Installer</title>
    <para>
     To run the SolidICE Installer, execute the required file:
<filename>SolidIce_xxxxx.exe</filename>
    </para>
   </step>
   <step>
    <title>License File Import</title>
    <para>A valid license file may be provided either now or once the
installation is complete. Click <guibutton>Browse</guibutton> to navigate to
the location of the license file and then then click
<guibutton>Next</guibutton>.</para>
    <figure id="license_file">
     <title>License File Import</title>
     <mediaobject>
      <imageobject>
       <imagedata fileref="images/license_file.png" format="PNG"/>
      </imageobject>
     </mediaobject>
    </figure>
   </step>
  </procedure>

2. no step in the procedure can be more than a page long.

If a procedure is longer than a page, the text of the procedure runs off the
end of the page and is unreadable. Also, the images either don't appear or are
pushed off to the next page in the way they currently are in ordered lists.

3. Can you guess who wrote that?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list