File: utf8.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 (31 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="fontenc" options="T1"?>
<?latexml package="inputenc" options="utf8"?>
<?latexml package="eurosym" options="official"?>
<?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>The amount is 10<text font="bold">€</text> and 2 cents.</p>
  </para>
  <para xml:id="p2">
    <p>A square root <Math mode="inline" tex="\sqrt{x^{2}+1}" text="square-root@(x ^ 2 + 1)" xml:id="p2.m1">
        <XMath>
          <XMApp>
            <XMTok meaning="square-root"/>
            <XMApp>
              <XMTok meaning="plus" role="ADDOP">+</XMTok>
              <XMApp>
                <XMTok role="SUPERSCRIPTOP" scriptpos="post2"/>
                <XMTok font="italic" role="UNKNOWN">x</XMTok>
                <XMTok fontsize="70%" meaning="2" role="NUMBER">2</XMTok>
              </XMApp>
              <XMTok meaning="1" role="NUMBER">1</XMTok>
            </XMApp>
          </XMApp>
        </XMath>
      </Math>.</p>
  </para>
</document>