summaryrefslogtreecommitdiff
path: root/test/testdocs/equation.004.xml
blob: a86fb347232af4f418025a4186beb348c3138cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book id="book">
<bookinfo>
<title>Unit Test: equation.004</title>
<releaseinfo role="CVS">$Id: equation.004.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</bookinfo>

<chapter>
<title>Equations</title>

<para>blah blah blah.</para>

<equation><title>First Equation</title>
<mediaobject>
<imageobject>
<imagedata fileref="emc2.png"/>
</imageobject>
<textobject>
<phrase>e=mc^2</phrase>
</textobject>
</mediaobject>
</equation>

<para>blah blah blah.</para>

<equation><!-- equation with no title: don't do this; use informalequation -->
<mediaobject>
<imageobject>
<imagedata fileref="emc2.png"/>
</imageobject>
<textobject>
<phrase>e=mc^2</phrase>
</textobject>
</mediaobject>
</equation>

<para>blah blah blah.</para>

<equation id="eq2"><title>Second Equation</title>
<mediaobject>
<imageobject>
<imagedata fileref="emc2.png"/>
</imageobject>
<textobject>
<phrase>e=mc^2</phrase>
</textobject>
</mediaobject>
</equation>

<figure id="fig1"><title>A Figure</title>
<mediaobject>
<imageobject>
<imagedata fileref="emc2.png"/>
</imageobject>
<textobject>
<phrase>e=mc^2</phrase>
</textobject>
</mediaobject>
</figure>

</chapter>

</book>