Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

columns.fo 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <!-- defines page layout -->
  4. <fo:layout-master-set>
  5. <!-- layout for the first page -->
  6. <fo:simple-page-master master-name="first"
  7. page-height="11in"
  8. page-width="8.5in"
  9. margin-top="1in"
  10. margin-bottom="1in"
  11. margin-left="0.75in"
  12. margin-right="0.75in">
  13. <fo:region-body
  14. margin-top="1in" margin-bottom="1in"
  15. column-count="2" column-gap="0.25in"/>
  16. <fo:region-before extent="1in"/>
  17. <fo:region-after extent="1in"/>
  18. </fo:simple-page-master>
  19. <fo:simple-page-master master-name="next"
  20. page-height="11in"
  21. page-width="8.5in"
  22. margin-top="1in"
  23. margin-bottom="1in"
  24. margin-left="0.75in"
  25. margin-right="0.75in">
  26. <fo:region-body
  27. margin-top="1in" margin-bottom="1in"
  28. column-count="4" column-gap="0.25in"/>
  29. <fo:region-before extent="1in"/>
  30. <fo:region-after extent="1in"/>
  31. </fo:simple-page-master>
  32. </fo:layout-master-set>
  33. <!-- actual layout -->
  34. <fo:page-sequence master-reference="first">
  35. <fo:static-content flow-name="xsl-region-before">
  36. <fo:block font-size="16pt"
  37. font-family="sans-serif"
  38. line-height="normal"
  39. text-align="start"
  40. color="blue">Footnotes in Columns</fo:block>
  41. </fo:static-content>
  42. <fo:static-content flow-name="xsl-region-after">
  43. <fo:block font-size="10pt"
  44. font-family="sans-serif"
  45. line-height="12pt"
  46. space-before.optimum="6pt"
  47. text-align="end"
  48. color="blue">Page #</fo:block>
  49. </fo:static-content>
  50. <fo:flow flow-name="xsl-region-body">
  51. <fo:block color="grey">
  52. What shall we use to fill the empty spaces,
  53. Where we used to talk?
  54. How shall I fill the final places?
  55. How shall I complete the wall?
  56. What shall we use to fill the empty spaces,
  57. Where we used to talk?
  58. How shall I fill the final places?
  59. How shall I complete the wall?
  60. What shall we use to fill the empty spaces,
  61. Where we used to talk?
  62. How shall I fill the final places?
  63. How shall I complete the wall?
  64. What shall we use to fill the empty spaces,
  65. Where we used to talk?
  66. How shall I fill the final places?
  67. How shall I complete the wall?
  68. What shall we use to fill the empty spaces,
  69. Where we used to talk?
  70. How shall I fill the final places?
  71. How shall I complete the wall?
  72. What shall we use to fill the empty spaces,
  73. Where we used to talk?
  74. How shall I fill the final places?
  75. How shall I complete the wall?
  76. What shall we use to fill the empty spaces,
  77. Where we used to talk?
  78. How shall I fill the final places?
  79. How shall I complete the wall?
  80. </fo:block>
  81. <fo:block color="red">
  82. The <fo:footnote>
  83. <fo:inline font-weight="bold">footnote<fo:inline font-size="6pt" vertical-align="super">1</fo:inline></fo:inline>
  84. <fo:footnote-body>
  85. <fo:block color="maroon">
  86. 1. A footnote is text placed at the bottom of the current page.
  87. </fo:block>
  88. </fo:footnote-body>
  89. </fo:footnote>
  90. at the bottom of the page.
  91. </fo:block>
  92. <fo:block color="grey">
  93. What shall we use to fill the empty spaces,
  94. Where we used to talk?
  95. How shall I fill the final places?
  96. How shall I complete the wall?
  97. What shall we use to fill the empty spaces,
  98. Where we used to talk?
  99. How shall I fill the final places?
  100. How shall I complete the wall?
  101. What shall we use to fill the empty spaces,
  102. Where we used to talk?
  103. How shall I fill the final places?
  104. How shall I complete the wall?
  105. What shall we use to fill the empty spaces,
  106. Where we used to talk?
  107. How shall I fill the final places?
  108. How shall I complete the wall?
  109. What shall we use to fill the empty spaces,
  110. Where we used to talk?
  111. How shall I fill the final places?
  112. How shall I complete the wall?
  113. What shall we use to fill the empty spaces,
  114. Where we used to talk?
  115. How shall I fill the final places?
  116. How shall I complete the wall?
  117. What shall we use to fill the empty spaces,
  118. Where we used to talk?
  119. How shall I fill the final places?
  120. How shall I complete the wall?
  121. </fo:block>
  122. <fo:block color="green">
  123. The <fo:footnote>
  124. <fo:inline font-weight="bold">second footnote<fo:inline font-size="6pt" vertical-align="super">2</fo:inline></fo:inline>
  125. <fo:footnote-body>
  126. <fo:block color="darkgreen">
  127. 2. Another footnote with a bit more text.
  128. </fo:block>
  129. </fo:footnote-body>
  130. </fo:footnote>
  131. at the bottom of the page after the other footnote.
  132. </fo:block>
  133. </fo:flow>
  134. </fo:page-sequence>
  135. <fo:page-sequence master-reference="next">
  136. <fo:static-content flow-name="xsl-region-before">
  137. <fo:block font-size="16pt"
  138. font-family="sans-serif"
  139. line-height="normal"
  140. text-align="start"
  141. color="blue">Footnotes in Columns</fo:block>
  142. </fo:static-content>
  143. <fo:static-content flow-name="xsl-region-after">
  144. <fo:block font-size="10pt"
  145. font-family="sans-serif"
  146. line-height="12pt"
  147. space-before.optimum="6pt"
  148. text-align="end"
  149. color="blue">Page #</fo:block>
  150. </fo:static-content>
  151. <fo:flow flow-name="xsl-region-body">
  152. <fo:block color="grey">
  153. What shall we use to fill the empty spaces,
  154. Where we used to talk?
  155. How shall I fill the final places?
  156. How shall I complete the wall?
  157. What shall we use to fill the empty spaces,
  158. Where we used to talk?
  159. How shall I fill the final places?
  160. How shall I complete the wall?
  161. What shall we use to fill the empty spaces,
  162. Where we used to talk?
  163. How shall I fill the final places?
  164. How shall I complete the wall?
  165. What shall we use to fill the empty spaces,
  166. Where we used to talk?
  167. How shall I fill the final places?
  168. How shall I complete the wall?
  169. What shall we use to fill the empty spaces,
  170. Where we used to talk?
  171. How shall I fill the final places?
  172. How shall I complete the wall?
  173. What shall we use to fill the empty spaces,
  174. Where we used to talk?
  175. How shall I fill the final places?
  176. How shall I complete the wall?
  177. What shall we use to fill the empty spaces,
  178. Where we used to talk?
  179. How shall I fill the final places?
  180. How shall I complete the wall?
  181. </fo:block>
  182. <fo:block color="red">
  183. The <fo:footnote>
  184. <fo:inline font-weight="bold">footnote<fo:inline font-size="6pt" vertical-align="super">1</fo:inline></fo:inline>
  185. <fo:footnote-body>
  186. <fo:block color="maroon">
  187. 1. A footnote is text placed at the bottom of the current page.
  188. </fo:block>
  189. </fo:footnote-body>
  190. </fo:footnote>
  191. at the bottom of the page.
  192. </fo:block>
  193. <fo:block color="grey">
  194. What shall we use to fill the empty spaces,
  195. Where we used to talk?
  196. How shall I fill the final places?
  197. How shall I complete the wall?
  198. What shall we use to fill the empty spaces,
  199. Where we used to talk?
  200. How shall I fill the final places?
  201. How shall I complete the wall?
  202. What shall we use to fill the empty spaces,
  203. Where we used to talk?
  204. How shall I fill the final places?
  205. How shall I complete the wall?
  206. What shall we use to fill the empty spaces,
  207. Where we used to talk?
  208. How shall I fill the final places?
  209. How shall I complete the wall?
  210. What shall we use to fill the empty spaces,
  211. Where we used to talk?
  212. How shall I fill the final places?
  213. How shall I complete the wall?
  214. What shall we use to fill the empty spaces,
  215. Where we used to talk?
  216. How shall I fill the final places?
  217. How shall I complete the wall?
  218. What shall we use to fill the empty spaces,
  219. Where we used to talk?
  220. How shall I fill the final places?
  221. How shall I complete the wall?
  222. </fo:block>
  223. <fo:block color="green">
  224. The <fo:footnote>
  225. <fo:inline font-weight="bold">second footnote<fo:inline font-size="6pt" vertical-align="super">2</fo:inline></fo:inline>
  226. <fo:footnote-body>
  227. <fo:block color="darkgreen">
  228. 2. Another footnote with a bit more text.
  229. </fo:block>
  230. </fo:footnote-body>
  231. </fo:footnote>
  232. at the bottom of the page after the other footnote.
  233. </fo:block>
  234. </fo:flow>
  235. </fo:page-sequence>
  236. </fo:root>