File: floatnames.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 (60 lines) | stat: -rw-r--r-- 2,345 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="amsmath"?>
<?latexml package="amsthm"?>
<?latexml package="float"?>
<?latexml package="newfloat"?>
<?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"/>
  <theorem class="ltx_theorem_example" inlist="thm theorem:example" xml:id="Thmthm1">
    <tags>
      <tag>Example 1</tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">Example 1</tag>
    </tags>
    <title class="ltx_runin"><tag><text font="bold">Example 1</text></tag><text font="bold">.</text></title>
    <para xml:id="Thmthm1.p1">
      <p><text font="italic">test</text></p>
    </para>
  </theorem>
  <float class="ltx_float_algorithm" framed="top" inlist="lop" xml:id="algorithm1">
    <tags>
      <tag><text font="bold">Algorithm 1</text></tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">Algorithm 1</tag>
    </tags>
    <p>test</p>
    <toccaption><tag close=" ">1</tag>A test algorithm</toccaption>
    <caption><tag close=" "><text font="bold">Algorithm 1</text></tag> A test algorithm</caption>
  </float>
  <float class="ltx_float_flippy" framed="top" inlist="lop" labels="LABEL:flp" xml:id="flippy1">
    <tags>
      <tag><text font="bold">flippy 1</text></tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">flippy 1</tag>
    </tags>
    <p>A Flippy!</p>
    <toccaption><tag close=" ">1</tag>Something that turns</toccaption>
    <caption><tag close=" "><text font="bold">flippy 1</text></tag> Something that turns</caption>
  </float>
  <para xml:id="p1">
    <p>See the <ref labelref="LABEL:flp"/>.
Check: Macro flippyname is NOT defined.</p>
  </para>
  <float class="ltx_float_floppy" inlist="lofloppy" labels="LABEL:flp2" xml:id="floppy1">
    <tags>
      <tag>List of floppys 1</tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">List of floppys 1</tag>
    </tags>
    <p>A Floppy!</p>
    <toccaption><tag close=" ">1</tag>Something that flops</toccaption>
    <caption><tag close=" ">List of floppys 1</tag>Something that flops</caption>
  </float>
  <para xml:id="p2">
    <p>See the <ref labelref="LABEL:flp2"/>.
Check: Macro floppyname IS defined.</p>
  </para>
</document>