Adds page layout info to pom.xml for Arch Design Guide for Lulu

- Starting to adjust each figure according to page layout.
- To help, get a local copy, build the PDF locally, then see
which images are either too wide or need to be landscape rather
than portrait

Change-Id: I894033bad52c02f2e7b3bc3d4e5474eb944dc95a
This commit is contained in:
Anne Gentle
2014-07-29 13:55:01 -05:00
parent c86c6ca0d1
commit dd4c6c2620
3 changed files with 6 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
such as images.</para> such as images.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<mediaobject><imageobject><imagedata contentwidth="6in" <mediaobject><imageobject><imagedata contentwidth="4in"
fileref="../images/General_Architecture3.png" fileref="../images/General_Architecture3.png"
/></imageobject></mediaobject> /></imageobject></mediaobject>
<para>Running up to 140 <para>Running up to 140

View File

@@ -18,7 +18,7 @@
suits the intended use.</para> suits the intended use.</para>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata fileref="../images/Methodology.png"/> <imagedata contentwidth="4in" fileref="../images/Methodology.png"/>
</imageobject> </imageobject>
</mediaobject> </mediaobject>
<para>The diagram shows at a very abstract level the process for capturing <para>The diagram shows at a very abstract level the process for capturing

View File

@@ -58,6 +58,10 @@
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel> <sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<webhelpDirname>arch-design</webhelpDirname> <webhelpDirname>arch-design</webhelpDirname>
<pdfFilenameBase>arch-design</pdfFilenameBase> <pdfFilenameBase>arch-design</pdfFilenameBase>
<pageWidth>7.44in</pageWidth>
<pageHeight>9.68in</pageHeight>
<doubleSided>1</doubleSided>
<omitCover>1</omitCover>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>