File: figures.xml

package info (click to toggle)
latexml 0.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,920 kB
  • sloc: xml: 109,048; perl: 30,224; sh: 179; javascript: 28; makefile: 13
file content (202 lines) | stat: -rw-r--r-- 9,506 bytes parent folder | download | duplicates (2)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="subfigure" options="IT,bf,TABTOPCAP"?>
<?latexml RelaxNGSchema="LaTeXML"?>
<document xmlns="http://dlmf.nist.gov/LaTeXML">
  <resource src="LaTeXML.css" type="text/css"/>
  <resource src="ltx-article.css" type="text/css"/>
  <TOC lists="lot" scope="global">
    <title>List of Tables</title>
  </TOC>
  <TOC lists="lof" scope="global">
    <title>List of Figures</title>
  </TOC>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px1">
    <title>Figures</title>
    <para xml:id="S0.SS0.SSS0.Px1.p1">
      <p>Two figures, <ref labelref="LABEL:fig:A-one"/> and <ref labelref="LABEL:fig:A-two"/>.</p>
    </para>
    <figure inlist="lof" labels="LABEL:fig:A-one" placement="ht" xml:id="S0.F1">
      <tags>
        <tag>Figure 1</tag>
        <tag role="refnum">1</tag>
        <tag role="typerefnum">Figure 1</tag>
      </tags>
      <p align="center">[Graphic One]</p>
      <toccaption class="ltx_centering"><tag close=" ">1</tag>This is a figure</toccaption>
      <caption class="ltx_centering"><tag close=": ">Figure 1</tag>This is a figure</caption>
    </figure>
    <figure inlist="lof" labels="LABEL:fig:A-two" placement="ht" xml:id="S0.F2">
      <tags>
        <tag>Figure 2</tag>
        <tag role="refnum">2</tag>
        <tag role="typerefnum">Figure 2</tag>
      </tags>
      <p align="center">[Graphic Two]</p>
      <toccaption class="ltx_centering"><tag close=" ">2</tag>This is another figure</toccaption>
      <caption class="ltx_centering"><tag close=": ">Figure 2</tag>This is another figure</caption>
    </figure>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px2">
    <title>Sub-Figures with captions</title>
    <para xml:id="S0.SS0.SSS0.Px2.p1">
      <p>Two figures, <ref labelref="LABEL:fig:B-one"/> and <ref labelref="LABEL:fig:B-two"/>.</p>
    </para>
    <figure placement="ht" xml:id="S0.SS0.SSS0.Px2.fig1">
      <figure align="center" class="ltx_figure_panel" labels="LABEL:fig:B-one" xml:id="S0.F3.sf1">
        <tags>
          <tag><text font="bold" fontsize="80%">(a)</text></tag>
          <tag role="refnum">3(a)</tag>
        </tags>
        <p>[Graphic One]</p>
        <toccaption><tag close=" ">(a)</tag>This is a figure</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(a)</text></tag><text font="italic" fontsize="80%">This is a figure</text></caption>
      </figure>
      <figure align="center" class="ltx_figure_panel" labels="LABEL:fig:B-two" xml:id="S0.F3.sf2">
        <tags>
          <tag><text font="bold" fontsize="80%">(b)</text></tag>
          <tag role="refnum">3(b)</tag>
        </tags>
        <p>[Graphic Two]</p>
        <toccaption><tag close=" ">(b)</tag>This is another figure</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(b)</text></tag><text font="italic" fontsize="80%">This is another figure</text></caption>
      </figure>
    </figure>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px3">
    <title>Sub-Figures, collective caption</title>
    <para xml:id="S0.SS0.SSS0.Px3.p1">
      <p>Two figures, <ref labelref="LABEL:fig:C"/></p>
    </para>
    <figure inlist="lof" labels="LABEL:fig:C" placement="ht" xml:id="S0.F3">
      <tags>
        <tag>Figure 3</tag>
        <tag role="refnum">3</tag>
        <tag role="typerefnum">Figure 3</tag>
      </tags>
      <figure align="center" class="ltx_figure_panel" xml:id="S0.F3.fig1">
        <p>[Graphic One]</p>
      </figure>
      <figure align="center" class="ltx_figure_panel" xml:id="S0.F3.fig2">
        <p>[Graphic Two]</p>
      </figure>
      <toccaption><tag close=" ">3</tag>Collectively two figures</toccaption>
      <caption><tag close=": ">Figure 3</tag>Collectively two figures</caption>
    </figure>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px4">
    <title>Sub-Figures with all captions</title>
    <para xml:id="S0.SS0.SSS0.Px4.p1">
      <p>Two figures, <ref labelref="LABEL:fig:D-one"/> and <ref labelref="LABEL:fig:D-two"/>,
and collectively as <ref labelref="LABEL:fig:D"/>.</p>
    </para>
    <figure inlist="lof" labels="LABEL:fig:D" placement="ht" xml:id="S0.F4">
      <tags>
        <tag>Figure 4</tag>
        <tag role="refnum">4</tag>
        <tag role="typerefnum">Figure 4</tag>
      </tags>
      <figure align="center" class="ltx_figure_panel" labels="LABEL:fig:D-one" xml:id="S0.F4.sf1">
        <tags>
          <tag><text font="bold" fontsize="80%">(a)</text></tag>
          <tag role="refnum">4(a)</tag>
        </tags>
        <p>[Graphic One]</p>
        <toccaption><tag close=" ">(a)</tag>This is a figure</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(a)</text></tag><text font="italic" fontsize="80%">This is a figure</text></caption>
      </figure>
      <figure align="center" class="ltx_figure_panel" labels="LABEL:fig:D-two" xml:id="S0.F4.sf2">
        <tags>
          <tag><text font="bold" fontsize="80%">(b)</text></tag>
          <tag role="refnum">4(b)</tag>
        </tags>
        <p>[Graphic Two]</p>
        <toccaption><tag close=" ">(b)</tag>This is another figure</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(b)</text></tag><text font="italic" fontsize="80%">This is another figure</text></caption>
      </figure>
      <toccaption class="ltx_centering"><tag close=" ">4</tag>Collectively two figures</toccaption>
      <caption class="ltx_centering"><tag close=": ">Figure 4</tag>Collectively two figures</caption>
    </figure>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px5">
    <title>Sub-Tables with captions</title>
    <para xml:id="S0.SS0.SSS0.Px5.p1">
      <p>Two tables, <ref labelref="LABEL:tab:B-one"/> and <ref labelref="LABEL:tab:B-two"/>.</p>
    </para>
    <table placement="ht" xml:id="S0.SS0.SSS0.Px5.tab1">
      <table align="center" class="ltx_figure_panel" labels="LABEL:tab:B-one" xml:id="S0.T0.st1">
        <tags>
          <tag><text font="bold" fontsize="80%">(a)</text></tag>
          <tag role="refnum">0(a)</tag>
        </tags>
        <toccaption><tag close=" ">(a)</tag>This is a table</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(a)</text></tag><text font="italic" fontsize="80%">This is a table</text></caption>
        <p>[Tabular One]</p>
      </table>
      <table align="center" class="ltx_figure_panel" labels="LABEL:tab:B-two" xml:id="S0.T0.st2">
        <tags>
          <tag><text font="bold" fontsize="80%">(b)</text></tag>
          <tag role="refnum">0(b)</tag>
        </tags>
        <toccaption><tag close=" ">(b)</tag>This is another table</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(b)</text></tag><text font="italic" fontsize="80%">This is another table</text></caption>
        <p>[Tabular Two]</p>
      </table>
    </table>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px6">
    <title>Sub-Tables, collective caption</title>
    <para xml:id="S0.SS0.SSS0.Px6.p1">
      <p>Two tables, <ref labelref="LABEL:tab:C"/></p>
    </para>
    <table inlist="lot" labels="LABEL:tab:C" placement="ht" xml:id="S0.T1">
      <tags>
        <tag>Table 1</tag>
        <tag role="refnum">1</tag>
        <tag role="typerefnum">Table 1</tag>
      </tags>
      <toccaption><tag close=" ">1</tag>Collectively two tables</toccaption>
      <caption><tag close=": ">Table 1</tag>Collectively two tables</caption>
      <table align="center" class="ltx_figure_panel" xml:id="S0.T1.tab1">
        <p>[Tabular One]</p>
      </table>
      <table align="center" class="ltx_figure_panel" xml:id="S0.T1.tab2">
        <p>[Tabular Two]</p>
      </table>
    </table>
  </paragraph>
  <paragraph inlist="toc" xml:id="S0.SS0.SSS0.Px7">
    <title>Sub-Tables with all captions</title>
    <para xml:id="S0.SS0.SSS0.Px7.p1">
      <p>Two tables, <ref labelref="LABEL:tab:D-one"/> and <ref labelref="LABEL:tab:D-two"/>,
and collectively as <ref labelref="LABEL:tab:D"/>.</p>
    </para>
    <table inlist="lot" labels="LABEL:tab:D" placement="ht" xml:id="S0.T2">
      <tags>
        <tag>Table 2</tag>
        <tag role="refnum">2</tag>
        <tag role="typerefnum">Table 2</tag>
      </tags>
      <toccaption><tag close=" ">2</tag>Collectively two tables</toccaption>
      <caption><tag close=": ">Table 2</tag>Collectively two tables</caption>
      <table align="center" class="ltx_figure_panel" labels="LABEL:tab:D-one" xml:id="S0.T2.st1">
        <tags>
          <tag><text font="bold" fontsize="80%">(a)</text></tag>
          <tag role="refnum">2(a)</tag>
        </tags>
        <toccaption><tag close=" ">(a)</tag>This is a table</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(a)</text></tag><text font="italic" fontsize="80%">This is a table</text></caption>
        <p>[Tabular One]</p>
      </table>
      <table align="center" class="ltx_figure_panel" labels="LABEL:tab:D-two" xml:id="S0.T2.st2">
        <tags>
          <tag><text font="bold" fontsize="80%">(b)</text></tag>
          <tag role="refnum">2(b)</tag>
        </tags>
        <toccaption><tag close=" ">(b)</tag>This is another table</toccaption>
        <caption><tag close=" "><text font="bold" fontsize="80%">(b)</text></tag><text font="italic" fontsize="80%">This is another table</text></caption>
        <p>[Tabular Two]</p>
      </table>
    </table>
  </paragraph>
</document>