mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
22 lines
582 B
Plaintext
22 lines
582 B
Plaintext
<!DOCTYPE document SYSTEM "rml.dtd">
|
|
<document filename="rml-guide-example-02.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>
|