@amermathsoc/texml-to-html 19.0.0 → 19.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/lib/elements/email.js +1 -1
- package/lib/elements/sec.js +1 -4
- package/lib/transformer.js +0 -11
- package/package.json +1 -1
- package/test/article-alttitle-meta-snapshot.json +1 -1
- package/test/element-email.js +1 -1
- package/test/snapshots/article--alttitle.html +1 -1
- package/test/snapshots/article.html +1 -1
- package/test/snapshots/texml-tests/amsbook.html +3 -10
- package/test/snapshots/texml-tests/amsbook.xml +2 -25
- package/test/snapshots/texml-tests/amsrefs.html +2 -0
- package/test/snapshots/texml-tests/amsrefs.xml +2 -0
- package/test/snapshots/texml-tests/amsthm-swap.html +81 -0
- package/test/snapshots/texml-tests/amsthm-swap.xml +59 -0
- package/test/snapshots/texml-tests/appendix-book.html +9 -9
- package/test/snapshots/texml-tests/appendix-book.xml +10 -10
- package/test/snapshots/texml-tests/article.html +2 -2
- package/test/snapshots/texml-tests/article.xml +10 -2
- package/test/snapshots/texml-tests/arxiv.html +56 -0
- package/test/snapshots/texml-tests/arxiv.xml +34 -0
- package/test/snapshots/texml-tests/{framebox.html → aufm.html} +5 -9
- package/test/snapshots/texml-tests/{framebox.xml → aufm.xml} +2 -8
- package/test/snapshots/texml-tests/autoref.html +10 -7
- package/test/snapshots/texml-tests/autoref.xml +14 -8
- package/test/snapshots/texml-tests/babel.html +3 -0
- package/test/snapshots/texml-tests/babel.xml +5 -0
- package/test/snapshots/texml-tests/book-app.html +10 -4
- package/test/snapshots/texml-tests/book-app.xml +18 -6
- package/test/snapshots/texml-tests/book.html +3 -6
- package/test/snapshots/texml-tests/book.xml +4 -14
- package/test/snapshots/texml-tests/caption.html +40 -0
- package/test/snapshots/texml-tests/caption.xml +18 -0
- package/test/snapshots/texml-tests/cite.xml +1 -1
- package/test/snapshots/texml-tests/cleveref.html +89 -53
- package/test/snapshots/texml-tests/cleveref.xml +65 -53
- package/test/snapshots/texml-tests/drm.xml +2 -2
- package/test/snapshots/texml-tests/euscript.html +40 -0
- package/test/snapshots/texml-tests/euscript.xml +18 -0
- package/test/snapshots/texml-tests/expl3.html +38 -0
- package/test/snapshots/texml-tests/expl3.xml +16 -0
- package/test/snapshots/texml-tests/extarrows.html +42 -0
- package/test/snapshots/texml-tests/extarrows.xml +28 -0
- package/test/snapshots/texml-tests/footnote.xml +2 -2
- package/test/snapshots/texml-tests/framedboxes.html +45 -0
- package/test/snapshots/texml-tests/framedboxes.xml +23 -0
- package/test/snapshots/texml-tests/gsm_l.html +25 -17
- package/test/snapshots/texml-tests/gsm_l.xml +47 -35
- package/test/snapshots/texml-tests/i283.html +41 -0
- package/test/snapshots/texml-tests/i283.xml +50 -0
- package/test/snapshots/texml-tests/index.html +44 -0
- package/test/snapshots/texml-tests/index.xml +22 -0
- package/test/snapshots/texml-tests/lastkern.html +39 -0
- package/test/snapshots/texml-tests/lastkern.xml +17 -0
- package/test/snapshots/texml-tests/longtable.html +3 -1
- package/test/snapshots/texml-tests/longtable.xml +4 -2
- package/test/snapshots/texml-tests/maketitle.html +27 -8
- package/test/snapshots/texml-tests/maketitle.xml +28 -2
- package/test/snapshots/texml-tests/manfnt.html +42 -0
- package/test/snapshots/texml-tests/manfnt.xml +20 -0
- package/test/snapshots/texml-tests/mathscr.html +40 -0
- package/test/snapshots/texml-tests/mathscr.xml +18 -0
- package/test/snapshots/texml-tests/metadata.html +1 -1
- package/test/snapshots/texml-tests/metadata.xml +2 -3
- package/test/snapshots/texml-tests/nameref.xml +1 -1
- package/test/snapshots/texml-tests/names.html +119 -0
- package/test/snapshots/texml-tests/names.xml +111 -0
- package/test/snapshots/texml-tests/natbib.html +27 -0
- package/test/snapshots/texml-tests/natbib.xml +46 -0
- package/test/snapshots/texml-tests/part.html +56 -0
- package/test/snapshots/texml-tests/part.xml +100 -0
- package/test/snapshots/texml-tests/ref.html +52 -17
- package/test/snapshots/texml-tests/ref.xml +28 -17
- package/test/snapshots/texml-tests/strcmp.html +2 -0
- package/test/snapshots/texml-tests/strcmp.xml +2 -0
- package/test/snapshots/texml-tests/subfig.html +1 -1
- package/test/snapshots/texml-tests/subfig.xml +3 -3
- package/test/snapshots/texml-tests/tableofcontents.xml +2 -2
- package/test/snapshots/texml-tests/xmllabel.html +44 -0
- package/test/snapshots/texml-tests/xmllabel.xml +24 -0
|
@@ -1,59 +1,71 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
3
|
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
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
|
-
|
|
4
|
+
<front id="ltxid1">
|
|
5
|
+
<article-meta>
|
|
6
|
+
<title-group>
|
|
7
|
+
<article-title>cleveref</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec disp-level="1" id="ltxid3" specific-use="section">
|
|
13
|
+
<p>See <xref-group first="ltxid6" last="ltxid9" middle="ltxid7 ltxid8" ref-subtype="definition" ref-type="statement"><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x> to </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid9" specific-use="cref">5</xref></xref-group><x>, </x><xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="cref">section 1</xref></xref-group><x>, and </x><xref-group><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid1" specific-use="cref">eq. <x>(</x>1<x>)</x></xref></xref-group></p>
|
|
14
|
+
<p>See [section cref] <xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="cref">section 1</xref></xref-group>.</p>
|
|
15
|
+
<p>See [section Cref] <xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="Cref">Section 1</xref></xref-group>.</p>
|
|
16
|
+
<p>See [theorem cref] <xref-group><xref ref-subtype="theorem" ref-type="statement" rid="ltxid5" specific-use="cref">theorem 1</xref></xref-group></p>
|
|
17
|
+
<p>See [theorem Cref] <xref-group><xref ref-subtype="theorem" ref-type="statement" rid="ltxid5" specific-use="Cref">Theorem 1</xref></xref-group></p>
|
|
18
|
+
<p>See [equation cref] <xref-group><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid1" specific-use="cref">eq. <x>(</x>1<x>)</x></xref></xref-group></p>
|
|
19
|
+
<p>See [equation Cref] <xref-group><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid1" specific-use="Cref">Equation <x>(</x>1<x>)</x></xref></xref-group></p>
|
|
20
|
+
<p>See [ref definition] <xref-group><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="ref">2</xref></xref-group></p>
|
|
21
|
+
<p>See [definition] <xref-group><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definition 2</xref></xref-group></p>
|
|
22
|
+
<p>See [two definitions] <xref-group><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x> and </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid7" specific-use="cref">3</xref></xref-group></p>
|
|
23
|
+
<p>See [three definitions] <xref-group first="ltxid6" last="ltxid8" middle="ltxid7" ref-subtype="definition" ref-type="statement"><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x> to </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid8" specific-use="cref">4</xref></xref-group></p>
|
|
24
|
+
<p>See [many definitions] <xref-group first="ltxid6" last="ltxid10" middle="ltxid7 ltxid8 ltxid9" ref-subtype="definition" ref-type="statement"><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x> to </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid10" specific-use="cref">6</xref></xref-group></p>
|
|
25
|
+
<p>See [nonsequential definitions] <xref-group><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x>, </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid8" specific-use="cref">4</xref><x> and </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid10" specific-use="cref">6</xref></xref-group></p>
|
|
26
|
+
<p>See [definition crefrange] <xref-group first="ltxid6" last="ltxid10" middle="ltxid7 ltxid8 ltxid9" ref-subtype="definition" ref-type="statement"><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="cref">definitions 2</xref><x> to </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid10" specific-use="cref">6</xref></xref-group></p>
|
|
27
|
+
<p>See [definition Crefrange] <xref-group first="ltxid6" last="ltxid10" middle="ltxid7 ltxid8 ltxid9" ref-subtype="definition" ref-type="statement"><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="Cref">Definitions 2</xref><x> to </x><xref ref-subtype="definition" ref-type="statement" rid="ltxid10" specific-use="Cref">6</xref></xref-group></p>
|
|
28
|
+
<p>[labelcref] <xref-group><xref ref-subtype="definition" ref-type="statement" rid="ltxid6" specific-use="labelcref">2</xref></xref-group></p>
|
|
29
|
+
<p>[namecref] definition</p>
|
|
30
|
+
<p>[nameCref] Definition</p>
|
|
31
|
+
<p>[lcnamecref] Definition</p>
|
|
32
|
+
<p>[namecrefs] definitions</p>
|
|
33
|
+
<p>[nameCrefs] Definitions</p>
|
|
34
|
+
<p>[lcnamecrefs] definitions</p>
|
|
35
|
+
</sec>
|
|
36
|
+
<sec disp-level="1" id="ltxid4" specific-use="section">
|
|
37
|
+
<label>1<x>.</x></label>
|
|
38
|
+
<title>Introduction</title>
|
|
39
|
+
<p>This is <xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="cref">section 1</xref></xref-group>.</p>
|
|
40
|
+
<p><disp-formula content-type="math/tex">
|
|
41
|
+
<tex-math>\begin{equation}
|
|
31
42
|
1 + 1 = 2 <target id="texmlid1"><tag parens="yes">1</tag></target>
|
|
32
43
|
\end{equation}</tex-math>
|
|
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
|
-
|
|
44
|
+
</disp-formula></p>
|
|
45
|
+
<statement content-type="theorem theorem" id="ltxid5" style="thmplain">
|
|
46
|
+
<label>Theorem 1<x>.</x></label>
|
|
47
|
+
<p>Here is a theorem.</p>
|
|
48
|
+
</statement>
|
|
49
|
+
<statement content-type="theorem definition" id="ltxid6" style="thmplain">
|
|
50
|
+
<label>Definition 2<x>.</x></label>
|
|
51
|
+
<p>Here is a definition.</p>
|
|
52
|
+
</statement>
|
|
53
|
+
<statement content-type="theorem definition" id="ltxid7" style="thmplain">
|
|
54
|
+
<label>Definition 3<x>.</x></label>
|
|
55
|
+
<p>Here is another definition.</p>
|
|
56
|
+
</statement>
|
|
57
|
+
<statement content-type="theorem definition" id="ltxid8" style="thmplain">
|
|
58
|
+
<label>Definition 4<x>.</x></label>
|
|
59
|
+
<p>Here is another definition.</p>
|
|
60
|
+
</statement>
|
|
61
|
+
<statement content-type="theorem definition" id="ltxid9" style="thmplain">
|
|
62
|
+
<label>Definition 5<x>.</x></label>
|
|
63
|
+
<p>Here is another definition.</p>
|
|
64
|
+
</statement>
|
|
65
|
+
<statement content-type="theorem definition" id="ltxid10" style="thmplain">
|
|
66
|
+
<label>Definition 6<x>.</x></label>
|
|
67
|
+
<p>Here is another definition.</p>
|
|
68
|
+
</statement>
|
|
69
|
+
</sec>
|
|
70
|
+
</body>
|
|
59
71
|
</article>
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
</book-meta>
|
|
64
64
|
<front-matter id="ltxid1">
|
|
65
65
|
<toc id="ltxid2">
|
|
66
|
-
<title-group>
|
|
66
|
+
<toc-title-group>
|
|
67
67
|
<title>Contents</title>
|
|
68
|
-
</title-group>
|
|
68
|
+
</toc-title-group>
|
|
69
69
|
<toc-entry specific-use="epub-opening-page">
|
|
70
70
|
<title>Publisher’s Notice</title>
|
|
71
71
|
<nav-pointer rid="ltxid3"/>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>euscript</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "euscript",
|
|
4
|
+
"alttitle": "euscript",
|
|
5
|
+
"identifiers": {
|
|
6
|
+
"AMS": {},
|
|
7
|
+
"crossref": {},
|
|
8
|
+
"uri": {},
|
|
9
|
+
"basename": null
|
|
10
|
+
},
|
|
11
|
+
"relatedArticles": {},
|
|
12
|
+
"publishers": [],
|
|
13
|
+
"contributors": {},
|
|
14
|
+
"permissions": {},
|
|
15
|
+
"journal": {
|
|
16
|
+
"identifiers": {
|
|
17
|
+
"AMS": {},
|
|
18
|
+
"issn": {
|
|
19
|
+
"print": "",
|
|
20
|
+
"electronic": ""
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"customMeta": {},
|
|
25
|
+
"categories": {},
|
|
26
|
+
"byline": "",
|
|
27
|
+
"volumeInfo": {},
|
|
28
|
+
"history": {
|
|
29
|
+
"rev-recd": []
|
|
30
|
+
},
|
|
31
|
+
"keywords": []
|
|
32
|
+
}</script><h1>euscript</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p>hello, world</p>
|
|
36
|
+
<p>mathcal: <span data-ams-doc="math inline"><tex-math>\mathscr{A}</tex-math></span></p>
|
|
37
|
+
<p>mathscr: <span data-ams-doc="math inline"><tex-math>\mathscr{A}</tex-math></span></p>
|
|
38
|
+
</section>
|
|
39
|
+
|
|
40
|
+
</section></body></html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
|
+
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<front id="ltxid1">
|
|
5
|
+
<article-meta>
|
|
6
|
+
<title-group>
|
|
7
|
+
<article-title>euscript</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec disp-level="1" id="ltxid3" specific-use="section">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
<p>mathcal: <inline-formula content-type="math/tex"><tex-math>\mathscr{A}</tex-math></inline-formula></p>
|
|
15
|
+
<p>mathscr: <inline-formula content-type="math/tex"><tex-math>\mathscr{A}</tex-math></inline-formula></p>
|
|
16
|
+
</sec>
|
|
17
|
+
</body>
|
|
18
|
+
</article>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>xparse</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "xparse",
|
|
4
|
+
"alttitle": "xparse",
|
|
5
|
+
"identifiers": {
|
|
6
|
+
"AMS": {},
|
|
7
|
+
"crossref": {},
|
|
8
|
+
"uri": {},
|
|
9
|
+
"basename": null
|
|
10
|
+
},
|
|
11
|
+
"relatedArticles": {},
|
|
12
|
+
"publishers": [],
|
|
13
|
+
"contributors": {},
|
|
14
|
+
"permissions": {},
|
|
15
|
+
"journal": {
|
|
16
|
+
"identifiers": {
|
|
17
|
+
"AMS": {},
|
|
18
|
+
"issn": {
|
|
19
|
+
"print": "",
|
|
20
|
+
"electronic": ""
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"customMeta": {},
|
|
25
|
+
"categories": {},
|
|
26
|
+
"byline": "",
|
|
27
|
+
"volumeInfo": {},
|
|
28
|
+
"history": {
|
|
29
|
+
"rev-recd": []
|
|
30
|
+
},
|
|
31
|
+
"keywords": []
|
|
32
|
+
}</script><h1>xparse</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p>hello, world</p>
|
|
36
|
+
</section>
|
|
37
|
+
|
|
38
|
+
</section></body></html>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
|
+
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<front id="ltxid1">
|
|
5
|
+
<article-meta>
|
|
6
|
+
<title-group>
|
|
7
|
+
<article-title>xparse</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec disp-level="1" id="ltxid3" specific-use="section">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
</sec>
|
|
15
|
+
</body>
|
|
16
|
+
</article>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>extarrows</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "extarrows",
|
|
4
|
+
"alttitle": "extarrows",
|
|
5
|
+
"identifiers": {
|
|
6
|
+
"AMS": {},
|
|
7
|
+
"crossref": {},
|
|
8
|
+
"uri": {},
|
|
9
|
+
"basename": null
|
|
10
|
+
},
|
|
11
|
+
"relatedArticles": {},
|
|
12
|
+
"publishers": [],
|
|
13
|
+
"contributors": {},
|
|
14
|
+
"permissions": {},
|
|
15
|
+
"journal": {
|
|
16
|
+
"identifiers": {
|
|
17
|
+
"AMS": {},
|
|
18
|
+
"issn": {
|
|
19
|
+
"print": "",
|
|
20
|
+
"electronic": ""
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"customMeta": {},
|
|
25
|
+
"categories": {},
|
|
26
|
+
"byline": "",
|
|
27
|
+
"volumeInfo": {},
|
|
28
|
+
"history": {
|
|
29
|
+
"rev-recd": []
|
|
30
|
+
},
|
|
31
|
+
"keywords": []
|
|
32
|
+
}</script><h1>extarrows</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p>hello, world</p>
|
|
36
|
+
<p><span data-ams-doc="math inline"><tex-math>A \vcenter{\img[][29pt][20pt][{Graphic without alt text}]{Images/img4c339cb3cf49f2c82645c1ae7c7834d8.svg}} B</tex-math></span></p>
|
|
37
|
+
<p><span data-ams-doc="math inline"><tex-math>A \vcenter{\img[][29pt][18pt][{Graphic without alt text}]{Images/imgff8b8b00e3e497825c3c9fc8e6974f08.svg}} B</tex-math></span></p>
|
|
38
|
+
<p><span data-ams-doc="math inline"><tex-math>A \xrightarrow [xxxxx]{yyyy} B</tex-math></span></p>
|
|
39
|
+
<p><span data-ams-doc="math inline"><tex-math>A \xleftarrow [xxxxx]{yyyy} B</tex-math></span></p>
|
|
40
|
+
</section>
|
|
41
|
+
|
|
42
|
+
</section></body></html>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
|
+
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<front id="ltxid1">
|
|
5
|
+
<article-meta>
|
|
6
|
+
<title-group>
|
|
7
|
+
<article-title>extarrows</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec disp-level="1" id="ltxid3" specific-use="section">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
<p><inline-formula content-type="math/tex">
|
|
15
|
+
<tex-math>A <inline-graphic height="20pt" mimetype="image/svg+xml" width="29pt" xlink:href="Images/img4c339cb3cf49f2c82645c1ae7c7834d8.svg"/> B</tex-math>
|
|
16
|
+
</inline-formula></p>
|
|
17
|
+
<p><inline-formula content-type="math/tex">
|
|
18
|
+
<tex-math>A <inline-graphic height="18pt" mimetype="image/svg+xml" width="29pt" xlink:href="Images/imgff8b8b00e3e497825c3c9fc8e6974f08.svg"/> B</tex-math>
|
|
19
|
+
</inline-formula></p>
|
|
20
|
+
<p><inline-formula content-type="math/tex">
|
|
21
|
+
<tex-math>A \xrightarrow [xxxxx]{yyyy} B</tex-math>
|
|
22
|
+
</inline-formula></p>
|
|
23
|
+
<p><inline-formula content-type="math/tex">
|
|
24
|
+
<tex-math>A \xleftarrow [xxxxx]{yyyy} B</tex-math>
|
|
25
|
+
</inline-formula></p>
|
|
26
|
+
</sec>
|
|
27
|
+
</body>
|
|
28
|
+
</article>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<!DOCTYPE book PUBLIC "-//NLM//DTD BITS Book Interchange DTD v2.1 20180401//EN" "BITS-book2.dtd">
|
|
3
3
|
<book xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<toc id="ltxid1">
|
|
5
|
-
<title-group>
|
|
5
|
+
<toc-title-group>
|
|
6
6
|
<title>Contents</title>
|
|
7
|
-
</title-group>
|
|
7
|
+
</toc-title-group>
|
|
8
8
|
<toc-entry specific-use="epub-opening-page">
|
|
9
9
|
<title>Publisher’s Notice</title>
|
|
10
10
|
<nav-pointer rid="ltxid2"/>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>frame, framebox, fbox</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "frame, framebox, fbox",
|
|
4
|
+
"alttitle": "frame, framebox, fbox",
|
|
5
|
+
"identifiers": {
|
|
6
|
+
"AMS": {},
|
|
7
|
+
"crossref": {},
|
|
8
|
+
"uri": {},
|
|
9
|
+
"basename": null
|
|
10
|
+
},
|
|
11
|
+
"relatedArticles": {},
|
|
12
|
+
"publishers": [],
|
|
13
|
+
"contributors": {},
|
|
14
|
+
"permissions": {},
|
|
15
|
+
"journal": {
|
|
16
|
+
"identifiers": {
|
|
17
|
+
"AMS": {},
|
|
18
|
+
"issn": {
|
|
19
|
+
"print": "",
|
|
20
|
+
"electronic": ""
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"customMeta": {},
|
|
25
|
+
"categories": {},
|
|
26
|
+
"byline": "",
|
|
27
|
+
"volumeInfo": {},
|
|
28
|
+
"history": {
|
|
29
|
+
"rev-recd": []
|
|
30
|
+
},
|
|
31
|
+
"keywords": []
|
|
32
|
+
}</script><h1>frame, framebox, fbox</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p>hello, world</p>
|
|
36
|
+
<p>hello, </p><div data-ams-content-type="framebox" data-ams-style="boxed">framebox</div>
|
|
37
|
+
<p>hello, </p><div data-ams-content-type="framebox" data-ams-style="boxed">frame</div>
|
|
38
|
+
<p>hello, </p><div data-ams-content-type="framebox" data-ams-style="boxed">fbox</div>
|
|
39
|
+
<p>hello, </p><div data-ams-content-type="framebox" data-ams-style="boxed">framebox</div>
|
|
40
|
+
<p>framebox: <span data-ams-doc="math inline"><tex-math>\framebox[3in][l]{$e = mc^2$}</tex-math></span></p>
|
|
41
|
+
<p>frame: <span data-ams-doc="math inline"><tex-math>\framebox{$e = mc^2$}</tex-math></span></p>
|
|
42
|
+
<p>fbox: <span data-ams-doc="math inline"><tex-math>\framebox{$e = mc^2$}</tex-math></span></p>
|
|
43
|
+
</section>
|
|
44
|
+
|
|
45
|
+
</section></body></html>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
|
+
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<front id="ltxid1">
|
|
5
|
+
<article-meta>
|
|
6
|
+
<title-group>
|
|
7
|
+
<article-title>frame, framebox, fbox</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec disp-level="1" id="ltxid3" specific-use="section">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="3.0pt" position="l" width="1in">framebox</boxed-text></p>
|
|
15
|
+
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="0.0pt" position="c">frame</boxed-text></p>
|
|
16
|
+
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="3.0pt" position="c">fbox</boxed-text></p>
|
|
17
|
+
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="0.0pt" position="c">framebox</boxed-text></p>
|
|
18
|
+
<p>framebox: <inline-formula content-type="math/tex"><tex-math>\framebox[3in][l]{<inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula>}</tex-math></inline-formula></p>
|
|
19
|
+
<p>frame: <inline-formula content-type="math/tex"><tex-math>\framebox{<inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula>}</tex-math></inline-formula></p>
|
|
20
|
+
<p>fbox: <inline-formula content-type="math/tex"><tex-math>\framebox{<inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula>}</tex-math></inline-formula></p>
|
|
21
|
+
</sec>
|
|
22
|
+
</body>
|
|
23
|
+
</article>
|
|
@@ -1,41 +1,49 @@
|
|
|
1
|
-
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>gsm-l</title></head><body>
|
|
2
2
|
|
|
3
|
-
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{"volumeNr":"500"},"crossref":{},"issn":{},"isbn":{"electronic":"978-1-4704-7191-0","print":"978-1-4704-6656-5","softcover":"978-1-4704-7192-7","epub":"978-1-4704-7661-8"},"loc":{},"basename":"undefined500"},"title":"","alttitle":"
|
|
3
|
+
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{"volumeNr":"500"},"crossref":{},"issn":{},"isbn":{"electronic":"978-1-4704-7191-0","print":"978-1-4704-6656-5","softcover":"978-1-4704-7192-7","epub":"978-1-4704-7661-8"},"loc":{},"basename":"undefined500"},"title":"gsm-l","alttitle":"gsm-l"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
4
4
|
|
|
5
|
-
<nav id="ltxid2" data-ams-doc-level="0" role="doc-toc"><h1><span data-ams-doc="title">Contents</span></h1><ol><li><a data-ams-ref="epub-opening-page" href="#ltxid3"><span data-ams-doc="title">Publisher’s Notice</span></a></li><li><a data-ams-ref="chapter" href="#
|
|
5
|
+
<nav id="ltxid2" data-ams-doc-level="0" role="doc-toc"><h1><span data-ams-doc="title">Contents</span></h1><ol><li><a data-ams-ref="epub-opening-page" href="#ltxid3"><span data-ams-doc="title">Publisher’s Notice</span></a></li><li><a data-ams-ref="chapter" href="#ltxid5"><span data-ams-doc="label">Chapter 1<ams-x>.</ams-x></span> <span data-ams-doc="title">Chapter heading</span></a><ol><li><a data-ams-ref="section" href="#ltxid6"><span data-ams-doc="label"><ams-x>§</ams-x>1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section heading</span></a><ol><li><a data-ams-ref="subsection" href="#ltxid7"><span data-ams-doc="label">1.1<ams-x>.</ams-x></span> <span data-ams-doc="title">Subsection heading</span></a></li></ol></li></ol></li><li><a data-ams-ref="chapter" href="#ltxid10"><span data-ams-doc="label">Appendix A<ams-x>.</ams-x></span> <span data-ams-doc="title">A Numbered Appendix</span></a></li><li><a data-ams-ref="chapter" href="#ltxid11"><span data-ams-doc="title">An Unnumbered Appendix</span></a></li></ol></nav>
|
|
6
6
|
<section data-ams-doc-level="0" data-ams-content-type="publishers-note" data-ams-doc="notes" data-ams-specific-use="epub-opening-page" id="ltxid3"><h1><span data-ams-doc="title">Publisher’s Notice</span></h1>
|
|
7
7
|
|
|
8
8
|
<p>The <a href="https://www.ams.org">American Mathematical Society</a> has provided this ebook to you without Digital Rights Management (DRM) software applied so that you can enjoy reading it on your personal devices. This ebook is for your personal use only and must not be made publicly available in any way. You may not copy, reproduce, or upload this ebook except to read it on your personal devices.</p>
|
|
9
9
|
</section>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
14
13
|
|
|
15
|
-
<span data-ams-doc="label">Chapter 1</span>
|
|
16
|
-
<p>hello, world</p>
|
|
17
|
-
<section id="ltxid5" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section heading</span></h2>
|
|
14
|
+
<section role="doc-chapter" id="ltxid5" data-ams-doc="chapter" data-ams-doc-level="0"><h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter heading</span></h1>
|
|
18
15
|
|
|
19
16
|
|
|
20
|
-
<
|
|
17
|
+
<p>hello, world</p>
|
|
18
|
+
<section id="ltxid6" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section heading</span></h2>
|
|
21
19
|
|
|
22
20
|
|
|
21
|
+
<section id="ltxid7" data-ams-doc="subsection" data-ams-doc-level="2"><h3><span data-ams-doc="label">1.1<ams-x>.</ams-x></span> <span data-ams-doc="title">Subsection heading<ams-x>.</ams-x></span></h3>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
</section>
|
|
23
25
|
</section>
|
|
24
26
|
</section>
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
|
|
27
29
|
|
|
28
30
|
|
|
29
|
-
<section id="
|
|
30
|
-
<section role="doc-appendix" id="
|
|
31
|
+
<section id="ltxid9" data-ams-doc="app-group" data-ams-doc-level="0">
|
|
32
|
+
<section role="doc-appendix" id="ltxid10" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
31
33
|
|
|
34
|
+
<h1><span data-ams-doc="label">Appendix A</span> <span data-ams-doc="title">A Numbered Appendix</span></h1>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<p>hello, appendix</p>
|
|
32
38
|
|
|
33
|
-
<p>hello, appendix</p>
|
|
34
39
|
</section>
|
|
35
|
-
<section role="doc-appendix" id="
|
|
40
|
+
<section role="doc-appendix" id="ltxid11" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
41
|
+
|
|
42
|
+
<h1><span data-ams-doc="label">Appendix</span> <span data-ams-doc="title">An Unnumbered Appendix</span></h1>
|
|
43
|
+
|
|
36
44
|
|
|
45
|
+
<p>hello, other appendix</p>
|
|
37
46
|
|
|
38
|
-
<p>hello, other appendix</p>
|
|
39
47
|
</section>
|
|
40
48
|
</section>
|
|
41
49
|
|