@amermathsoc/texml-to-html 20.2.0 → 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 +19 -0
- package/README.md +1 -2
- package/lib/elements/abstract.js +1 -1
- 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 +27 -25
- package/test/book--metadata.xml +6 -5
- package/test/book.xml +121 -65
- 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 +4 -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.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
|
@@ -1,27 +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>
|
|
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
|
-
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>natbib</title></head><body>
|
|
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":"natbib","alttitle":"natbib","subtitle":"Lectures from the 2022 Arizona Winter School"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<section role="doc-chapter" id="ltxid3" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
6
|
+
<div data-ams-doc="sec-meta">
|
|
7
|
+
<h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Examples</span></h1>
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
<section id="ltxid4" data-ams-doc="section" data-ams-doc-level="1">
|
|
11
|
+
<p>hello, world</p>
|
|
12
|
+
<p>One cite: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al. <ams-x>(</ams-x>2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
13
|
+
<p>One citep: <cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
14
|
+
<p>One citep*: <cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers<ams-x>,</ams-x> 2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
15
|
+
<p>One citet: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al. <ams-x>(</ams-x>2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
16
|
+
<p>One citet*: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers <ams-x>(</ams-x>2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
17
|
+
<p>One citealt: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al. 2009</a></cite></cite-group></p>
|
|
18
|
+
<p>One citealt*: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers 2009</a></cite></cite-group></p>
|
|
19
|
+
<p>One citealp: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite></cite-group></p>
|
|
20
|
+
<p>One citealp*: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers<ams-x>,</ams-x> 2009</a></cite></cite-group></p>
|
|
21
|
+
<p>One citetext: (Pegg2009)</p>
|
|
22
|
+
<p>One citenum: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">1</a></cite></cite-group></p>
|
|
23
|
+
<p>One citeauthor: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.</a></cite></cite-group></p>
|
|
24
|
+
<p>One citeauthor*: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers</a></cite></cite-group></p>
|
|
25
|
+
<p>One citeyear: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">2009</a></cite></cite-group></p>
|
|
26
|
+
<p>One citeyearpar: <cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
27
|
+
<p>One citefullauthor: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg, Schoen, and Rodgers</a></cite></cite-group></p>
|
|
28
|
+
<p>One Citet: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al. <ams-x>(</ams-x>2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
29
|
+
<p>One Citep: <cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
30
|
+
<p>One Citealt: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al. 2009</a></cite></cite-group></p>
|
|
31
|
+
<p>One Citealp: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite></cite-group></p>
|
|
32
|
+
<p>One Citeauthor: <cite-group><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.</a></cite></cite-group></p>
|
|
33
|
+
<p>Multiple cites: <cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite><ams-x>;</ams-x> <cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Wolfe2002">Wolfe and Rodgers<ams-x>,</ams-x> 2002</a></cite><ams-x>;</ams-x> <cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Gardner2008">Gardner et al.<ams-x>,</ams-x> 2008</a></cite><ams-x>,</ams-x> <cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Gardner2009">2009</a></cite><ams-x>,</ams-x> <cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Gardner1999">1999</a></cite><ams-x>)</ams-x></cite-group></p>
|
|
34
|
+
<p><cite-group><ams-x>(</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-Pegg2009">Pegg et al.<ams-x>,</ams-x> 2009</a></cite><ams-x>,</ams-x> appendix<ams-x>)</ams-x></cite-group></p>
|
|
35
|
+
</section>
|
|
36
|
+
|
|
37
|
+
</section>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<section role="doc-bibliography" data-ams-content-type="thebibliography" id="ltxid6" data-ams-doc-level="0"><h1><span data-ams-doc="title">Bibliography</span></h1><dl><dt id="bibr-Gardner1999"></dt><dd><div data-ams-doc="biblioentry">M. Gardner, E. R. Berlekamp, and T. Rodgers (1999). <em>The mathemagician and pied puzzler: a collection in tribute to Martin Gardner</em>. A. K. Peters, Natick, Mass.</div></dd><dt id="bibr-Gardner2008"></dt><dd><div data-ams-doc="biblioentry">M. Gardner, E. D. Demaine, M. L. Demaine, and T. Rodgers (2008). <em>A lifetime of puzzles: A collection of puzzles in honor of Martin Gardner’s 90th birthday</em>. A. K. Peters, Ltd., Wellesley, Mass.</div></dd><dt id="bibr-Gardner2009"></dt><dd><div data-ams-doc="biblioentry">M. Gardner, E. Pegg, A. H. Schoen, and T. Rodgers (2009). <em>Mathematical wizardry for a Gardner</em>. A. K. Peters, Wellesley, Mass.</div></dd><dt id="bibr-Pegg2009"></dt><dd><div data-ams-doc="biblioentry">E. Pegg, A. H. Schoen, and T. Rodgers (2009). <em>Homage to a pied puzzler</em>. A. K. Peters, Wellesley, Mass.</div></dd><dt id="bibr-Wolfe2002"></dt><dd><div data-ams-doc="biblioentry">D. Wolfe and T. Rodgers (2002). <em>Puzzlers’ tribute: a feast for the mind</em>. A. K. Peters, Natick, Mass. <a href="http://site.ebrary.com/id/10159715">http://site.ebrary.com/id/10159715</a>.</div></dd></dl></section>
|
|
41
|
+
|
|
27
42
|
</body></html>
|
|
@@ -1,46 +1,68 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
<book-meta>
|
|
5
|
+
<book-title-group>
|
|
6
|
+
<book-title>natbib</book-title>
|
|
7
|
+
</book-title-group>
|
|
8
|
+
</book-meta>
|
|
9
|
+
<front-matter id="ltxid1"/>
|
|
10
|
+
<book-body id="ltxid2">
|
|
11
|
+
<book-part id="ltxid3" specific-use="chapter">
|
|
12
|
+
<book-part-meta>
|
|
13
|
+
<title-group>
|
|
14
|
+
<label>Chapter 1</label>
|
|
15
|
+
<title>Examples</title>
|
|
16
|
+
</title-group>
|
|
17
|
+
</book-part-meta>
|
|
18
|
+
<body>
|
|
19
|
+
<sec id="ltxid4" specific-use="section untagged">
|
|
20
|
+
<p>hello, world</p>
|
|
21
|
+
<p>One cite: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al. <x>(</x>2009</xref><x>)</x></cite-group></p>
|
|
22
|
+
<p>One citep: <cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref><x>)</x></cite-group></p>
|
|
23
|
+
<p>One citep*: <cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers<x>,</x> 2009</xref><x>)</x></cite-group></p>
|
|
24
|
+
<p>One citet: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al. <x>(</x>2009</xref><x>)</x></cite-group></p>
|
|
25
|
+
<p>One citet*: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers <x>(</x>2009</xref><x>)</x></cite-group></p>
|
|
26
|
+
<p>One citealt: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al. 2009</xref></cite-group></p>
|
|
27
|
+
<p>One citealt*: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers 2009</xref></cite-group></p>
|
|
28
|
+
<p>One citealp: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref></cite-group></p>
|
|
29
|
+
<p>One citealp*: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers<x>,</x> 2009</xref></cite-group></p>
|
|
30
|
+
<p>One citetext: (Pegg2009)</p>
|
|
31
|
+
<p>One citenum: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">1</xref></cite-group></p>
|
|
32
|
+
<p>One citeauthor: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.</xref></cite-group></p>
|
|
33
|
+
<p>One citeauthor*: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers</xref></cite-group></p>
|
|
34
|
+
<p>One citeyear: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">2009</xref></cite-group></p>
|
|
35
|
+
<p>One citeyearpar: <cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">2009</xref><x>)</x></cite-group></p>
|
|
36
|
+
<p>One citefullauthor: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg, Schoen, and Rodgers</xref></cite-group></p>
|
|
37
|
+
<p>One Citet: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al. <x>(</x>2009</xref><x>)</x></cite-group></p>
|
|
38
|
+
<p>One Citep: <cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref><x>)</x></cite-group></p>
|
|
39
|
+
<p>One Citealt: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al. 2009</xref></cite-group></p>
|
|
40
|
+
<p>One Citealp: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref></cite-group></p>
|
|
41
|
+
<p>One Citeauthor: <cite-group><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.</xref></cite-group></p>
|
|
42
|
+
<p>Multiple cites: <cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref><x>;</x> <xref ref-type="bibr" rid="bibr-Wolfe2002">Wolfe and Rodgers<x>,</x> 2002</xref><x>;</x> <xref ref-type="bibr" rid="bibr-Gardner2008">Gardner et al.<x>,</x> 2008</xref><x>,</x> <xref ref-type="bibr" rid="bibr-Gardner2009">2009</xref><x>,</x> <xref ref-type="bibr" rid="bibr-Gardner1999">1999</xref><x>)</x></cite-group></p>
|
|
43
|
+
<p><cite-group><x>(</x><xref ref-type="bibr" rid="bibr-Pegg2009">Pegg et al.<x>,</x> 2009</xref><x>,</x> appendix<x>)</x></cite-group></p>
|
|
44
|
+
</sec>
|
|
45
|
+
</body>
|
|
46
|
+
</book-part>
|
|
47
|
+
</book-body>
|
|
48
|
+
<book-back id="ltxid5">
|
|
49
|
+
<ref-list content-type="thebibliography" id="ltxid6">
|
|
50
|
+
<title>Bibliography</title>
|
|
51
|
+
<ref id="bibr-Gardner1999">
|
|
52
|
+
<mixed-citation>M. Gardner, E. R. Berlekamp, and T. Rodgers (1999). <italic toggle="yes">The mathemagician and pied puzzler: a collection in tribute to Martin Gardner</italic>. A. K. Peters, Natick, Mass.</mixed-citation>
|
|
53
|
+
</ref>
|
|
54
|
+
<ref id="bibr-Gardner2008">
|
|
55
|
+
<mixed-citation>M. Gardner, E. D. Demaine, M. L. Demaine, and T. Rodgers (2008). <italic toggle="yes">A lifetime of puzzles: A collection of puzzles in honor of Martin Gardner’s 90th birthday</italic>. A. K. Peters, Ltd., Wellesley, Mass.</mixed-citation>
|
|
56
|
+
</ref>
|
|
57
|
+
<ref id="bibr-Gardner2009">
|
|
58
|
+
<mixed-citation>M. Gardner, E. Pegg, A. H. Schoen, and T. Rodgers (2009). <italic toggle="yes">Mathematical wizardry for a Gardner</italic>. A. K. Peters, Wellesley, Mass.</mixed-citation>
|
|
59
|
+
</ref>
|
|
60
|
+
<ref id="bibr-Pegg2009">
|
|
61
|
+
<mixed-citation>E. Pegg, A. H. Schoen, and T. Rodgers (2009). <italic toggle="yes">Homage to a pied puzzler</italic>. A. K. Peters, Wellesley, Mass.</mixed-citation>
|
|
62
|
+
</ref>
|
|
63
|
+
<ref id="bibr-Wolfe2002">
|
|
64
|
+
<mixed-citation>D. Wolfe and T. Rodgers (2002). <italic toggle="yes">Puzzlers’ tribute: a feast for the mind</italic>. A. K. Peters, Natick, Mass. <ext-link xlink:href="http://site.ebrary.com/id/10159715">http://site.ebrary.com/id/10159715</ext-link>.</mixed-citation>
|
|
65
|
+
</ref>
|
|
66
|
+
</ref-list>
|
|
67
|
+
</book-back>
|
|
46
68
|
</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><monospace>macro:->B\c D</monospace></p>
|
|
15
15
|
<p><monospace>macro:->B\c D</monospace></p>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>Font Declarations</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "Font Declarations",
|
|
4
|
+
"alttitle": "Font Declarations",
|
|
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>Font Declarations</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-style="roman">hello, world</span></p>
|
|
37
|
+
<p><span data-ams-style="roman">hello, world</span></p>
|
|
38
|
+
<p><span data-ams-style="roman">hello, world</span></p>
|
|
39
|
+
<p><span data-ams-style="sans-serif">hello, world</span></p>
|
|
40
|
+
<p><span data-ams-style="sans-serif">hello, world</span></p>
|
|
41
|
+
<p><span data-ams-style="sans-serif">hello, world</span></p>
|
|
42
|
+
<p><span data-ams-style="monospace">hello, world</span></p>
|
|
43
|
+
<p><span data-ams-style="monospace">hello, world</span></p>
|
|
44
|
+
<p><span data-ams-style="monospace">hello, world</span></p>
|
|
45
|
+
<p><strong>hello, world</strong></p>
|
|
46
|
+
<p><strong>hello, world</strong></p>
|
|
47
|
+
<p><strong>hello, world</strong></p>
|
|
48
|
+
<p><i>hello, world</i></p>
|
|
49
|
+
<p><i>hello, world</i></p>
|
|
50
|
+
<p><i>hello, world</i></p>
|
|
51
|
+
<p><span data-ams-style="oblique">hello, world</span></p>
|
|
52
|
+
<p><span data-ams-style="oblique">hello, world</span></p>
|
|
53
|
+
<p><span data-ams-style="oblique">hello, world</span></p>
|
|
54
|
+
<p><span data-ams-style="sc">hello, world</span></p>
|
|
55
|
+
<p><span data-ams-style="sc">hello, world</span></p>
|
|
56
|
+
<p><span data-ams-style="sc">hello, world</span></p>
|
|
57
|
+
</section>
|
|
58
|
+
|
|
59
|
+
</section></body></html>
|
|
@@ -0,0 +1,37 @@
|
|
|
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>Font Declarations</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
|
+
<p><roman>hello, world</roman></p>
|
|
15
|
+
<p><roman>hello, world</roman></p>
|
|
16
|
+
<p><roman>hello, world</roman></p>
|
|
17
|
+
<p><sans-serif>hello, world</sans-serif></p>
|
|
18
|
+
<p><sans-serif>hello, world</sans-serif></p>
|
|
19
|
+
<p><sans-serif>hello, world</sans-serif></p>
|
|
20
|
+
<p><monospace>hello, world</monospace></p>
|
|
21
|
+
<p><monospace>hello, world</monospace></p>
|
|
22
|
+
<p><monospace>hello, world</monospace></p>
|
|
23
|
+
<p><bold>hello, world</bold></p>
|
|
24
|
+
<p><bold>hello, world</bold></p>
|
|
25
|
+
<p><bold>hello, world</bold></p>
|
|
26
|
+
<p><italic>hello, world</italic></p>
|
|
27
|
+
<p><italic>hello, world</italic></p>
|
|
28
|
+
<p><italic>hello, world</italic></p>
|
|
29
|
+
<p><styled-content style-type="oblique">hello, world</styled-content></p>
|
|
30
|
+
<p><styled-content style-type="oblique">hello, world</styled-content></p>
|
|
31
|
+
<p><styled-content style-type="oblique">hello, world</styled-content></p>
|
|
32
|
+
<p><sc>hello, world</sc></p>
|
|
33
|
+
<p><sc>hello, world</sc></p>
|
|
34
|
+
<p><sc>hello, world</sc></p>
|
|
35
|
+
</sec>
|
|
36
|
+
</body>
|
|
37
|
+
</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>0</p>
|
|
15
15
|
<p>hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello 16</p>
|
|
@@ -1,54 +1,62 @@
|
|
|
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>part</title></head><body>
|
|
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":"part","alttitle":"part"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
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":"part","alttitle":"part","subtitle":"Lectures from the 2022 Arizona Winter School"},"publishers":[],"contributors":{},"permissions":{},"history":{},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
3
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 heading</span></a><ol><li><a data-ams-ref="section" href="#
|
|
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 heading</span></a><ol><li><a data-ams-ref="section" href="#ltxid9"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section heading</span></a></li></ol></li></ol></li><li><a data-ams-ref="appendix" href="#ltxid13"><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="#ltxid15"><span data-ams-doc="title">An Unnumbered Appendix</span></a></li></ol></nav>
|
|
5
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>
|
|
6
6
|
|
|
7
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
8
|
</section>
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
|
|
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><span data-ams-doc="label">Part 1</span> <span data-ams-doc="title">Part title</span></h1>
|
|
14
|
+
</div>
|
|
12
15
|
|
|
13
|
-
<section
|
|
14
|
-
|
|
16
|
+
<section id="ltxid6" data-ams-doc="section" data-ams-doc-level="1">
|
|
17
|
+
<p>Some random text before the chapter.</p>
|
|
18
|
+
</section>
|
|
19
|
+
<section role="doc-chapter" id="ltxid7" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
20
|
+
<div data-ams-doc="sec-meta">
|
|
21
|
+
<h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter heading</span></h1>
|
|
22
|
+
</div>
|
|
15
23
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<p>hello, world</p>
|
|
23
|
-
<section id="ltxid8" 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>
|
|
24
|
+
<section id="ltxid8" data-ams-doc="section" data-ams-doc-level="1">
|
|
25
|
+
<p>hello, world</p>
|
|
26
|
+
</section>
|
|
27
|
+
<section id="ltxid9" 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>
|
|
24
28
|
|
|
25
29
|
|
|
26
|
-
<section id="
|
|
30
|
+
<section id="ltxid10" 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>
|
|
27
31
|
|
|
28
32
|
|
|
29
33
|
</section>
|
|
30
34
|
</section>
|
|
31
|
-
|
|
35
|
+
|
|
32
36
|
</section>
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
</section>
|
|
35
39
|
|
|
36
40
|
|
|
37
|
-
<section id="
|
|
38
|
-
<section role="doc-appendix" id="
|
|
39
|
-
|
|
41
|
+
<section id="ltxid12" data-ams-doc="app-group" data-ams-doc-level="0">
|
|
42
|
+
<section role="doc-appendix" id="ltxid13" data-ams-doc="appendix" data-ams-doc-level="0">
|
|
43
|
+
<div data-ams-doc="sec-meta">
|
|
40
44
|
<h1><span data-ams-doc="label">Appendix A</span> <span data-ams-doc="title">A Numbered Appendix</span></h1>
|
|
45
|
+
</div>
|
|
41
46
|
|
|
42
|
-
|
|
43
|
-
|
|
47
|
+
<section id="ltxid14" data-ams-doc="section" data-ams-doc-level="1">
|
|
48
|
+
<p>hello, appendix</p>
|
|
49
|
+
</section>
|
|
44
50
|
|
|
45
51
|
</section>
|
|
46
|
-
<section role="doc-appendix" id="
|
|
47
|
-
|
|
52
|
+
<section role="doc-appendix" id="ltxid15" data-ams-doc="appendix" data-ams-doc-level="0">
|
|
53
|
+
<div data-ams-doc="sec-meta">
|
|
48
54
|
<h1><span data-ams-doc="label">Appendix</span> <span data-ams-doc="title">An Unnumbered Appendix</span></h1>
|
|
55
|
+
</div>
|
|
49
56
|
|
|
50
|
-
|
|
51
|
-
|
|
57
|
+
<section id="ltxid16" data-ams-doc="section" data-ams-doc-level="1">
|
|
58
|
+
<p>hello, other appendix</p>
|
|
59
|
+
</section>
|
|
52
60
|
|
|
53
61
|
</section>
|
|
54
62
|
</section>
|