File: ex2.rml

package info (click to toggle)
python-trml2pdf 1.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 452 kB
  • ctags: 61
  • sloc: python: 549; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE document SYSTEM "rml_1_0.dtd">
<document filename="example_2.pdf">
<template>
		<pageTemplate id="main">
		<frame id="first" x1="72" y1="72" width="451" height="698"/>
		</pageTemplate>
</template>
<stylesheet>
</stylesheet>
<!-- The story starts below this comment -->
<story>
		<para>
			This is the "story". This is the part of the RML document where
			your text is placed.
		</para>
		<para>
			It should be enclosed in "para" and "/para" tags to turn it into
			paragraphs.
		</para>
</story>
</document>