]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/easy.xml
DocBook: fix issue with fonts.
[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><section>
43 <title>I am the first subsection</title>
44 <para>I am the only paragraph of the first subsection. </para>
45 </section>
46 <section>
47 <title>I am the second subsection</title>
48 <para>I am the only paragraph of the second subsection. </para>
49 </section>
50 </section>
51 <section>
52 <title>I am the second section </title>
53 <para>I am the only paragraph of the second section. <link xlink:href="http://example.org">Hyperlink.</link> &#8220;Text between quotes.&#8221;</para>
54 <para>See <xref linkend="sec.Sec-1" />.</para>
55 </section>
56 <section>
57 <title>I am the third section and I deal with star sections</title>
58 <bridgehead renderas='other' otherrenderas='part'>Star part</bridgehead>
59 <bridgehead renderas="sect1">Star section (sect1)</bridgehead>
60 <bridgehead renderas="sect2">Star subsection (sect2)</bridgehead>
61 <bridgehead renderas="sect3">Star subsubsection (sect3)</bridgehead>
62 <bridgehead renderas="sect4">Star paragraph (sect4)</bridgehead>
63 <bridgehead renderas="sect5">Star subparagraph (sect5)</bridgehead>
64 </section>
65 <bibliography>
66 <title>References</title>
67 <!-- No entry in the bibliography. -->
68 </bibliography>
69 </article>