<?xml version="1.0" encoding="utf-8"?>
<?xep-pdf-drop-unused-destinations false?>
<?xep-postscript-drop-unused-destinations false?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master master-name="portrait"
      page-width="170.0mm" page-height="240.0mm" 
	  margin-top="10mm" margin-bottom="10mm" 
	  margin-left="10mm" margin-right="10mm">
      <?xep-pdf-crop-offset 10.0mm 10.0mm 10.0mm 10.0mm?>
      <?xep-postscript-crop-offset 10.0mm 10.0mm 10.0mm 10.0mm?>
      <?xep-pdf-bleed 10.0mm 10.0mm 10.0mm 10.0mm?>
      <?xep-postscript-bleed 10.0mm 10.0mm 10.0mm 10.0mm?>
      <fo:region-body />
    </fo:simple-page-master>
  </fo:layout-master-set>
  
  <fo:page-sequence master-reference="portrait">
    <fo:flow flow-name="xsl-region-body">
      <fo:block>
        <fo:inline text-decoration="underline">&lt;</fo:inline>
      </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>


