[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
example-tutorial example-tutorial-en.xml,1.11,1.12
- From: "Tommy Reynolds" (jtr) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: example-tutorial example-tutorial-en.xml,1.11,1.12
- Date: Tue, 17 May 2005 11:51:19 -0400
Author: jtr
Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8112/example-tutorial
Modified Files:
example-tutorial-en.xml
Log Message:
Added FDP-style callout images and a usage example.
Index: example-tutorial-en.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/example-tutorial-en.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- example-tutorial-en.xml 22 Apr 2005 16:35:32 -0000 1.11
+++ example-tutorial-en.xml 17 May 2005 15:51:17 -0000 1.12
@@ -21,13 +21,13 @@
</copyright>
<authorgroup>
<author>
- <surname>Fox</surname>
- <firstname>Tammy</firstname>
+ <surname>Fox</surname>
+ <firstname>Tammy</firstname>
</author>
<editor>
- <surname>Frields</surname>
- <firstname>Paul</firstname>
- <othername role="mi">W.</othername>
+ <surname>Frields</surname>
+ <firstname>Paul</firstname>
+ <othername role="mi">W.</othername>
</editor>
</authorgroup>
&LEGALNOTICE;
@@ -88,12 +88,34 @@
<tip>
<title>Fill modes and <command>screen</command> tags</title>
<para>
- Using automatic or manual fill commands in Emacs/PSGML will sometimes
- mangle <command>screen</command> sections. Use care when performing fill
- operations, and check the results.
+ Using automatic or manual fill commands in Emacs/PSGML will sometimes
+ mangle <command>screen</command> sections. Use care when performing fill
+ operations, and check the results.
</para>
</tip>
</section>
+ <section>
+ <title>Callout Example</title>
+ <programlisting id="pl-callout">
+Line 1 <co id="pl-callout-L1"/>
+Line 2
+Line 3
+Line 4 <co id="pl-callout-L4"/>
+ </programlisting>
+ <calloutlist>
+ <callout arearefs="pl-callout-L1">
+ <para>
+ Here is a callout.
+ </para>
+ </callout>
+ <callout arearefs="pl-callout-L4">
+ <para>
+ The second callout.
+ </para>
+ </callout>
+ </calloutlist>
+ </section>
+
<index id="generated-index"></index>
</article>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]