@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
|
@@ -0,0 +1,318 @@
|
|
|
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
|
+
<book xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<book-meta>
|
|
5
|
+
<book-title-group>
|
|
6
|
+
<book-title>Sample book with appendix</book-title>
|
|
7
|
+
</book-title-group>
|
|
8
|
+
<contrib-group content-type="authors">
|
|
9
|
+
<contrib contrib-type="author">
|
|
10
|
+
<string-name>Jane Doe</string-name>
|
|
11
|
+
</contrib>
|
|
12
|
+
</contrib-group>
|
|
13
|
+
</book-meta>
|
|
14
|
+
<front-matter id="ltxid1">
|
|
15
|
+
<dedication id="ltxid2">
|
|
16
|
+
<book-part-meta>
|
|
17
|
+
<title-group>
|
|
18
|
+
<title>Dedication</title>
|
|
19
|
+
</title-group>
|
|
20
|
+
</book-part-meta>
|
|
21
|
+
<named-book-part-body>
|
|
22
|
+
<p>This is a dedication</p>
|
|
23
|
+
</named-book-part-body>
|
|
24
|
+
</dedication>
|
|
25
|
+
<toc id="ltxid3" specific-use="toc">
|
|
26
|
+
<toc-title-group>
|
|
27
|
+
<title>Contents</title>
|
|
28
|
+
</toc-title-group>
|
|
29
|
+
<toc-entry specific-use="epub-opening-page">
|
|
30
|
+
<title>Publisher’s Notice</title>
|
|
31
|
+
<nav-pointer rid="ltxid4"/>
|
|
32
|
+
</toc-entry>
|
|
33
|
+
<toc-entry specific-use="chapter">
|
|
34
|
+
<title>Foreword</title>
|
|
35
|
+
<nav-pointer rid="ltxid5"/>
|
|
36
|
+
</toc-entry>
|
|
37
|
+
<toc-entry specific-use="chapter">
|
|
38
|
+
<title>Preface</title>
|
|
39
|
+
<nav-pointer rid="ltxid7"/>
|
|
40
|
+
</toc-entry>
|
|
41
|
+
<toc-entry specific-use="chapter">
|
|
42
|
+
<title>Introduction</title>
|
|
43
|
+
<nav-pointer rid="ltxid9"/>
|
|
44
|
+
</toc-entry>
|
|
45
|
+
<toc-entry specific-use="chapter">
|
|
46
|
+
<title>Another Introduction</title>
|
|
47
|
+
<nav-pointer rid="ltxid11"/>
|
|
48
|
+
</toc-entry>
|
|
49
|
+
<toc-entry specific-use="chapter">
|
|
50
|
+
<label>Chapter 1<x>.</x></label>
|
|
51
|
+
<title>Chapter before part</title>
|
|
52
|
+
<nav-pointer rid="ltxid14"/>
|
|
53
|
+
</toc-entry>
|
|
54
|
+
<toc-entry specific-use="part">
|
|
55
|
+
<label>Part 1<x>.</x></label>
|
|
56
|
+
<title>First part</title>
|
|
57
|
+
<nav-pointer rid="ltxid16"/>
|
|
58
|
+
<toc-entry specific-use="chapter">
|
|
59
|
+
<label>Chapter 2<x>.</x></label>
|
|
60
|
+
<title>First Chapter title</title>
|
|
61
|
+
<nav-pointer rid="ltxid18"/>
|
|
62
|
+
<toc-entry specific-use="section">
|
|
63
|
+
<label>1<x>.</x></label>
|
|
64
|
+
<title>Introduction</title>
|
|
65
|
+
<nav-pointer rid="ltxid19"/>
|
|
66
|
+
</toc-entry>
|
|
67
|
+
</toc-entry>
|
|
68
|
+
</toc-entry>
|
|
69
|
+
<toc-entry specific-use="part">
|
|
70
|
+
<label>Part 2<x>.</x></label>
|
|
71
|
+
<title>Second part</title>
|
|
72
|
+
<nav-pointer rid="ltxid20"/>
|
|
73
|
+
<toc-entry specific-use="chapter">
|
|
74
|
+
<label>Chapter 3<x>.</x></label>
|
|
75
|
+
<title>Second Chapter title</title>
|
|
76
|
+
<nav-pointer rid="ltxid21"/>
|
|
77
|
+
<toc-entry specific-use="section">
|
|
78
|
+
<label>1<x>.</x></label>
|
|
79
|
+
<title>Introduction</title>
|
|
80
|
+
<nav-pointer rid="ltxid22"/>
|
|
81
|
+
</toc-entry>
|
|
82
|
+
</toc-entry>
|
|
83
|
+
</toc-entry>
|
|
84
|
+
<toc-entry specific-use="chapter">
|
|
85
|
+
<label>Chapter 4<x>.</x></label>
|
|
86
|
+
<title>Random back matter chapter</title>
|
|
87
|
+
<nav-pointer rid="ltxid24"/>
|
|
88
|
+
</toc-entry>
|
|
89
|
+
<toc-entry specific-use="appendix">
|
|
90
|
+
<label>Appendix A<x>.</x></label>
|
|
91
|
+
<title>Esoteric Secrets</title>
|
|
92
|
+
<nav-pointer rid="ltxid27"/>
|
|
93
|
+
<toc-entry specific-use="section">
|
|
94
|
+
<label>1<x>.</x></label>
|
|
95
|
+
<title>Appendix section</title>
|
|
96
|
+
<nav-pointer rid="ltxid29"/>
|
|
97
|
+
</toc-entry>
|
|
98
|
+
</toc-entry>
|
|
99
|
+
<toc-entry specific-use="appendix">
|
|
100
|
+
<title>Esotericer Secrets</title>
|
|
101
|
+
<nav-pointer rid="ltxid31"/>
|
|
102
|
+
<toc-entry specific-use="section">
|
|
103
|
+
<label>1<x>.</x></label>
|
|
104
|
+
<title>Another appendix section</title>
|
|
105
|
+
<nav-pointer rid="ltxid33"/>
|
|
106
|
+
</toc-entry>
|
|
107
|
+
</toc-entry>
|
|
108
|
+
<toc-entry specific-use="appendix">
|
|
109
|
+
<label>Appendix B<x>.</x></label>
|
|
110
|
+
<title>Esotericest Secrets</title>
|
|
111
|
+
<nav-pointer rid="ltxid34"/>
|
|
112
|
+
<toc-entry specific-use="section">
|
|
113
|
+
<title>Shout outs</title>
|
|
114
|
+
<nav-pointer rid="ltxid36"/>
|
|
115
|
+
</toc-entry>
|
|
116
|
+
</toc-entry>
|
|
117
|
+
</toc>
|
|
118
|
+
<notes id="ltxid4" notes-type="publishers-note" specific-use="epub-opening-page">
|
|
119
|
+
<title>Publisher’s Notice</title>
|
|
120
|
+
<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>
|
|
121
|
+
</notes>
|
|
122
|
+
<foreword id="ltxid5" specific-use="chapter">
|
|
123
|
+
<book-part-meta>
|
|
124
|
+
<title-group>
|
|
125
|
+
<title>Foreword</title>
|
|
126
|
+
</title-group>
|
|
127
|
+
</book-part-meta>
|
|
128
|
+
<named-book-part-body>
|
|
129
|
+
<sec id="ltxid6" specific-use="section untagged">
|
|
130
|
+
<p>Here is the foreword.</p>
|
|
131
|
+
</sec>
|
|
132
|
+
</named-book-part-body>
|
|
133
|
+
</foreword>
|
|
134
|
+
<preface id="ltxid7" specific-use="chapter">
|
|
135
|
+
<book-part-meta>
|
|
136
|
+
<title-group>
|
|
137
|
+
<title>Preface</title>
|
|
138
|
+
</title-group>
|
|
139
|
+
</book-part-meta>
|
|
140
|
+
<named-book-part-body>
|
|
141
|
+
<sec id="ltxid8" specific-use="section untagged">
|
|
142
|
+
<p>Here is the preface.</p>
|
|
143
|
+
</sec>
|
|
144
|
+
</named-book-part-body>
|
|
145
|
+
</preface>
|
|
146
|
+
<front-matter-part id="ltxid9" specific-use="chapter">
|
|
147
|
+
<book-part-meta>
|
|
148
|
+
<title-group>
|
|
149
|
+
<title>Introduction</title>
|
|
150
|
+
</title-group>
|
|
151
|
+
</book-part-meta>
|
|
152
|
+
<named-book-part-body>
|
|
153
|
+
<sec id="ltxid10" specific-use="section untagged">
|
|
154
|
+
<p>Here is an introduction.</p>
|
|
155
|
+
</sec>
|
|
156
|
+
</named-book-part-body>
|
|
157
|
+
</front-matter-part>
|
|
158
|
+
<front-matter-part id="ltxid11" specific-use="chapter">
|
|
159
|
+
<book-part-meta>
|
|
160
|
+
<title-group>
|
|
161
|
+
<title>Another Introduction</title>
|
|
162
|
+
</title-group>
|
|
163
|
+
</book-part-meta>
|
|
164
|
+
<named-book-part-body>
|
|
165
|
+
<sec id="ltxid12" specific-use="section untagged">
|
|
166
|
+
<p>Here is an another introduction.</p>
|
|
167
|
+
</sec>
|
|
168
|
+
</named-book-part-body>
|
|
169
|
+
</front-matter-part>
|
|
170
|
+
</front-matter>
|
|
171
|
+
<book-body id="ltxid13">
|
|
172
|
+
<book-part id="ltxid14" specific-use="chapter">
|
|
173
|
+
<book-part-meta>
|
|
174
|
+
<title-group>
|
|
175
|
+
<label>Chapter 1</label>
|
|
176
|
+
<title>Chapter before part</title>
|
|
177
|
+
</title-group>
|
|
178
|
+
</book-part-meta>
|
|
179
|
+
<body>
|
|
180
|
+
<sec id="ltxid15" specific-use="section untagged">
|
|
181
|
+
<p>Here is a chapter before a part.</p>
|
|
182
|
+
</sec>
|
|
183
|
+
</body>
|
|
184
|
+
</book-part>
|
|
185
|
+
<book-part id="ltxid16" specific-use="part">
|
|
186
|
+
<book-part-meta>
|
|
187
|
+
<title-group>
|
|
188
|
+
<label>Part 1</label>
|
|
189
|
+
<title>First part</title>
|
|
190
|
+
</title-group>
|
|
191
|
+
</book-part-meta>
|
|
192
|
+
<body>
|
|
193
|
+
<sec id="ltxid17" specific-use="section untagged">
|
|
194
|
+
<p>Part introductory text.</p>
|
|
195
|
+
</sec>
|
|
196
|
+
<book-part id="ltxid18" specific-use="chapter">
|
|
197
|
+
<book-part-meta>
|
|
198
|
+
<title-group>
|
|
199
|
+
<label>Chapter 2</label>
|
|
200
|
+
<title>First Chapter title</title>
|
|
201
|
+
</title-group>
|
|
202
|
+
</book-part-meta>
|
|
203
|
+
<body>
|
|
204
|
+
<sec id="ltxid19" specific-use="section">
|
|
205
|
+
<label>1<x>.</x></label>
|
|
206
|
+
<title>Introduction</title>
|
|
207
|
+
<p>Here is some text.</p>
|
|
208
|
+
</sec>
|
|
209
|
+
</body>
|
|
210
|
+
</book-part>
|
|
211
|
+
</body>
|
|
212
|
+
</book-part>
|
|
213
|
+
<book-part id="ltxid20" specific-use="part">
|
|
214
|
+
<book-part-meta>
|
|
215
|
+
<title-group>
|
|
216
|
+
<label>Part 2</label>
|
|
217
|
+
<title>Second part</title>
|
|
218
|
+
</title-group>
|
|
219
|
+
</book-part-meta>
|
|
220
|
+
<body>
|
|
221
|
+
<book-part id="ltxid21" specific-use="chapter">
|
|
222
|
+
<book-part-meta>
|
|
223
|
+
<title-group>
|
|
224
|
+
<label>Chapter 3</label>
|
|
225
|
+
<title>Second Chapter title</title>
|
|
226
|
+
</title-group>
|
|
227
|
+
</book-part-meta>
|
|
228
|
+
<body>
|
|
229
|
+
<sec id="ltxid22" specific-use="section">
|
|
230
|
+
<label>1<x>.</x></label>
|
|
231
|
+
<title>Introduction</title>
|
|
232
|
+
<p>Here is some text.</p>
|
|
233
|
+
</sec>
|
|
234
|
+
</body>
|
|
235
|
+
</book-part>
|
|
236
|
+
</body>
|
|
237
|
+
</book-part>
|
|
238
|
+
</book-body>
|
|
239
|
+
<book-back id="ltxid23">
|
|
240
|
+
<book-part id="ltxid24" specific-use="chapter">
|
|
241
|
+
<book-part-meta>
|
|
242
|
+
<title-group>
|
|
243
|
+
<label>Chapter 4</label>
|
|
244
|
+
<title>Random back matter chapter</title>
|
|
245
|
+
</title-group>
|
|
246
|
+
</book-part-meta>
|
|
247
|
+
<body>
|
|
248
|
+
<sec id="ltxid25" specific-use="section untagged">
|
|
249
|
+
<p>Here is a chapter in the back matter but not an appendix.</p>
|
|
250
|
+
</sec>
|
|
251
|
+
</body>
|
|
252
|
+
</book-part>
|
|
253
|
+
<book-app-group id="ltxid26">
|
|
254
|
+
<book-part-meta>
|
|
255
|
+
<title-group>
|
|
256
|
+
<title>Appendixes</title>
|
|
257
|
+
</title-group>
|
|
258
|
+
</book-part-meta>
|
|
259
|
+
<book-app id="ltxid27" specific-use="appendix">
|
|
260
|
+
<book-part-meta>
|
|
261
|
+
<title-group>
|
|
262
|
+
<label>Appendix A</label>
|
|
263
|
+
<title>Esoteric Secrets</title>
|
|
264
|
+
</title-group>
|
|
265
|
+
</book-part-meta>
|
|
266
|
+
<body>
|
|
267
|
+
<sec id="ltxid28" specific-use="section untagged">
|
|
268
|
+
<p>Some text.</p>
|
|
269
|
+
</sec>
|
|
270
|
+
<sec id="ltxid29" specific-use="section">
|
|
271
|
+
<label>1<x>.</x></label>
|
|
272
|
+
<title>Appendix section</title>
|
|
273
|
+
<p>Some text.</p>
|
|
274
|
+
<sec id="ltxid30" specific-use="subsection">
|
|
275
|
+
<label>1.1<x>.</x></label>
|
|
276
|
+
<title>Appendix subsection<x>.</x></title>
|
|
277
|
+
<p>Some text.</p>
|
|
278
|
+
</sec>
|
|
279
|
+
</sec>
|
|
280
|
+
</body>
|
|
281
|
+
</book-app>
|
|
282
|
+
<book-app id="ltxid31" specific-use="appendix">
|
|
283
|
+
<book-part-meta>
|
|
284
|
+
<title-group>
|
|
285
|
+
<label>Appendix</label>
|
|
286
|
+
<title>Esotericer Secrets</title>
|
|
287
|
+
</title-group>
|
|
288
|
+
</book-part-meta>
|
|
289
|
+
<body>
|
|
290
|
+
<sec id="ltxid32" specific-use="section untagged">
|
|
291
|
+
<p>Some text.</p>
|
|
292
|
+
</sec>
|
|
293
|
+
<sec id="ltxid33" specific-use="section">
|
|
294
|
+
<label>1<x>.</x></label>
|
|
295
|
+
<title>Another appendix section</title>
|
|
296
|
+
<p>Some text.</p>
|
|
297
|
+
</sec>
|
|
298
|
+
</body>
|
|
299
|
+
</book-app>
|
|
300
|
+
<book-app id="ltxid34" specific-use="appendix">
|
|
301
|
+
<book-part-meta>
|
|
302
|
+
<title-group>
|
|
303
|
+
<label>Appendix B</label>
|
|
304
|
+
<title>Esotericest Secrets</title>
|
|
305
|
+
</title-group>
|
|
306
|
+
</book-part-meta>
|
|
307
|
+
<body>
|
|
308
|
+
<sec id="ltxid35" specific-use="section untagged">
|
|
309
|
+
<p>Here is the real truth.</p>
|
|
310
|
+
</sec>
|
|
311
|
+
</body>
|
|
312
|
+
</book-app>
|
|
313
|
+
</book-app-group>
|
|
314
|
+
<ack id="ltxid36" specific-use="section">
|
|
315
|
+
<title>Shout outs</title>
|
|
316
|
+
</ack>
|
|
317
|
+
</book-back>
|
|
318
|
+
</book>
|
|
@@ -1,28 +1,31 @@
|
|
|
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>Sample book</title></head><body>
|
|
2
2
|
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{},"crossref":{},"issn":{},"isbn":{},"loc":{},"basename":null},"title":"Sample book","alttitle":"Sample book"},"publishers":[],"contributors":{"authors":[{"name":"Jane Doe","bio":"","affiliations":[],"emails":[]},{"name":"John Bull","bio":"","affiliations":[],"emails":[]}]},"permissions":{},"history":{}}</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="chapter" href="#ltxid3"><span data-ams-doc="title">Preface</span></a></li><li><a data-ams-ref="chapter" href="#
|
|
5
|
-
<section id="ltxid3" data-ams-doc-level="0" role="doc-preface">
|
|
6
|
-
|
|
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="chapter" href="#ltxid3"><span data-ams-doc="title">Preface</span></a></li><li><a data-ams-ref="chapter" href="#ltxid6"><span data-ams-doc="label">Chapter 1<ams-x>.</ams-x></span> <span data-ams-doc="title">Main matter</span></a></li><li><a data-ams-ref="ref-list" href="#ltxid10"><span data-ams-doc="title">Bibliography</span></a></li></ol></nav>
|
|
5
|
+
<section data-ams-specific-use="chapter" id="ltxid3" data-ams-doc-level="0" role="doc-preface">
|
|
6
|
+
<div data-ams-doc="sec-meta">
|
|
7
7
|
<h1><span data-ams-doc="title">Preface</span></h1>
|
|
8
|
+
</div>
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
<section id="ltxid4" data-ams-doc="section" data-ams-doc-level="1">
|
|
11
|
+
<p>Here is the preface.</p>
|
|
12
|
+
</section>
|
|
11
13
|
|
|
12
14
|
</section>
|
|
13
15
|
|
|
14
16
|
|
|
15
|
-
|
|
17
|
+
<section role="doc-chapter" id="ltxid6" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
18
|
+
<div data-ams-doc="sec-meta">
|
|
19
|
+
<h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Main matter</span></h1>
|
|
20
|
+
</div>
|
|
16
21
|
|
|
17
|
-
<section
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
<section id="ltxid7" data-ams-doc="section" data-ams-doc-level="1">
|
|
20
23
|
<p>Here is the body of the book.</p>
|
|
21
24
|
</section>
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
</section>
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
<section role="doc-bibliography" data-ams-content-type="thebibliography" id="
|
|
29
|
+
<section role="doc-bibliography" data-ams-content-type="thebibliography" id="ltxid10" data-ams-doc-level="0"><h1><span data-ams-doc="title">Bibliography</span></h1><dl><dt id="bibr-GrahamKP1994"><ams-x>[</ams-x>1<ams-x>]</ams-x></dt><dd><div data-ams-doc="biblioentry">Graham, Ronald L., Donald E. Knuth, and Oren Patashnik, 1994. <em>Concrete Mathematics: A Foundation for Computer Science</em>, second edition. Reprint: Addison-Wesley, Reading, Massachusetts, 1995. This printing incorporates the final corrections made in 1995. 0-201-55802-5.</div></dd></dl></section>
|
|
27
30
|
|
|
28
31
|
</body></html>
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
<book-meta>
|
|
5
5
|
<book-title-group>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</funding-group>
|
|
20
20
|
</book-meta>
|
|
21
21
|
<front-matter id="ltxid1">
|
|
22
|
-
<toc id="ltxid2">
|
|
22
|
+
<toc id="ltxid2" specific-use="toc">
|
|
23
23
|
<toc-title-group>
|
|
24
24
|
<title>Contents</title>
|
|
25
25
|
</toc-title-group>
|
|
@@ -30,37 +30,43 @@
|
|
|
30
30
|
<toc-entry specific-use="chapter">
|
|
31
31
|
<label>Chapter 1<x>.</x></label>
|
|
32
32
|
<title>Main matter</title>
|
|
33
|
-
<nav-pointer rid="
|
|
33
|
+
<nav-pointer rid="ltxid6"/>
|
|
34
34
|
</toc-entry>
|
|
35
35
|
<toc-entry specific-use="ref-list">
|
|
36
36
|
<title>Bibliography</title>
|
|
37
|
-
<nav-pointer rid="
|
|
37
|
+
<nav-pointer rid="ltxid10"/>
|
|
38
38
|
</toc-entry>
|
|
39
39
|
</toc>
|
|
40
|
-
<preface
|
|
40
|
+
<preface id="ltxid3" specific-use="chapter">
|
|
41
41
|
<book-part-meta>
|
|
42
42
|
<title-group>
|
|
43
43
|
<title>Preface</title>
|
|
44
44
|
</title-group>
|
|
45
45
|
</book-part-meta>
|
|
46
46
|
<named-book-part-body>
|
|
47
|
-
<
|
|
47
|
+
<sec id="ltxid4" specific-use="section untagged">
|
|
48
|
+
<p>Here is the preface.</p>
|
|
49
|
+
</sec>
|
|
48
50
|
</named-book-part-body>
|
|
49
51
|
</preface>
|
|
50
52
|
</front-matter>
|
|
51
|
-
<book-body id="
|
|
52
|
-
<book-part>
|
|
53
|
-
<
|
|
54
|
-
<
|
|
53
|
+
<book-body id="ltxid5">
|
|
54
|
+
<book-part id="ltxid6" specific-use="chapter">
|
|
55
|
+
<book-part-meta>
|
|
56
|
+
<title-group>
|
|
55
57
|
<label>Chapter 1</label>
|
|
56
58
|
<title>Main matter</title>
|
|
59
|
+
</title-group>
|
|
60
|
+
</book-part-meta>
|
|
61
|
+
<body>
|
|
62
|
+
<sec id="ltxid7" specific-use="section untagged">
|
|
57
63
|
<p>Here is the body of the book.</p>
|
|
58
64
|
</sec>
|
|
59
65
|
</body>
|
|
60
66
|
</book-part>
|
|
61
67
|
</book-body>
|
|
62
|
-
<book-back id="
|
|
63
|
-
<ref-list content-type="thebibliography" id="
|
|
68
|
+
<book-back id="ltxid8">
|
|
69
|
+
<ref-list content-type="thebibliography" id="ltxid10">
|
|
64
70
|
<title>Bibliography</title>
|
|
65
71
|
<ref id="bibr-GrahamKP1994">
|
|
66
72
|
<label><x>[</x>1<x>]</x></label>
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
<table-wrap id="ltxid1" specific-use="table"><label>Table 1<x>.</x></label><caption><p>Baseline: hline</p></caption> <table class="texml-bcc" id="tblrid1"><tr class="texml-bttsc"><td class="texml-pl texml-pr texml-tac">x</td></tr><tr class="texml-bbtsc texml-bttsc"><td class="texml-pl texml-pr texml-tac">y</td></tr></table></table-wrap>
|
|
5
5
|
<table-wrap id="ltxid2" specific-use="table"><label>Table 2<x>.</x></label><caption><p>toprule, midrule, bottomrule</p></caption> <table class="texml-bcc" id="tblrid2"><tr class="texml-bt"><td class="texml-pl texml-pr texml-tac">x</td></tr><tr class="texml-bb texml-bt1"><td class="texml-pl texml-pr texml-tac">y</td></tr></table></table-wrap>
|
|
@@ -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
|
<fig id="ltxid4" position="anchor" specific-use="figure"><label>Figure 1<x>.</x></label><caption><p>Here is a caption.</p></caption> Figure content.</fig>
|
|
15
15
|
<fig id="ltxid5" position="anchor" specific-use="figure"><label>Figure 2<x>.</x></label><caption><p>Here is a caption.</p><p>Here is more caption.</p></caption> Figure content.</fig>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
</section>
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
<section role="doc-bibliography" data-ams-content-type="thebibliography" id="
|
|
43
|
+
<section role="doc-bibliography" data-ams-content-type="thebibliography" id="ltxid6" data-ams-doc-level="1"><h2><span data-ams-doc="title">References</span></h2><dl><dt id="bibr-AGS"><ams-x>[</ams-x>AGS10<ams-x>]</ams-x></dt><dd><div data-ams-doc="biblioentry">V. Alexeev, A. Gibney and D. Swinarski.</div></dd><dt id="bibr-AS"><ams-x>[</ams-x>AS08<ams-x>]</ams-x></dt><dd><div data-ams-doc="biblioentry">V. Alexeev and D. Swinarski.</div></dd><dt id="bibr-AC"><ams-x>[</ams-x>AC96<ams-x>]</ams-x></dt><dd><div data-ams-doc="biblioentry">E. Arbarello and M. Cornalba.</div></dd></dl></section>
|
|
44
44
|
<p><cite-group><ams-x>[</ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-AGS">AGS10</a></cite><ams-x>, </ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-AS">AS08</a></cite><ams-x>, </ams-x><cite><a role="doc-biblioref" data-ams-ref="bibr" href="#bibr-AC">AC96</a></cite><ams-x>]</ams-x></cite-group></p>
|
|
45
45
|
|
|
46
46
|
</section></body></html>
|
|
@@ -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>See <cite-group><x>[</x><xref ref-type="bibr" rid="bibr-AGS" specific-use="cite">AGS10</xref><x>]</x></cite-group>.</p>
|
|
14
14
|
<p>See <cite-group><x>[</x><xref ref-type="bibr" rid="bibr-AGS" specific-use="cite">AGS10</xref><x>, </x><xref ref-type="bibr" rid="bibr-AS" specific-use="cite">AS08</xref><x>]</x></cite-group>.</p>
|
|
15
15
|
<p>See <cite-group><x>[</x><xref ref-type="bibr" rid="bibr-XXX" specific-use="undefined cite"><monospace>?XXX</monospace></xref><x>]</x></cite-group>.</p>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</sec>
|
|
19
19
|
</body>
|
|
20
20
|
<back id="ltxid4">
|
|
21
|
-
<ref-list content-type="thebibliography" id="
|
|
21
|
+
<ref-list content-type="thebibliography" id="ltxid6">
|
|
22
22
|
<title>References</title>
|
|
23
23
|
<ref id="bibr-AGS">
|
|
24
24
|
<label><x>[</x>AGS10<x>]</x></label>
|
|
@@ -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><cite-group><x>[</x><xref ref-type="bibr" rid="bibr-A" specific-use="cite">1</xref><x>]</x></cite-group></p>
|
|
15
15
|
<p><cite-group><x>[</x><xref ref-type="bibr" rid="bibr-A" specific-use="cite">1<cite-detail><x>, </x>2.3</cite-detail></xref><x>]</x></cite-group></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>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
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
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>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<p>[nameCrefs] Definitions</p>
|
|
34
34
|
<p>[lcnamecrefs] definitions</p>
|
|
35
35
|
</sec>
|
|
36
|
-
<sec
|
|
36
|
+
<sec id="ltxid4" specific-use="section">
|
|
37
37
|
<label>1<x>.</x></label>
|
|
38
38
|
<title>Introduction</title>
|
|
39
39
|
<p>This is <xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="cref">section 1</xref></xref-group>.</p>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>Automorphic Forms Beyond \mathrm{GL}_2</title></head><body>
|
|
2
|
+
|
|
3
|
+
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{"publKey":"surv","volumeId":"xue","volumeNr":"279"},"crossref":{"doi":"10.1090/surv/279"},"issn":{},"isbn":{"electronic":"978-1-4704-7671-7","print":"978-1-4704-7492-8"},"loc":{"lccn":"2023053456"},"basename":"surv279"},"title":"Automorphic Forms Beyond <span data-ams-doc=\"math inline\"><tex-math>\\mathrm{GL}_2</tex-math></span>","alttitle":"Automorphic Forms Beyond GL₂","subtitle":"Lectures from the 2022 Arizona Winter School"},"publishers":[{"name":"American Mathematical Society","location":"Providence, Rhode Island"}],"contributors":{"authors":[{"name":"Ellen Elizabeth Eischen","bio":"","affiliations":["University of Oregon, Eugene, OR"],"emails":[],"mrauth":"https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=703856","orcid":"https://orcid.org/0000-0001-5580-5453"},{"name":"Wee Teck Gan","bio":"","affiliations":["National University of Singapore, Republic of Singapore"],"emails":[],"mrauth":"https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=621634"},{"name":"Aaron Pollack","bio":"","affiliations":["University of California San Diego, La Jolla, CA"],"emails":[],"mrauth":"https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=1217139","orcid":"https://orcid.org/0000-0001-9240-0762"},{"name":"Zhiwei Yun","bio":"","affiliations":["Massachusetts Institute of Technology, Cambridge, MA"],"emails":[],"mrauth":"https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=862829","orcid":"https://orcid.org/0000-0002-4388-3697"}],"editors":[{"name":"Hang Xue","bio":"","affiliations":["University of Arizona, Tuscon, AZ"],"emails":[]}]},"permissions":{"copyrightStatement":"Copyright 2024 American Mathematical Society"},"history":{"published":"2024"},"collection":{"title":"Mathematical Surveys and Monographs","contributors":{}}}</script></section>
|
|
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="#ltxid4"><span data-ams-doc="title">Preface</span></a></li><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 before part</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">Here is a section</span></a></li></ol></li><li><a data-ams-ref="ref-list" href="#ltxid10"><span data-ams-doc="title">Bibliography</span></a></li></ol></nav>
|
|
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
|
+
|
|
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
|
+
</section>
|
|
10
|
+
<section data-ams-specific-use="chapter" id="ltxid4" data-ams-doc-level="0" role="doc-preface">
|
|
11
|
+
<div data-ams-byline="Ima Editor" data-ams-contributors="{"editors":[{"name":"Ima Editor","bio":"","affiliations":[],"emails":[]}]}" data-ams-doc="sec-meta">
|
|
12
|
+
<h1><span data-ams-doc="title">Preface</span></h1>
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<section id="ltxid5" data-ams-doc="section" data-ams-doc-level="1">
|
|
17
|
+
<p>blah blah blah</p>
|
|
18
|
+
</section>
|
|
19
|
+
|
|
20
|
+
</section>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<section role="doc-chapter" id="ltxid7" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
24
|
+
<div data-ams-byline="Jane Doe and John Bull" data-ams-contributors="{"authors":[{"name":"Jane Doe","bio":"","affiliations":["First author’s address","<span>Address at time of publication:</span> First author’s current address"],"emails":["jane.doe@nowhere"],"mrauth":"MR author id","orcid":"ORCID id","uri":"https://www.ams.org/"},{"name":"John Bull","bio":"","affiliations":["Second author’s address"],"emails":["john.bull@nowhere"],"uri":"https://www.ams.org/"}]}" data-ams-doc="sec-meta">
|
|
25
|
+
|
|
26
|
+
<h1><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">Chapter before part</span></h1>
|
|
27
|
+
|
|
28
|
+
<section role="doc-abstract" data-ams-doc-level="1"><h2><span data-ams-doc="title">Abstract<ams-x>.</ams-x></span></h2>
|
|
29
|
+
|
|
30
|
+
<p>Here is the chapter abstract.</p>
|
|
31
|
+
</section>
|
|
32
|
+
<ul data-ams-doc="MSC 2020">
|
|
33
|
+
<li data-msc-key="11F70" data-msc-role="primary">Representation-theoretic methods; automorphic representations over local and global fields</li>
|
|
34
|
+
<li data-msc-key="14D24" data-msc-role="primary">Geometric Langlands program (algebro-geometric aspects)</li>
|
|
35
|
+
<li data-msc-key="14F05" data-msc-role="primary"></li>
|
|
36
|
+
</ul>
|
|
37
|
+
<div data-ams-doc="funding-group">
|
|
38
|
+
<p>First author’s thanks</p>
|
|
39
|
+
<p>Second author’s thanks</p>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<section id="ltxid8" data-ams-doc="section" data-ams-doc-level="1">
|
|
44
|
+
<p>Here is text before a section.</p>
|
|
45
|
+
</section>
|
|
46
|
+
<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">Here is a section</span></h2>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
</section>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
<section role="doc-bibliography" data-ams-content-type="biblist" id="ltxid10" data-ams-doc-level="1"><h2><span data-ams-doc="title">Bibliography</span></h2><dl><dt id="bibr-Enna1"><ams-x>[</ams-x>1<ams-x>]</ams-x></dt><dd><div data-ams-doc="biblioentry"> Klaus-Jochen Engel, <i>1</i>.<code data-ams-doc="amsref">\bib{Enna1}{book}{
|
|
53
|
+
author={Engel, Klaus-Jochen},
|
|
54
|
+
title={1},
|
|
55
|
+
}
|
|
56
|
+
</code></div></dd></dl></section>
|
|
57
|
+
|
|
58
|
+
</section>
|
|
59
|
+
|
|
60
|
+
</body></html>
|