File: par.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 (43 lines) | stat: -rw-r--r-- 1,288 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
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?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>0 A long, wrapped paragraph with Lots of text
and lots more text and lots more text and lots more text and lots more text
and lots more text and lots more text and lots more text and lots more text
and lots more text and lots more text and lots more text and lots more text.</p>
  </para>
  <para xml:id="p2">
    <p>1 initial par</p>
  </para>
  <para xml:id="p3">
    <p>3 par after empty line.</p>
  </para>
  <para xml:id="p4">
    <p>5 par after line with spaces.</p>
  </para>
  <para xml:id="p5">
    <p>7 par after line with tab.</p>
  </para>
  <para xml:id="p6">
    <p>1 initial par</p>
  </para>
  <para xml:id="p7">
    <p>3 par after ignore catcoded characters</p>
  </para>
  <para xml:id="p8">
    <p>5 par after space catcoded characters</p>
  </para>
  <para xml:id="p9">
    <p>1 initial par</p>
  </para>
  <para xml:id="p10">
    <p>3 par after fake ignore catcoded character</p>
  </para>
  <para xml:id="p11">
    <p>5 par after fake space catcoded characters</p>
  </para>
</document>