File: url.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 (76 lines) | stat: -rw-r--r-- 3,664 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="url"?>
<?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"/>
  <section inlist="toc" xml:id="S1">
    <tags>
      <tag>1</tag>
      <tag role="refnum">1</tag>
      <tag role="typerefnum">§1</tag>
    </tags>
    <title><tag close=" ">1</tag>Basic URLS</title>
    <para xml:id="S1.p1">
      <p>Basic url: <ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/~user">http://example.com/~user</ref> or <ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/~user">http://example.com/~user</ref>.</p>
    </para>
    <para xml:id="S1.p2">
      <p>Path url: <ref class="ltx_nolink ltx_path" font="typewriter" href="/foo/bar/baz">/foo/bar/baz</ref> or <ref class="ltx_nolink ltx_path" font="typewriter" href="/foo/bar/baz">/foo/bar/baz</ref></p>
    </para>
  </section>
  <section inlist="toc" xml:id="S2">
    <tags>
      <tag>2</tag>
      <tag role="refnum">2</tag>
      <tag role="typerefnum">§2</tag>
    </tags>
    <title><tag close=" ">2</tag>Verbatimness</title>
    <para xml:id="S2.p1">
      <p>Special characters neutralized:
<ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/foo_bar">http://example.com/foo_bar</ref>,
<ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/foo#bar">http://example.com/foo#bar</ref>,
<ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/foo&amp;bar">http://example.com/foo&amp;bar</ref>.</p>
    </para>
    <para xml:id="S2.p2">
      <p>And even though <verbatim font="typewriter">\baz</verbatim> gives index.html;
<ref class="ltx_nolink ltx_path" font="typewriter" href="C:\foo\bar\baz">C:\foo\bar\baz</ref></p>
    </para>
    <para xml:id="S2.p3">
      <p>OTOH, you get this: <ref class="ltx_nolink ltx_url" font="typewriter" href="http://example.com/~user">http://example.com/\~{}user</ref></p>
    </para>
  </section>
  <section inlist="toc" xml:id="S3">
    <tags>
      <tag>3</tag>
      <tag role="refnum">3</tag>
      <tag role="typerefnum">§3</tag>
    </tags>
    <title><tag close=" ">3</tag>Styles</title>
    <para xml:id="S3.p1">
      <p>Email: <ref class="ltx_nolink ltx_email" font="sansserif" href="myself%node@gateway.net">myself%node@gateway.net</ref> or <ref class="ltx_nolink ltx_email" font="sansserif" href="myself%node@gateway.net">myself%node@gateway.net</ref>.</p>
    </para>
  </section>
  <section inlist="toc" xml:id="S4">
    <tags>
      <tag>4</tag>
      <tag role="refnum">4</tag>
      <tag role="typerefnum">§4</tag>
    </tags>
    <title><tag close=" ">4</tag>Defined urls</title>
    <para xml:id="S4.p1">
      <p>Myself: <ref class="ltx_nolink ltx_url" font="typewriter" href="myself%node@gateway.net">myself%node@gateway.net</ref> or <ref class="ltx_nolink ltx_email" font="sansserif" href="myself%node@gateway.net">myself%node@gateway.net</ref>.</p>
    </para>
  </section>
  <section inlist="toc" xml:id="S5">
    <tags>
      <tag>5</tag>
      <tag role="refnum">5</tag>
      <tag role="typerefnum">§5</tag>
    </tags>
    <title><tag close=" ">5</tag>Bracketting</title>
    <para xml:id="S5.p1">
      <p>Fancy url: <ref class="ltx_nolink ltx_fancyurl" font="typewriter" href="http://example.com/~user">&lt;url: http://example.com/~user&gt;</ref> or <ref class="ltx_nolink ltx_fancyurl" font="typewriter" href="http://example.com/~user">&lt;url: http://example.com/~user&gt;</ref>.</p>
    </para>
  </section>
</document>