]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/easy.xml
DocBook: update test cases.
[lyx.git] / autotests / export / docbook / easy.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This DocBook file was created by LyX 2.4.0dev
3   See http://www.lyx.org/ for more information -->
4 <article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.2">
5 <info>
6 <title>I am a title</title>
7 <author>
8 <personname>I am an author</personname>
9 </author>
10 <date>I am a date</date>
11 <abstract>
12 <para>I am an abstract</para>
13 <para>I am also an abstract</para>
14 </abstract>
15
16 </info>
17 <section xml:id="sec.Sec-1">
18 <title>I am the first section </title>
19 <para>I am the first paragraph of the first section. </para>
20 <para>I am the second paragraph of the first section. </para>
21 <blockquote>
22 <para>I am a quote<inlineequation>
23 <alt role='tex'>\,with\,a\,formula</alt>
24  <m:math>
25  
26  <m:mrow>
27   <m:mrow><m:mspace width="6px" /><m:mi>w</m:mi><m:mi>i</m:mi><m:mi>t</m:mi><m:mi>h</m:mi><m:mspace width="6px" /><m:mi>a</m:mi><m:mspace width="6px" /><m:mi>f</m:mi><m:mi>o</m:mi><m:mi>r</m:mi><m:mi>m</m:mi><m:mi>u</m:mi><m:mi>l</m:mi><m:mi>a</m:mi>
28   </m:mrow>
29  </m:mrow>
30  </m:math>
31 </inlineequation>. </para>
32 </blockquote>
33 <informalequation>
34 <alt role='tex'>Formula!</alt>
35  <m:math>
36  
37  <m:mrow>
38   <m:mrow><m:mi>F</m:mi><m:mi>o</m:mi><m:mi>r</m:mi><m:mi>m</m:mi><m:mi>u</m:mi><m:mi>l</m:mi><m:mi>a</m:mi><m:mo>!</m:mo>
39   </m:mrow>
40  </m:mrow>
41  </m:math>
42 </informalequation>
43 <section>
44 <title>I am the first subsection</title>
45 <para>I am the only paragraph of the first subsection. </para>
46 </section>
47 <section>
48 <title>I am the second subsection</title>
49 <para>I am the only paragraph of the second subsection. </para>
50 </section>
51 </section>
52 <section>
53 <title>I am the second section </title>
54 <para>I am the only paragraph of the second section. <link xlink:href="http://example.org">Hyperlink.</link> &#8220;Text between quotes.&#8221;</para>
55 <para>See <xref linkend="sec.Sec-1" />.</para>
56 </section>
57 <section>
58 <title>I am the third section and I deal with star sections</title>
59 <bridgehead renderas='other' otherrenderas='part'>Star part</bridgehead>
60 <bridgehead renderas='sect1'>Star section (sect1)</bridgehead>
61 <bridgehead renderas='sect2'>Star subsection (sect2)</bridgehead>
62 <bridgehead renderas='sect3'>Star subsubsection (sect3)</bridgehead>
63 <bridgehead renderas='sect4'>Star paragraph (sect4)</bridgehead>
64 <bridgehead renderas='sect5'>Star subparagraph (sect5)</bridgehead>
65 </section>
66 <bibliography>
67 <title>References</title>
68 <!-- No entry in the bibliography. -->
69 </bibliography>
70 </article>