<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Fritz:<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Great question.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>When you choose to use a page of a PDF essentially as an image, RenderX is parsing that PDF page for all assets in the source PDF it needs to build that specific page. <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>These assets could be “common” assets used amongst all pages in a PDF.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Common assets like these would include say a logo that is on every page or the font tables for used fonts.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>These are all put together such that the page can be rendered and placed in an image tag and copied to the PDF.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>If you take any PDF splitter that is around, say iText programming or Acrobat or whatever and split an 8 page document in 8 single page documents, the sum of the bytes will not add up. This is exactly what is happening here. Each of those PDFs may need the reused information that exists in the original whole PDF.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>RenderX is not doing a deeper, smart copy of that – meaning it is not analyzing all the glyphs used on *<b>all</b>* the pages inside the document and *<b>all</b>* the other reusable assets, combining them with what may already be in the PDF itself to come up with one font table. While this type of calculation and extraction of content is possible, we choose not to do it when you are using PDF as an image. Remember, this extension allows me to select a single page from any PDF and use it. I might have 20 different PDFs and be extracting a page from each. Combining the information across those would be difficult and still not accurate as it would be almost impossible to determine that a logo in one is the same logo in another.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>If the only task was to reorganize the pages then you could do so without wrapping things up in a self contained unit. However, that is not what the intention of using a PDF as an image is (to us). Translation – if you only want to bookfold a PDF, there are tools that can do that, but RenderX software is much more than that.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>So note well what this is designed to be and not to be. Can it be used for bookfolding a single document like you did that has very little reused content? Sure. Note well that documents with large embedded fonts tables and logos on each page could be much larger than the small increase you had. They could be 2x, 3x larger or more.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>That said, if you are using RenderX to generate the actual PDF in question you can bookfold the intermediate format. This is much better as you are using RenderX to create the final PDF. The PDF backend at that time will determine the single font table to embed and mark/reuse images that are repeated. This is especially important in large print operations where you may be processing an 8 page statement run, where the single print file contains 1000 statements (8 pages each). If you bookfold this in intermediate format and say the pages have PDF background images, you would find one font table for the entire document and 8 images for the backgrounds in the 8000 page document. In fact, the XSL I wrote before that bookfolds intermediate format actually includes background injecting at that same time so that the full spread background (potentially with crop/registration marks) can be injected during the bookfold process and left out of the template. In this case, you would have only 4 images (one for each spread).<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>If you are interested in that XSL, I believe I posted before but write me and I can send to you.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Kevin Brown<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>(650) 327-1000 Direct<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>(650) 328-8008 Fax<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>(925) 395-1772 Mobile<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>skype:kbrown01<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><a href="mailto:kevin@renderx.com">kevin@renderx.com</a><o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><a href="mailto:sales@renderx.com">sales@renderx.com</a><o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><a href="http://www.renderx.com/">http://www.renderx.com</a> <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> Kirch Fritz [mailto:Friedrich.Kirch@it2media.de] <br><b>Sent:</b> Tuesday, March 31, 2015 11:33 PM<br><b>To:</b> kevin@renderx.com; RenderX Community Support List<br><b>Subject:</b> AW: [xep-support] Cooltool - Bookfolding an existing PDF<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=DE style='color:#1F497D'>Hi,<o:p></o:p></span></p><p class=MsoNormal><span lang=DE style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I’ve tested your folding stylesheet with the XEPUserGuide.pdf<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Why is the folded PDF 2,003 KB while the initial PDF is only 1.470 KB?<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Fritz Kirch<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>IT2media<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span lang=DE>Von:</span></b><span lang=DE> Xep-support [<a href="mailto:xep-support-bounces@renderx.com">mailto:xep-support-bounces@renderx.com</a>] <b>Im Auftrag von </b>Kevin Brown<br><b>Gesendet:</b> Mittwoch, 1. April 2015 00:21<br><b>An:</b> 'RenderX Community Support List'<br><b>Betreff:</b> [xep-support] Cooltool - Bookfolding an existing PDF<o:p></o:p></span></p></div></div><p class=MsoNormal><span lang=DE><o:p> </o:p></span></p><p class=MsoNormal>Recently a few questions were asked about bookfolding. In the past we have presented a solution that used the RenderX Intermediate Format and shows how to bookfold a document before final output.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>But what about a random PDF you have laying around? Well, with RenderX’s new extension (rx:pdf-page) which can be used on <fo:external-graphic/> to select a specific page of a PDF to use as an image, we can create bookfolded output from any PDF you have.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Bookfolding is typically creating a booklet for saddle stitching, outputting the document by combining two pages into one in a specific order. When printed, this document can be combined, folded and stitched into a booklet. A good example is say you have a 10 page document, you would normally combine as follows (duplexed) with all pages twice the width of the original page: <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>10, 1 as page 1<o:p></o:p></p><p class=MsoNormal>2,9 as page 2<o:p></o:p></p><p class=MsoNormal>8,3 as page 3<o:p></o:p></p><p class=MsoNormal>4,7 as page 4<o:p></o:p></p><p class=MsoNormal>6, 5 as page 5<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sometimes you may not want to include the back or front pages as they are used for the cover. In this case you would have:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>1 as page 1 as same size<o:p></o:p></p><p class=MsoNormal>9, 2 as page 2 double the width<o:p></o:p></p><p class=MsoNormal>3, 8 as page 3 double the width<o:p></o:p></p><p class=MsoNormal>7, 4 as page 4 double the width<o:p></o:p></p><p class=MsoNormal>5,6 as page 4 double the width<o:p></o:p></p><p class=MsoNormal>10 as page 10 as same size<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So, lets say we have a PDF in hand (even page count of course) and we want to create a bookfolded document. We may create a simple XML file that describes this job as follows:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><bookfold></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><document</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> src</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"XEPUserGuide.pdf"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> cover</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"false"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><pagewidth></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'>8.27in</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></pagewidth></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><pageheight></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'>11in</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></pageheight></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><pages></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'>206</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></pages></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></bookfold><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><o:p> </o:p></span></p><p class=MsoNormal>This simple XML tells us what document to use, whether we want a cover or not and some information about that PDF. This information we need to feed the formatter to make sure the document size and pagination is correct. Using this simple XSL below, we can create a simple XSL FO that takes advantage of this new extension by placing the PDF pages into a new two column document using:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><fo:external-graphic rx:pdf-page=”#” src=”XEPUserGuide.pdf”/><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Give it a test. Send me any questions or enhancements.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><img border=0 width=686 height=456 id="Picture_x0020_1" src="cid:image001.png@01D06C63.6A0E7980"><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>We are working on a new update to Cloudformatter client which will include both PDF merging, stamping and this bookfolding among many other sample templates. And with Cloudformatter, you do not even need RenderX installed locally, it will format on the web and return the document to you.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kevin Brown<o:p></o:p></p><p class=MsoNormal>RenderX<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>PS: <a href="http://www.cloudformatter.com/Nimbus">http://www.cloudformatter.com/Nimbus</a> is our free to use XSL Designer.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:stylesheet</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#0099CC'>xmlns:xsl</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#0099CC'>xmlns:fo</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"<a href="http://www.w3.org/1999/XSL/Format">http://www.w3.org/1999/XSL/Format</a>"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#0099CC'>xmlns:rx</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"<a href="http://www.renderx.com/XSL/Extensions">http://www.renderx.com/XSL/Extensions</a>"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'>    version</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"1.0"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> match</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"/bookfold"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:root></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:layout-master-set></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:simple-page-master</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-width</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{pagewidth}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{pageheight}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"front"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:region-body/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:simple-page-master></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:simple-page-master</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-width</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"2 * {pagewidth}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{pageheight}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"all"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:region-body</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> column-count</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"2"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> column-gap</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"0in"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:simple-page-master></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:simple-page-master</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-width</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{pagewidth}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> page-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{pageheight}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"back"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:region-body/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:simple-page-master></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:layout-master-set></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:if</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> test</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"document/@cover='true'"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:page-sequence</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-reference</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"front"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:flow</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> flow-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"xsl-region-body"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:block</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> line-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"0"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:external-graphic</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> src</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{document/@src}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> rx:pdf-page</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:block></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:flow></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:page-sequence></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:if></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:page-sequence</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-reference</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"all"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:flow</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> flow-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"xsl-region-body"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:call-template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pages"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:flow></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:page-sequence></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:if</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> test</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"document/@cover='true'"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:page-sequence</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> master-reference</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"back"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:flow</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> flow-name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"xsl-region-body"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:block</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> line-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"0"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:external-graphic</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> src</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{document/@src}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> rx:pdf-page</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{number(pages)}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:block></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:flow></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:page-sequence></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:if></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:root></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pages"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:choose></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:when</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> test</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"document/@cover='true'"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:call-template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"page"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgleft"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"number(pages) - 1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgright"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"2"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"true()"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:call-template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:when></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:otherwise></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:call-template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"page"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgleft"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"number(pages)"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgright"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"true()"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:call-template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:otherwise></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:choose></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"page"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgleft"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgright"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:block</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> line-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"0"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:external-graphic</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> src</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{document/@src}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> rx:pdf-page</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{$pgleft}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:block></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:block</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> line-height</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"0"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'><fo:external-graphic</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> src</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{document/@src}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> rx:pdf-page</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"{$pgright}"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'></fo:block></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:if</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> test</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"not(($pgleft - $pgright) = -1 or ($pgleft - $pgright) = 1)"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:choose></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:when</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> test</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"$odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:call-template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"page"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgleft"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"$pgright + 1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgright"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"$pgleft - 1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"false()"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:call-template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:when></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:otherwise></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:call-template</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"page"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgleft"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"$pgright - 1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"pgright"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"$pgleft + 1"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'><xsl:with-param</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> name</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"odd"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#F5844C'> select</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#FF8040'>=</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#993300'>"true()"</span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#000096'>/></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>                </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:call-template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>            </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:otherwise></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:choose></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:if></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br>        <br>    </span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:template></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black'><br></span><span style='font-size:12.0pt;font-family:"Times New Roman",serif;color:#005AB4'></xsl:stylesheet></span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p><span lang=DE style='font-size:7.5pt;font-family:"Arial",sans-serif'>**********************************************************************<br>Diese E-Mail wurde auf Viren ueberprueft.<br></span><span lang=DE><a href="mailto:mailsweeper@it2media.de"><span style='font-size:7.5pt;font-family:"Arial",sans-serif'>mailsweeper@it2media.de</span></a><br></span><span lang=DE style='font-size:7.5pt;font-family:"Arial",sans-serif'>**********************************************************************</span><span lang=DE><o:p></o:p></span></p></div></body></html>