@amermathsoc/texml-to-html 20.1.1 → 21.0.0
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 +26 -0
- package/README.md +1 -2
- package/lib/elements/abstract.js +1 -1
- package/lib/elements/attrib.js +2 -0
- package/lib/elements/sec-meta.js +5 -3
- package/lib/elements/sec.js +6 -5
- package/lib/transformer.js +2 -3
- package/package.json +4 -4
- package/test/article--alttitle.xml +3 -3
- package/test/article--nometa.xml +2 -2
- package/test/article.xml +28 -25
- package/test/book--metadata.xml +6 -5
- package/test/book.xml +121 -65
- package/test/element-attrib.js +2 -2
- package/test/element-sec-meta.js +19 -9
- package/test/element-sec.js +5 -1
- package/test/snapshots/article--alttitle.html +2 -2
- package/test/snapshots/article.html +5 -2
- package/test/snapshots/book--metadata.html +5 -6
- package/test/snapshots/book.html +79 -48
- package/test/snapshots/texml-tests/{NLMnote.html → BITSnote.html} +3 -3
- package/test/snapshots/texml-tests/{NLMnote.xml → BITSnote.xml} +3 -3
- package/test/snapshots/texml-tests/LGR.xml +9 -9
- package/test/snapshots/texml-tests/OT1.xml +1 -1
- package/test/snapshots/texml-tests/OT1ti.xml +1 -1
- package/test/snapshots/texml-tests/OT1tt.xml +1 -1
- package/test/snapshots/texml-tests/OT2.xml +1 -1
- package/test/snapshots/texml-tests/OT4.xml +1 -1
- package/test/snapshots/texml-tests/OT6.xml +2 -2
- package/test/snapshots/texml-tests/T1.xml +1 -1
- package/test/snapshots/texml-tests/T4.xml +1 -1
- package/test/snapshots/texml-tests/T5.xml +1 -1
- package/test/snapshots/texml-tests/Ucharcat.xml +1 -1
- package/test/snapshots/texml-tests/accent.xml +1 -1
- package/test/snapshots/texml-tests/algorithmic.xml +24 -24
- package/test/snapshots/texml-tests/algpseudocode.xml +18 -18
- package/test/snapshots/texml-tests/ams_measure.xml +1 -1
- package/test/snapshots/texml-tests/amsart.html +7 -2
- package/test/snapshots/texml-tests/amsart.xml +7 -4
- package/test/snapshots/texml-tests/amsbook.html +22 -5
- package/test/snapshots/texml-tests/amsbook.xml +36 -11
- package/test/snapshots/texml-tests/amscyr.xml +1 -1
- package/test/snapshots/texml-tests/amsfonts.xml +1 -1
- package/test/snapshots/texml-tests/amsrefs.xml +1 -1
- package/test/snapshots/texml-tests/amsthm-swap.xml +1 -1
- package/test/snapshots/texml-tests/amsthm.xml +1 -1
- package/test/snapshots/texml-tests/amsviet.xml +1 -1
- package/test/snapshots/texml-tests/appendix-book.html +32 -27
- package/test/snapshots/texml-tests/appendix-book.xml +39 -31
- package/test/snapshots/texml-tests/appendix.xml +5 -5
- package/test/snapshots/texml-tests/array.xml +1 -1
- package/test/snapshots/texml-tests/article.xml +1 -1
- package/test/snapshots/texml-tests/arxiv.xml +1 -1
- package/test/snapshots/texml-tests/arydshln.xml +1 -1
- package/test/snapshots/texml-tests/aufm.html +1 -1
- package/test/snapshots/texml-tests/aufm.xml +1 -1
- package/test/snapshots/texml-tests/autoref.html +54 -48
- package/test/snapshots/texml-tests/autoref.xml +66 -57
- package/test/snapshots/texml-tests/begincsname.xml +1 -1
- package/test/snapshots/texml-tests/boldline.xml +1 -1
- package/test/snapshots/texml-tests/book-app.html +20 -11
- package/test/snapshots/texml-tests/book-app.xml +25 -13
- package/test/snapshots/texml-tests/book-new.html +176 -0
- package/test/snapshots/texml-tests/book-new.xml +318 -0
- package/test/snapshots/texml-tests/book.html +14 -11
- package/test/snapshots/texml-tests/book.xml +19 -13
- package/test/snapshots/texml-tests/booktabs.xml +2 -2
- package/test/snapshots/texml-tests/boxes.xml +1 -1
- package/test/snapshots/texml-tests/caption.xml +1 -1
- package/test/snapshots/texml-tests/cite.html +1 -1
- package/test/snapshots/texml-tests/cite.xml +2 -2
- package/test/snapshots/texml-tests/citesort.xml +1 -1
- package/test/snapshots/texml-tests/cleveref.xml +2 -2
- package/test/snapshots/texml-tests/collection.html +60 -0
- package/test/snapshots/texml-tests/collection.xml +237 -0
- package/test/snapshots/texml-tests/colortbl.xml +1 -1
- package/test/snapshots/texml-tests/combinetoks.xml +1 -1
- package/test/snapshots/texml-tests/comments.html +41 -0
- package/test/snapshots/texml-tests/comments.xml +33 -0
- package/test/snapshots/texml-tests/constants.xml +1 -1
- package/test/snapshots/texml-tests/csstring.xml +1 -1
- package/test/snapshots/texml-tests/detokenize.xml +1 -1
- package/test/snapshots/texml-tests/diacritics.xml +1 -1
- package/test/snapshots/texml-tests/dimexpr.xml +1 -1
- package/test/snapshots/texml-tests/drm.html +1 -1
- package/test/snapshots/texml-tests/drm.xml +3 -3
- package/test/snapshots/texml-tests/edgecases.html +42 -0
- package/test/snapshots/texml-tests/edgecases.xml +20 -0
- package/test/snapshots/texml-tests/escapechar.html +47 -0
- package/test/snapshots/texml-tests/escapechar.xml +34 -0
- package/test/snapshots/texml-tests/escapeinside.html +44 -0
- package/test/snapshots/texml-tests/escapeinside.xml +28 -0
- package/test/snapshots/texml-tests/eurosym.html +45 -0
- package/test/snapshots/texml-tests/eurosym.xml +23 -0
- package/test/snapshots/texml-tests/euscript.xml +1 -1
- package/test/snapshots/texml-tests/everyeof.xml +1 -1
- package/test/snapshots/texml-tests/expanded.xml +1 -1
- package/test/snapshots/texml-tests/expl3.xml +1 -1
- package/test/snapshots/texml-tests/extarrows.xml +1 -1
- package/test/snapshots/texml-tests/footnote.html +33 -22
- package/test/snapshots/texml-tests/footnote.xml +72 -53
- package/test/snapshots/texml-tests/framedboxes.xml +1 -1
- package/test/snapshots/texml-tests/glueexpr.xml +1 -1
- package/test/snapshots/texml-tests/gobble.html +44 -0
- package/test/snapshots/texml-tests/gobble.xml +38 -0
- package/test/snapshots/texml-tests/gsm_l.html +25 -20
- package/test/snapshots/texml-tests/gsm_l.xml +33 -25
- package/test/snapshots/texml-tests/halign.xml +1 -1
- package/test/snapshots/texml-tests/hello.xml +1 -1
- package/test/snapshots/texml-tests/hhline.xml +1 -1
- package/test/snapshots/texml-tests/hline.xml +1 -1
- package/test/snapshots/texml-tests/hyperams.xml +1 -1
- package/test/snapshots/texml-tests/hyperref.xml +1 -1
- package/test/snapshots/texml-tests/i283.xml +2 -2
- package/test/snapshots/texml-tests/ifcondition.xml +1 -1
- package/test/snapshots/texml-tests/ifcsname.xml +1 -1
- package/test/snapshots/texml-tests/ifdefined.xml +1 -1
- package/test/snapshots/texml-tests/ifdim.xml +1 -1
- package/test/snapshots/texml-tests/ifnum.xml +1 -1
- package/test/snapshots/texml-tests/ifprimitive.xml +1 -1
- package/test/snapshots/texml-tests/immediateassigned.xml +1 -1
- package/test/snapshots/texml-tests/immediateassignment.xml +1 -1
- package/test/snapshots/texml-tests/index.xml +1 -1
- package/test/snapshots/texml-tests/lastbox.xml +1 -1
- package/test/snapshots/texml-tests/lastkern.xml +1 -1
- package/test/snapshots/texml-tests/lastnamedcs.xml +1 -1
- package/test/snapshots/texml-tests/let.xml +1 -1
- package/test/snapshots/texml-tests/letcharcode.xml +1 -1
- package/test/snapshots/texml-tests/ligatures.xml +3 -3
- package/test/snapshots/texml-tests/listings.html +7 -12
- package/test/snapshots/texml-tests/listings.xml +19 -10
- package/test/snapshots/texml-tests/listoffigures.html +98 -0
- package/test/snapshots/texml-tests/listoffigures.xml +180 -0
- package/test/snapshots/texml-tests/literate.html +41 -0
- package/test/snapshots/texml-tests/literate.xml +26 -0
- package/test/snapshots/texml-tests/longtable.xml +1 -1
- package/test/snapshots/texml-tests/makecell.xml +1 -1
- package/test/snapshots/texml-tests/maketitle.html +6 -2
- package/test/snapshots/texml-tests/maketitle.xml +4 -2
- package/test/snapshots/texml-tests/manfnt.xml +1 -1
- package/test/snapshots/texml-tests/mathscinet.xml +1 -1
- package/test/snapshots/texml-tests/mathscr.xml +1 -1
- package/test/snapshots/texml-tests/meaning.xml +1 -1
- package/test/snapshots/texml-tests/metadata.xml +1 -1
- package/test/snapshots/texml-tests/muexpr.xml +1 -1
- package/test/snapshots/texml-tests/multicolumn.xml +3 -3
- package/test/snapshots/texml-tests/multirow.xml +3 -3
- package/test/snapshots/texml-tests/multirowcell.xml +4 -4
- package/test/snapshots/texml-tests/multline.xml +1 -1
- package/test/snapshots/texml-tests/nameref.xml +2 -2
- package/test/snapshots/texml-tests/names.xml +1 -1
- package/test/snapshots/texml-tests/natbib.html +41 -26
- package/test/snapshots/texml-tests/natbib.xml +66 -44
- package/test/snapshots/texml-tests/noexpand.xml +1 -1
- package/test/snapshots/texml-tests/noindent.xml +1 -1
- package/test/snapshots/texml-tests/numexpr.xml +1 -1
- package/test/snapshots/texml-tests/oldfont.html +59 -0
- package/test/snapshots/texml-tests/oldfont.xml +37 -0
- package/test/snapshots/texml-tests/parshape.xml +1 -1
- package/test/snapshots/texml-tests/part.html +33 -25
- package/test/snapshots/texml-tests/part.xml +47 -33
- package/test/snapshots/texml-tests/perl.html +41 -0
- package/test/snapshots/texml-tests/perl.xml +32 -0
- package/test/snapshots/texml-tests/protected.xml +1 -1
- package/test/snapshots/texml-tests/quote.xml +1 -1
- package/test/snapshots/texml-tests/ref.xml +2 -2
- package/test/snapshots/texml-tests/refrange.xml +11 -11
- package/test/snapshots/texml-tests/scantokens.xml +1 -1
- package/test/snapshots/texml-tests/secmeta.html +4 -4
- package/test/snapshots/texml-tests/secmeta.xml +4 -4
- package/test/snapshots/texml-tests/section.xml +10 -10
- package/test/snapshots/texml-tests/showonlyrefs.xml +1 -1
- package/test/snapshots/texml-tests/smash.xml +1 -1
- package/test/snapshots/texml-tests/stepnumber-1.html +8 -0
- package/test/snapshots/texml-tests/stepnumber-1.xml +23 -0
- package/test/snapshots/texml-tests/stepnumber-2.html +6 -0
- package/test/snapshots/texml-tests/stepnumber-2.xml +21 -0
- package/test/snapshots/texml-tests/stepnumber-3.html +6 -0
- package/test/snapshots/texml-tests/stepnumber-3.xml +21 -0
- package/test/snapshots/texml-tests/strcmp.xml +1 -1
- package/test/snapshots/texml-tests/string-m.html +41 -0
- package/test/snapshots/texml-tests/string-m.xml +32 -0
- package/test/snapshots/texml-tests/string.xml +1 -1
- package/test/snapshots/texml-tests/strings.html +41 -0
- package/test/snapshots/texml-tests/strings.xml +31 -0
- package/test/snapshots/texml-tests/sub_sup.xml +1 -1
- package/test/snapshots/texml-tests/subcaption.xml +1 -1
- package/test/snapshots/texml-tests/tableofcontents.html +35 -26
- package/test/snapshots/texml-tests/tableofcontents.xml +60 -38
- package/test/snapshots/texml-tests/tabular.xml +1 -1
- package/test/snapshots/texml-tests/tcolorbox.xml +1 -1
- package/test/snapshots/texml-tests/texcl.html +18 -0
- package/test/snapshots/texml-tests/texcl.xml +68 -0
- package/test/snapshots/texml-tests/textequation.xml +1 -1
- package/test/snapshots/texml-tests/thm-restate.xml +1 -1
- package/test/snapshots/texml-tests/tracingnodes.xml +1 -1
- package/test/snapshots/texml-tests/unexpanded.xml +1 -1
- package/test/snapshots/texml-tests/unless.xml +1 -1
- package/test/snapshots/texml-tests/upgreek.xml +1 -1
- package/test/snapshots/texml-tests/url.xml +1 -1
- package/test/snapshots/texml-tests/verb.xml +1 -1
- package/test/snapshots/texml-tests/vlist.xml +1 -1
- package/test/snapshots/texml-tests/xcolor.xml +1 -1
- package/test/snapshots/texml-tests/xmllabel.xml +1 -1
|
@@ -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>listings: escapeinside</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
15
|
+
<texml:lstlisting numbers="none">
|
|
16
|
+
<texml:line><monospace>// <id>calc</id>(<id>ulate</id> $<id>a_</id>{<id>ij</id>}$)</monospace></texml:line>
|
|
17
|
+
<texml:line><monospace> ($<id>a_</id>{<id>ij</id>} = <id>a_</id>{<id>jj</id>}/<id>a_</id>{<id>ij</id>}$);</monospace></texml:line>
|
|
18
|
+
</texml:lstlisting>
|
|
19
|
+
</fig>
|
|
20
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
21
|
+
<texml:lstlisting numbers="none">
|
|
22
|
+
<texml:line><monospace>// <id>calc</id>ulate <inline-formula content-type="math/tex"><tex-math>a_{ij}</tex-math></inline-formula></monospace></texml:line>
|
|
23
|
+
<texml:line><monospace> <inline-formula content-type="math/tex"><tex-math>a_{ij} = a_{jj}/a_{ij}</tex-math></inline-formula>;</monospace></texml:line>
|
|
24
|
+
</texml:lstlisting>
|
|
25
|
+
</fig>
|
|
26
|
+
</sec>
|
|
27
|
+
</body>
|
|
28
|
+
</article>
|
|
@@ -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>eurosym</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "eurosym",
|
|
4
|
+
"alttitle": "eurosym",
|
|
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>eurosym</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p><span data-ams-style="monospace">\relax</span></p>
|
|
36
|
+
</section>
|
|
37
|
+
<section id="ltxid4" data-ams-doc="section" data-ams-doc-level="1">
|
|
38
|
+
<p>hello, world</p>
|
|
39
|
+
<p>texteuro: €</p>
|
|
40
|
+
<p>geneuro: €</p>
|
|
41
|
+
<p>euro: €</p>
|
|
42
|
+
<p>€ 10</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>eurosym</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
|
+
<p><monospace>\relax</monospace></p>
|
|
14
|
+
</sec>
|
|
15
|
+
<sec id="ltxid4" specific-use="section untagged">
|
|
16
|
+
<p>hello, world</p>
|
|
17
|
+
<p>texteuro: €</p>
|
|
18
|
+
<p>geneuro: €</p>
|
|
19
|
+
<p>euro: €</p>
|
|
20
|
+
<p>€ 10</p>
|
|
21
|
+
</sec>
|
|
22
|
+
</body>
|
|
23
|
+
</article>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p>mathcal: <inline-formula content-type="math/tex"><tex-math>\mathscr{A}</tex-math></inline-formula></p>
|
|
15
15
|
<p>mathscr: <inline-formula content-type="math/tex"><tex-math>\mathscr{A}</tex-math></inline-formula></p>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p><monospace>macro:->\X [expansion of X]</monospace></p>
|
|
15
15
|
<p><monospace>macro:->[expansion of X][expansion of X]</monospace></p>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p><inline-formula content-type="math/tex">
|
|
15
15
|
<tex-math>A <inline-graphic height="20pt" mimetype="image/svg+xml" width="29pt" xlink:href="Images/img4c339cb3cf49f2c82645c1ae7c7834d8.svg"/> B</tex-math>
|
|
@@ -1,28 +1,39 @@
|
|
|
1
1
|
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>AMS Publication</title></head><body>
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
</section>
|
|
7
|
-
<section role="doc-part" id="ltxid3" data-ams-doc="part" data-ams-doc-level="0"><h1 data-ams-doc-alttitle="Part 1 Part title"><span data-ams-doc="label">Part 1</span> <span data-ams-doc="title">Part title<a role="doc-noteref" data-ams-ref="fn" href="#ltxid4"><sup>1</sup></a></span></h1><div id="ltxid4" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>Footnote in part</p></div>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<section role="doc-chapter" id="ltxid5" data-ams-doc="chapter" data-ams-doc-level="0"><h1 data-ams-doc-alttitle="Chapter 1 Chapter"><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter<a role="doc-noteref" data-ams-ref="fn" href="#ltxid6"><sup>1</sup></a></span></h1><div id="ltxid6" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>Footnote in chapter</p></div>
|
|
2
|
+
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{},"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":null},"title":"","alttitle":"A First Course in Spectral Theory","subtitle":"Lectures from the 2022 Arizona Winter School"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
3
|
+
|
|
4
|
+
<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="part" href="#ltxid5"><span data-ams-doc="label">Part 1<ams-x>.</ams-x></span> <span data-ams-doc="title">Part title</span></a><ol><li><a data-ams-ref="chapter" href="#ltxid7"><span data-ams-doc="label">Chapter 1<ams-x>.</ams-x></span> <span data-ams-doc="title">Chapter</span></a><ol><li><a data-ams-ref="section" href="#ltxid10"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section title</span></a></li><li><a data-ams-doc-alttitle="2. Another section title" data-ams-ref="section" href="#ltxid12"><span data-ams-doc="label">2<ams-x>.</ams-x></span> <span data-ams-doc="title">Another section title </span></a></li></ol></li></ol></li></ol></nav>
|
|
5
|
+
<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>
|
|
12
6
|
|
|
7
|
+
<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>
|
|
8
|
+
</section>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<section role="doc-part" id="ltxid5" data-ams-doc="part" data-ams-doc-level="0">
|
|
12
|
+
<div data-ams-doc="sec-meta">
|
|
13
|
+
<h1 data-ams-doc-alttitle="Part 1 Part title"><span data-ams-doc="label">Part 1</span> <span data-ams-doc="title">Part title<a role="doc-noteref" data-ams-ref="fn" href="#ltxid6"><sup>1</sup></a></span></h1><div id="ltxid6" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>Footnote in part</p></div>
|
|
14
|
+
</div>
|
|
13
15
|
|
|
16
|
+
<section role="doc-chapter" id="ltxid7" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
17
|
+
<div data-ams-doc="sec-meta">
|
|
18
|
+
<h1 data-ams-doc-alttitle="Chapter 1 Chapter"><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter<a role="doc-noteref" data-ams-ref="fn" href="#ltxid8"><sup>1</sup></a></span></h1><div id="ltxid8" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>Footnote in chapter</p></div>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<section id="ltxid9" data-ams-doc="section" data-ams-doc-level="1">
|
|
22
|
+
<p>hello, world</p>
|
|
23
|
+
</section>
|
|
24
|
+
<section id="ltxid10" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="1. Section title"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section title<a role="doc-noteref" data-ams-ref="fn" href="#ltxid11"><sup>2</sup></a></span><div id="ltxid11" aria-label="Footnote 2" role="doc-footnote"><span data-ams-doc="label"><sup>2</sup></span><p>Footnote in section title</p></div></h2>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</section>
|
|
29
|
+
<section id="ltxid12" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="2. Another section title"><span data-ams-doc="label">2<ams-x>.</ams-x></span> <span data-ams-doc="title">Another section title <a role="doc-noteref" data-ams-ref="fn" href="#ltxid13"><sup>3</sup></a></span><div id="ltxid13" aria-label="Footnote 3" role="doc-footnote"><span data-ams-doc="label"><sup>3</sup></span><p>Footnote with optional argument</p></div></h2>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
</section>
|
|
34
|
+
|
|
35
|
+
</section>
|
|
14
36
|
|
|
15
|
-
<p>hello, world</p>
|
|
16
|
-
<section id="ltxid7" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="1. Section title"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section title<a role="doc-noteref" data-ams-ref="fn" href="#ltxid8"><sup>2</sup></a></span><div id="ltxid8" aria-label="Footnote 2" role="doc-footnote"><span data-ams-doc="label"><sup>2</sup></span><p>Footnote in section title</p></div></h2>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</section>
|
|
21
|
-
<section id="ltxid9" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="2. Another section title"><span data-ams-doc="label">2<ams-x>.</ams-x></span> <span data-ams-doc="title">Another section title <a role="doc-noteref" data-ams-ref="fn" href="#ltxid10"><sup>3</sup></a></span><div id="ltxid10" aria-label="Footnote 3" role="doc-footnote"><span data-ams-doc="label"><sup>3</sup></span><p>Footnote with optional argument</p></div></h2>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</section>
|
|
26
37
|
</section>
|
|
27
|
-
|
|
38
|
+
|
|
28
39
|
</body></html>
|
|
@@ -1,59 +1,78 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
<!DOCTYPE book PUBLIC "-//NLM//DTD BITS Book Interchange DTD v2.
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE book PUBLIC "-//NLM//DTD BITS Book Interchange DTD v2.2 20250930//EN" "BITS-book2-2.dtd">
|
|
3
3
|
<book xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<label>Chapter 1<x>.</x></label>
|
|
18
|
-
<title>Chapter</title>
|
|
4
|
+
<book-meta/>
|
|
5
|
+
<front-matter id="ltxid1">
|
|
6
|
+
<toc id="ltxid2" specific-use="toc">
|
|
7
|
+
<toc-title-group>
|
|
8
|
+
<title>Contents</title>
|
|
9
|
+
</toc-title-group>
|
|
10
|
+
<toc-entry specific-use="epub-opening-page">
|
|
11
|
+
<title>Publisher’s Notice</title>
|
|
12
|
+
<nav-pointer rid="ltxid3"/>
|
|
13
|
+
</toc-entry>
|
|
14
|
+
<toc-entry specific-use="part">
|
|
15
|
+
<label>Part 1<x>.</x></label>
|
|
16
|
+
<title>Part title</title>
|
|
19
17
|
<nav-pointer rid="ltxid5"/>
|
|
20
|
-
<toc-entry specific-use="
|
|
21
|
-
<label>1<x>.</x></label>
|
|
22
|
-
<title>
|
|
18
|
+
<toc-entry specific-use="chapter">
|
|
19
|
+
<label>Chapter 1<x>.</x></label>
|
|
20
|
+
<title>Chapter</title>
|
|
23
21
|
<nav-pointer rid="ltxid7"/>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<
|
|
22
|
+
<toc-entry specific-use="section">
|
|
23
|
+
<label>1<x>.</x></label>
|
|
24
|
+
<title>Section title</title>
|
|
25
|
+
<nav-pointer rid="ltxid10"/>
|
|
26
|
+
</toc-entry>
|
|
27
|
+
<toc-entry specific-use="section">
|
|
28
|
+
<label>2<x>.</x></label>
|
|
29
|
+
<title>Another section title </title>
|
|
30
|
+
<alt-title>Another section title</alt-title>
|
|
31
|
+
<nav-pointer rid="ltxid12"/>
|
|
32
|
+
</toc-entry>
|
|
30
33
|
</toc-entry>
|
|
31
34
|
</toc-entry>
|
|
32
|
-
</toc
|
|
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
|
-
|
|
35
|
+
</toc>
|
|
36
|
+
<notes id="ltxid3" notes-type="publishers-note" specific-use="epub-opening-page">
|
|
37
|
+
<title>Publisher’s Notice</title>
|
|
38
|
+
<p>The <ext-link xlink:href="https://www.ams.org">American Mathematical Society</ext-link> 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>
|
|
39
|
+
</notes>
|
|
40
|
+
</front-matter>
|
|
41
|
+
<book-body id="ltxid4">
|
|
42
|
+
<book-part id="ltxid5" specific-use="part">
|
|
43
|
+
<book-part-meta>
|
|
44
|
+
<title-group>
|
|
45
|
+
<label>Part 1</label>
|
|
46
|
+
<title>Part title<xref alt="Footnote 1" ref-type="fn" rid="ltxid6">1</xref><fn id="ltxid6"><label>1</label><p>Footnote in part</p></fn></title>
|
|
47
|
+
<alt-title>Part title</alt-title>
|
|
48
|
+
</title-group>
|
|
49
|
+
</book-part-meta>
|
|
50
|
+
<body>
|
|
51
|
+
<book-part id="ltxid7" specific-use="chapter">
|
|
52
|
+
<book-part-meta>
|
|
53
|
+
<title-group>
|
|
54
|
+
<label>Chapter 1</label>
|
|
55
|
+
<title>Chapter<xref alt="Footnote 1" ref-type="fn" rid="ltxid8">1</xref><fn id="ltxid8"><label>1</label><p>Footnote in chapter</p></fn></title>
|
|
56
|
+
<alt-title>Chapter</alt-title>
|
|
57
|
+
</title-group>
|
|
58
|
+
</book-part-meta>
|
|
59
|
+
<body>
|
|
60
|
+
<sec id="ltxid9" specific-use="section untagged">
|
|
61
|
+
<p>hello, world</p>
|
|
62
|
+
</sec>
|
|
63
|
+
<sec id="ltxid10" specific-use="section">
|
|
64
|
+
<label>1<x>.</x></label>
|
|
65
|
+
<title>Section title<xref alt="Footnote 2" ref-type="fn" rid="ltxid11">2</xref><fn id="ltxid11"><label>2</label><p>Footnote in section title</p></fn></title>
|
|
66
|
+
<alt-title>Section title</alt-title>
|
|
67
|
+
</sec>
|
|
68
|
+
<sec id="ltxid12" specific-use="section">
|
|
69
|
+
<label>2<x>.</x></label>
|
|
70
|
+
<title>Another section title <xref alt="Footnote 3" ref-type="fn" rid="ltxid13">3</xref><fn id="ltxid13"><label>3</label><p>Footnote with optional argument</p></fn></title>
|
|
71
|
+
<alt-title>Another section title</alt-title>
|
|
72
|
+
</sec>
|
|
73
|
+
</body>
|
|
74
|
+
</book-part>
|
|
75
|
+
</body>
|
|
76
|
+
</book-part>
|
|
77
|
+
</book-body>
|
|
59
78
|
</book>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="3.0pt" position="l" width="1in">framebox</boxed-text></p>
|
|
15
15
|
<p>hello, <boxed-text content-type="framebox" fboxrule="0.4pt" fboxsep="0.0pt" position="c">frame</boxed-text></p>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>gobble</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "gobble",
|
|
4
|
+
"alttitle": "gobble",
|
|
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>gobble</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1">
|
|
35
|
+
<p>hello, world</p>
|
|
36
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
37
|
+
|
|
38
|
+
</figure>
|
|
39
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
40
|
+
|
|
41
|
+
</figure>
|
|
42
|
+
</section>
|
|
43
|
+
|
|
44
|
+
</section></body></html>
|
|
@@ -0,0 +1,38 @@
|
|
|
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>gobble</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
|
+
<p>hello, world</p>
|
|
14
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
15
|
+
<texml:lstlisting numbers="none">
|
|
16
|
+
<texml:line>1 for i:=maxint to 0 do</texml:line>
|
|
17
|
+
<texml:line> 2 begin</texml:line>
|
|
18
|
+
<texml:line> 3 { do nothing }</texml:line>
|
|
19
|
+
<texml:line>123end;</texml:line>
|
|
20
|
+
<texml:line/>
|
|
21
|
+
<texml:line> Write('Case insensitive ');</texml:line>
|
|
22
|
+
<texml:line> WritE('Pascal keywords.');</texml:line>
|
|
23
|
+
</texml:lstlisting>
|
|
24
|
+
</fig>
|
|
25
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
26
|
+
<texml:lstlisting numbers="none">
|
|
27
|
+
<texml:line>for i:=maxint to 0 do</texml:line>
|
|
28
|
+
<texml:line>begin</texml:line>
|
|
29
|
+
<texml:line> { do nothing }</texml:line>
|
|
30
|
+
<texml:line>end;</texml:line>
|
|
31
|
+
<texml:line/>
|
|
32
|
+
<texml:line>Write('Case insensitive ');</texml:line>
|
|
33
|
+
<texml:line>WritE('Pascal keywords.');</texml:line>
|
|
34
|
+
</texml:lstlisting>
|
|
35
|
+
</fig>
|
|
36
|
+
</sec>
|
|
37
|
+
</body>
|
|
38
|
+
</article>
|
|
@@ -1,48 +1,53 @@
|
|
|
1
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":"gsm-l","alttitle":"gsm-l"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
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","subtitle":"Lectures from the 2022 Arizona Winter School"},"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="#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="#
|
|
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="#ltxid7"><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="#ltxid8"><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="appendix" href="#ltxid11"><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="appendix" href="#ltxid13"><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
10
|
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
<section role="doc-chapter" id="ltxid5" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
13
|
+
<div data-ams-doc="sec-meta">
|
|
14
|
+
<h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter heading</span></h1>
|
|
15
|
+
</div>
|
|
13
16
|
|
|
14
|
-
<section
|
|
17
|
+
<section id="ltxid6" data-ams-doc="section" data-ams-doc-level="1">
|
|
18
|
+
<p>hello, world</p>
|
|
19
|
+
</section>
|
|
20
|
+
<section id="ltxid7" 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>
|
|
15
21
|
|
|
16
22
|
|
|
17
|
-
<
|
|
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>
|
|
23
|
+
<section id="ltxid8" 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>
|
|
19
24
|
|
|
20
25
|
|
|
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>
|
|
25
26
|
</section>
|
|
26
27
|
</section>
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
</section>
|
|
29
30
|
|
|
30
31
|
|
|
31
|
-
<section id="
|
|
32
|
-
<section role="doc-appendix" id="
|
|
33
|
-
|
|
32
|
+
<section id="ltxid10" data-ams-doc="app-group" data-ams-doc-level="0">
|
|
33
|
+
<section role="doc-appendix" id="ltxid11" data-ams-doc="appendix" data-ams-doc-level="0">
|
|
34
|
+
<div data-ams-doc="sec-meta">
|
|
34
35
|
<h1><span data-ams-doc="label">Appendix A</span> <span data-ams-doc="title">A Numbered Appendix</span></h1>
|
|
36
|
+
</div>
|
|
35
37
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
<section id="ltxid12" data-ams-doc="section" data-ams-doc-level="1">
|
|
39
|
+
<p>hello, appendix</p>
|
|
40
|
+
</section>
|
|
38
41
|
|
|
39
42
|
</section>
|
|
40
|
-
<section role="doc-appendix" id="
|
|
41
|
-
|
|
43
|
+
<section role="doc-appendix" id="ltxid13" data-ams-doc="appendix" data-ams-doc-level="0">
|
|
44
|
+
<div data-ams-doc="sec-meta">
|
|
42
45
|
<h1><span data-ams-doc="label">Appendix</span> <span data-ams-doc="title">An Unnumbered Appendix</span></h1>
|
|
46
|
+
</div>
|
|
43
47
|
|
|
44
|
-
|
|
45
|
-
|
|
48
|
+
<section id="ltxid14" data-ams-doc="section" data-ams-doc-level="1">
|
|
49
|
+
<p>hello, other appendix</p>
|
|
50
|
+
</section>
|
|
46
51
|
|
|
47
52
|
</section>
|
|
48
53
|
</section>
|