]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/subfigures.xml
DocBook: simplify code to handle abstracts.
[lyx.git] / autotests / export / docbook / subfigures.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.1">
5 <title>Test document</title>
6 <para>Formalgroup with two images: </para>
7 <formalgroup>
8 <title>Formalgroup, figures above.</title>
9 <figure>
10 <title>Subfigure a.</title>
11 <mediaobject>
12 <imageobject>
13 <imagedata fileref="C:/Users/Thibaut/Documents/GitHub/Apprentissage_automatique/01_manus_lyx/lyx-logo.png"  />
14 </imageobject>
15 </mediaobject>
16 </figure>
17 <figure>
18 <title>Subfigure b.</title>
19 <mediaobject>
20 <imageobject>
21 <imagedata fileref="C:/Users/Thibaut/Documents/GitHub/Apprentissage_automatique/01_manus_lyx/lyx-logo.png"  />
22 </imageobject>
23 </mediaobject>
24 </figure>
25 </formalgroup>
26 <formalgroup>
27 <title>Formalgroup, figures below.</title>
28 <figure>
29 <title>Subfigure a.</title>
30 <mediaobject>
31 <imageobject>
32 <imagedata fileref="C:/Users/Thibaut/Documents/GitHub/Apprentissage_automatique/01_manus_lyx/lyx-logo.png"  />
33 </imageobject>
34 </mediaobject>
35 </figure>
36 <figure>
37 <title>Subfigure b.</title>
38 <mediaobject>
39 <imageobject>
40 <imagedata fileref="C:/Users/Thibaut/Documents/GitHub/Apprentissage_automatique/01_manus_lyx/lyx-logo.png"  />
41 </imageobject>
42 </mediaobject>
43 </figure>
44 </formalgroup>
45 <para>Formalgroup with two tables: </para>
46 <formalgroup>
47 <title>Formalgroup, tables above.</title>
48 <table>
49 <caption>Subtable a.</caption>
50 <tbody>
51 <tr>
52 <td align='center' valign='top'>a</td>
53 <td align='center' valign='top'>b</td>
54 </tr><tr>
55 <td align='center' valign='top'>c</td>
56 <td align='center' valign='top'>d</td>
57 </tr></tbody>
58 </table>
59 <table>
60 <caption>Subtable b.</caption>
61 <tbody>
62 <tr>
63 <td align='center' valign='top'>a</td>
64 <td align='center' valign='top'>b</td>
65 </tr><tr>
66 <td align='center' valign='top'>c</td>
67 <td align='center' valign='top'>d</td>
68 </tr>
69 </tbody>
70 </table>
71 </formalgroup>
72 <formalgroup>
73 <title>Formalgroup, tables above.</title>
74 <table>
75 <caption>Subtable a.</caption>
76 <tbody>
77 <tr>
78 <td align='center' valign='top'>a</td>
79 <td align='center' valign='top'>b</td>
80 </tr><tr>
81 <td align='center' valign='top'>c</td>
82 <td align='center' valign='top'>d</td>
83 </tr></tbody>
84 </table>
85 <table>
86 <caption>Subtable b.</caption>
87 <tbody>
88 <tr>
89 <td align='center' valign='top'>a</td>
90 <td align='center' valign='top'>b</td>
91 </tr><tr>
92 <td align='center' valign='top'>c</td>
93 <td align='center' valign='top'>d</td>
94 </tr></tbody>
95 </table>
96 </formalgroup>
97
98 </article>