File: sec.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 (52 lines) | stat: -rw-r--r-- 1,750 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml RelaxNGSchema="LaTeXML"?>
<document xmlns="http://dlmf.nist.gov/LaTeXML" class="ltx_authors_1line">
  <resource src="LaTeXML.css" type="text/css"/>
  <resource src="ltx-article.css" type="text/css"/>
  <title>Testing Sections</title>
  <date role="creation">Today!</date>
  <section inlist="toc" labels="LABEL:sec:one" xml:id="S1">
    <tags>
      <tag>1</tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">§1</tag>
    </tags>
    <title><tag close=" ">1</tag>One</title>
    <para xml:id="S1.p1">
      <p>Section One. As we will see in §<ref labelref="LABEL:fig_three"/>.</p>
    </para>
  </section>
  <section inlist="toc" labels="LABEL:sec:two" xml:id="S2">
    <tags>
      <tag>2</tag>
      <tag role="refnum">2</tag>
      <tag role="typerefnum">§2</tag>
    </tags>
    <title><tag close=" ">2</tag>Two</title>
    <para xml:id="S2.p1">
      <p>As seen in §<ref labelref="LABEL:sec:one"/>; Section Two.</p>
    </para>
  </section>
  <section inlist="toc" labels="LABEL:sec:three" xml:id="S3">
    <tags>
      <tag>3</tag>
      <tag role="refnum">3</tag>
      <tag role="typerefnum">§3</tag>
    </tags>
    <title><tag close=" ">3</tag>Three</title>
    <para xml:id="S3.p1">
      <p>Previously, in §<ref labelref="LABEL:sec:two"/>.</p>
    </para>
    <figure inlist="lof" labels="LABEL:fig_three" xml:id="S3.F1">
      <tags>
        <tag>Figure 1</tag>
        <tag role="refnum">1</tag>
        <tag role="typerefnum">Figure 1</tag>
      </tags>
      <p>Hi!</p>
      <toccaption><tag close=" ">1</tag>A Figure</toccaption>
      <caption><tag close=": ">Figure 1</tag>A Figure</caption>
    </figure>
  </section>
</document>