Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <xsl:variable name="VAR_pagewidth" select="'21cm'"/>
  2.  
  3. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  4.  
  5. <fo:layout-master-set>
  6. <fo:simple-page-master master-name="first-page" page-height="29.7cm" page-width="$VAR_pagewidth" margin-top="0.5cm" margin-bottom="1cm">
  7. <fo:region-body margin-top="15mm" margin-left="16mm" margin-right="26mm" margin-bottom="45mm"/>
  8. <fo:region-before region-name="header-first" extent="0mm" margin-left="1mm" margin-right="0mm" />
  9. <fo:region-after region-name="footer-normal" extent="42mm" />
  10. <fo:region-end border-top-width="5pt" region-name="right-sidebar" writing-mode="tb-rl" extent="10mm" />
  11. </fo:simple-page-master>
  12.  
  13. </fo:layout-master-set>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement