File: subcaption.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 (54 lines) | stat: -rw-r--r-- 2,394 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
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="caption"?>
<?latexml package="subcaption"?>
<?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"/>
  <para xml:id="p1">
    <p>Total figureĀ <ref labelref="LABEL:fig:1"/> with parts <ref labelref="LABEL:fig:1_a"/> and <ref labelref="LABEL:fig:1_b"/>.</p>
  </para>
  <para xml:id="p2">
    <p>Also figureĀ <ref labelref="LABEL:fig:2"/>.</p>
  </para>
  <figure inlist="lof" labels="LABEL:fig:1" placement="t!" xml:id="S0.F1">
    <tags>
      <tag><text fontsize="90%">Figure 1</text></tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">Figure 1</tag>
    </tags>
    <figure class="ltx_figure_panel" inlist="lof" labels="LABEL:fig:1_a" placement="t" xml:id="S0.F1.sf1">
      <tags>
        <tag><text fontsize="90%">(a)</text></tag>
        <tag role="refnum">1(a)</tag>
      </tags>
      <p>[Subfigure A]</p>
      <toccaption><tag close=" ">(a)</tag>Caption A</toccaption>
      <caption><tag close=" "><text fontsize="90%">(a)</text></tag><text fontsize="90%">Caption A</text></caption>
    </figure>
    <figure class="ltx_figure_panel" inlist="lof" labels="LABEL:fig:1_b" placement="t" xml:id="S0.F1.sf2">
      <tags>
        <tag><text fontsize="90%">(b)</text></tag>
        <tag role="refnum">1(b)</tag>
      </tags>
      <p>[Subfigure B]</p>
      <toccaption><tag close=" ">(b)</tag>Caption B</toccaption>
      <caption><tag close=" "><text fontsize="90%">(b)</text></tag><text fontsize="90%">Caption B</text></caption>
    </figure>
    <toccaption><tag close=" ">1</tag>Figure Caption</toccaption>
    <caption><tag close=": "><text fontsize="90%">Figure 1</text></tag><text fontsize="90%">Figure Caption</text></caption>
  </figure>
  <figure xml:id="fig2">
    <p>[Captionless subfigure]</p>
  </figure>
  <figure inlist="lof" labels="LABEL:fig:2" xml:id="S0.F3.sf1">
    <tags>
      <tag><text fontsize="90%">(a)</text></tag>
      <tag role="refnum">3(a)</tag>
    </tags>
    <p>[Captioned subfigure]</p>
    <toccaption><tag close=" ">(a)</tag>Subfig caption for subfig</toccaption>
    <caption><tag close=" "><text fontsize="90%">(a)</text></tag><text fontsize="90%">Subfig caption for subfig</text></caption>
  </figure>
</document>