@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,237 @@
|
|
|
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 xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<collection-meta collection-type="book series">
|
|
5
|
+
<collection-id collection-id-type="publisher">surv</collection-id>
|
|
6
|
+
<title-group>
|
|
7
|
+
<title>Mathematical Surveys and Monographs</title>
|
|
8
|
+
</title-group>
|
|
9
|
+
<volume-in-collection>
|
|
10
|
+
<volume-number>279</volume-number>
|
|
11
|
+
</volume-in-collection>
|
|
12
|
+
<issn publication-format="print">0076-5376</issn>
|
|
13
|
+
<issn publication-format="electronic">2331-7159</issn>
|
|
14
|
+
<publisher>
|
|
15
|
+
<publisher-name>American Mathematical Society</publisher-name>
|
|
16
|
+
<publisher-loc>Providence, Rhode Island</publisher-loc>
|
|
17
|
+
</publisher>
|
|
18
|
+
<self-uri xlink:href="https://www.ams.org/publications/ebooks/surv-mon">https://www.ams.org/publications/ebooks/surv-mon</self-uri>
|
|
19
|
+
</collection-meta>
|
|
20
|
+
<book-meta>
|
|
21
|
+
<book-id assigning-authority="AMS" book-id-type="publisher">surv</book-id>
|
|
22
|
+
<book-id assigning-authority="AMS" book-id-type="volume_id">xue</book-id>
|
|
23
|
+
<book-id assigning-authority="crossref" book-id-type="doi">10.1090/surv/279</book-id>
|
|
24
|
+
<book-id assigning-authority="Library of Congress" book-id-type="lccn">2023053456</book-id>
|
|
25
|
+
<book-title-group>
|
|
26
|
+
<book-title>Automorphic Forms Beyond <inline-formula content-type="math/tex"><tex-math>\mathrm{GL}_2</tex-math></inline-formula></book-title>
|
|
27
|
+
<subtitle>Lectures from the 2022 Arizona Winter School</subtitle>
|
|
28
|
+
<alt-title>Automorphic Forms Beyond GL₂</alt-title>
|
|
29
|
+
</book-title-group>
|
|
30
|
+
<contrib-group content-type="authors">
|
|
31
|
+
<contrib contrib-type="author">
|
|
32
|
+
<contrib-id contrib-id-type="orcid">https://orcid.org/0000-0001-5580-5453</contrib-id>
|
|
33
|
+
<contrib-id contrib-id-type="mrauth">https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=703856</contrib-id>
|
|
34
|
+
<name name-style="western">
|
|
35
|
+
<surname>Eischen</surname>
|
|
36
|
+
<given-names>Ellen Elizabeth</given-names>
|
|
37
|
+
</name>
|
|
38
|
+
<xref ref-type="aff" rid="aff0_0"/>
|
|
39
|
+
</contrib>
|
|
40
|
+
<aff id="aff0_0">University of Oregon, Eugene, OR</aff>
|
|
41
|
+
<contrib contrib-type="author">
|
|
42
|
+
<contrib-id contrib-id-type="mrauth">https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=621634</contrib-id>
|
|
43
|
+
<name name-style="western">
|
|
44
|
+
<surname>Gan</surname>
|
|
45
|
+
<given-names>Wee Teck</given-names>
|
|
46
|
+
</name>
|
|
47
|
+
<xref ref-type="aff" rid="aff1_0"/>
|
|
48
|
+
</contrib>
|
|
49
|
+
<aff id="aff1_0">National University of Singapore, Republic of Singapore</aff>
|
|
50
|
+
<contrib contrib-type="author">
|
|
51
|
+
<contrib-id contrib-id-type="orcid">https://orcid.org/0000-0001-9240-0762</contrib-id>
|
|
52
|
+
<contrib-id contrib-id-type="mrauth">https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=1217139</contrib-id>
|
|
53
|
+
<name name-style="western">
|
|
54
|
+
<surname>Pollack</surname>
|
|
55
|
+
<given-names>Aaron</given-names>
|
|
56
|
+
</name>
|
|
57
|
+
<xref ref-type="aff" rid="aff2_0"/>
|
|
58
|
+
</contrib>
|
|
59
|
+
<aff id="aff2_0">University of California San Diego, La Jolla, CA</aff>
|
|
60
|
+
<contrib contrib-type="author">
|
|
61
|
+
<contrib-id contrib-id-type="orcid">https://orcid.org/0000-0002-4388-3697</contrib-id>
|
|
62
|
+
<contrib-id contrib-id-type="mrauth">https://mathscinet.ams.org/mathscinet/search/author.html?mrauthid=862829</contrib-id>
|
|
63
|
+
<name name-style="western">
|
|
64
|
+
<surname>Yun</surname>
|
|
65
|
+
<given-names>Zhiwei</given-names>
|
|
66
|
+
</name>
|
|
67
|
+
<xref ref-type="aff" rid="aff3_0"/>
|
|
68
|
+
</contrib>
|
|
69
|
+
<aff id="aff3_0">Massachusetts Institute of Technology, Cambridge, MA</aff>
|
|
70
|
+
</contrib-group>
|
|
71
|
+
<contrib-group content-type="editors">
|
|
72
|
+
<contrib contrib-type="editor">
|
|
73
|
+
<name name-style="western">
|
|
74
|
+
<surname>Xue</surname>
|
|
75
|
+
<given-names>Hang</given-names>
|
|
76
|
+
</name>
|
|
77
|
+
<xref ref-type="aff" rid="aff4_0"/>
|
|
78
|
+
</contrib>
|
|
79
|
+
<aff id="aff4_0">University of Arizona, Tuscon, AZ</aff>
|
|
80
|
+
</contrib-group>
|
|
81
|
+
<pub-date iso-8601-date="2024">
|
|
82
|
+
<year>2024</year>
|
|
83
|
+
</pub-date>
|
|
84
|
+
<book-volume-number>279</book-volume-number>
|
|
85
|
+
<book-volume-id>xue</book-volume-id>
|
|
86
|
+
<isbn publication-format="electronic">978-1-4704-7671-7</isbn>
|
|
87
|
+
<isbn publication-format="print">978-1-4704-7492-8</isbn>
|
|
88
|
+
<publisher>
|
|
89
|
+
<publisher-name>American Mathematical Society</publisher-name>
|
|
90
|
+
<publisher-loc>Providence, Rhode Island</publisher-loc>
|
|
91
|
+
</publisher>
|
|
92
|
+
<permissions>
|
|
93
|
+
<copyright-statement>Copyright 2024 American Mathematical Society</copyright-statement>
|
|
94
|
+
<copyright-year>2024</copyright-year>
|
|
95
|
+
<copyright-holder>American Mathematical Society</copyright-holder>
|
|
96
|
+
</permissions>
|
|
97
|
+
<self-uri content-type="abstract" xlink:href="https://www.ams.org/surv/279/">https://www.ams.org/surv/279/</self-uri>
|
|
98
|
+
<self-uri content-type="pdf" xlink:href="https://www.ams.org/surv/279/surv279.pdf">https://www.ams.org/surv/279/surv279.pdf</self-uri>
|
|
99
|
+
</book-meta>
|
|
100
|
+
<front-matter id="ltxid1">
|
|
101
|
+
<toc id="ltxid2" specific-use="toc">
|
|
102
|
+
<toc-title-group>
|
|
103
|
+
<title>Contents</title>
|
|
104
|
+
</toc-title-group>
|
|
105
|
+
<toc-entry specific-use="epub-opening-page">
|
|
106
|
+
<title>Publisher’s Notice</title>
|
|
107
|
+
<nav-pointer rid="ltxid3"/>
|
|
108
|
+
</toc-entry>
|
|
109
|
+
<toc-entry specific-use="chapter">
|
|
110
|
+
<title>Preface</title>
|
|
111
|
+
<nav-pointer rid="ltxid4"/>
|
|
112
|
+
</toc-entry>
|
|
113
|
+
<toc-entry specific-use="chapter">
|
|
114
|
+
<label>Chapter 1<x>.</x></label>
|
|
115
|
+
<title>Chapter before part</title>
|
|
116
|
+
<nav-pointer rid="ltxid7"/>
|
|
117
|
+
<toc-entry specific-use="section">
|
|
118
|
+
<label>1<x>.</x></label>
|
|
119
|
+
<title>Here is a section</title>
|
|
120
|
+
<nav-pointer rid="ltxid9"/>
|
|
121
|
+
</toc-entry>
|
|
122
|
+
</toc-entry>
|
|
123
|
+
<toc-entry specific-use="ref-list">
|
|
124
|
+
<title>Bibliography</title>
|
|
125
|
+
<nav-pointer rid="ltxid10"/>
|
|
126
|
+
</toc-entry>
|
|
127
|
+
</toc>
|
|
128
|
+
<notes id="ltxid3" notes-type="publishers-note" specific-use="epub-opening-page">
|
|
129
|
+
<title>Publisher’s Notice</title>
|
|
130
|
+
<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>
|
|
131
|
+
</notes>
|
|
132
|
+
<preface id="ltxid4" specific-use="chapter">
|
|
133
|
+
<book-part-meta>
|
|
134
|
+
<title-group>
|
|
135
|
+
<title>Preface</title>
|
|
136
|
+
</title-group>
|
|
137
|
+
<contrib-group content-type="editors">
|
|
138
|
+
<contrib contrib-type="editor">
|
|
139
|
+
<name>
|
|
140
|
+
<surname>Editor</surname>
|
|
141
|
+
<given-names>Ima</given-names>
|
|
142
|
+
</name>
|
|
143
|
+
<string-name>Ima Editor</string-name>
|
|
144
|
+
</contrib>
|
|
145
|
+
</contrib-group>
|
|
146
|
+
</book-part-meta>
|
|
147
|
+
<named-book-part-body>
|
|
148
|
+
<sec id="ltxid5" specific-use="section untagged">
|
|
149
|
+
<p>blah blah blah</p>
|
|
150
|
+
</sec>
|
|
151
|
+
</named-book-part-body>
|
|
152
|
+
</preface>
|
|
153
|
+
</front-matter>
|
|
154
|
+
<book-body id="ltxid6">
|
|
155
|
+
<book-part id="ltxid7" specific-use="chapter">
|
|
156
|
+
<book-part-meta>
|
|
157
|
+
<book-part-id assigning-authority="crossref" book-part-id-type="doi">10.1090/surv/279/01</book-part-id>
|
|
158
|
+
<title-group>
|
|
159
|
+
<label>Chapter 1</label>
|
|
160
|
+
<title>Chapter before part</title>
|
|
161
|
+
</title-group>
|
|
162
|
+
<contrib-group content-type="authors">
|
|
163
|
+
<contrib contrib-type="author">
|
|
164
|
+
<name>
|
|
165
|
+
<surname>Doe</surname>
|
|
166
|
+
<given-names>Jane</given-names>
|
|
167
|
+
</name>
|
|
168
|
+
<string-name>Jane Doe</string-name>
|
|
169
|
+
<contrib-id contrib-id-type="orcid">ORCID id</contrib-id>
|
|
170
|
+
<contrib-id contrib-id-type="mrauth">MR author id</contrib-id>
|
|
171
|
+
<xref ref-type="aff" rid="aff4_0l"/>
|
|
172
|
+
<xref ref-type="aff" rid="aff4_1l"/>
|
|
173
|
+
<email>jane.doe@nowhere</email>
|
|
174
|
+
<uri>https://www.ams.org/</uri>
|
|
175
|
+
</contrib>
|
|
176
|
+
<aff id="aff4_0l">First author’s address</aff>
|
|
177
|
+
<aff id="aff4_1l" specific-use="current">First author’s current address</aff>
|
|
178
|
+
<contrib contrib-type="author">
|
|
179
|
+
<name>
|
|
180
|
+
<surname>Bull</surname>
|
|
181
|
+
<given-names>John</given-names>
|
|
182
|
+
</name>
|
|
183
|
+
<string-name>John Bull</string-name>
|
|
184
|
+
<xref ref-type="aff" rid="aff5_0l"/>
|
|
185
|
+
<email>john.bull@nowhere</email>
|
|
186
|
+
<uri>https://www.ams.org/</uri>
|
|
187
|
+
</contrib>
|
|
188
|
+
<aff id="aff5_0l">Second author’s address</aff>
|
|
189
|
+
</contrib-group>
|
|
190
|
+
<abstract>
|
|
191
|
+
<title>Abstract<x>.</x></title>
|
|
192
|
+
<p>Here is the chapter abstract.</p>
|
|
193
|
+
</abstract>
|
|
194
|
+
<kwd-group vocab="MSC 2020" vocab-identifier="https://mathscinet.ams.org/msc/msc2020.html">
|
|
195
|
+
<compound-kwd content-type="primary">
|
|
196
|
+
<compound-kwd-part content-type="code">11F70</compound-kwd-part>
|
|
197
|
+
<compound-kwd-part content-type="text">Representation-theoretic methods; automorphic representations over local and global fields</compound-kwd-part>
|
|
198
|
+
</compound-kwd>
|
|
199
|
+
<compound-kwd content-type="primary">
|
|
200
|
+
<compound-kwd-part content-type="code">14D24</compound-kwd-part>
|
|
201
|
+
<compound-kwd-part content-type="text">Geometric Langlands program (algebro-geometric aspects)</compound-kwd-part>
|
|
202
|
+
</compound-kwd>
|
|
203
|
+
<compound-kwd content-type="primary">
|
|
204
|
+
<compound-kwd-part content-type="code">14F05</compound-kwd-part>
|
|
205
|
+
</compound-kwd>
|
|
206
|
+
</kwd-group>
|
|
207
|
+
<funding-group>
|
|
208
|
+
<funding-statement>First author’s thanks</funding-statement>
|
|
209
|
+
<funding-statement>Second author’s thanks</funding-statement>
|
|
210
|
+
</funding-group>
|
|
211
|
+
</book-part-meta>
|
|
212
|
+
<body>
|
|
213
|
+
<sec id="ltxid8" specific-use="section untagged">
|
|
214
|
+
<p>Here is text before a section.</p>
|
|
215
|
+
</sec>
|
|
216
|
+
<sec id="ltxid9" specific-use="section">
|
|
217
|
+
<label>1<x>.</x></label>
|
|
218
|
+
<title>Here is a section</title>
|
|
219
|
+
</sec>
|
|
220
|
+
</body>
|
|
221
|
+
<back>
|
|
222
|
+
<ref-list content-type="biblist" id="ltxid10">
|
|
223
|
+
<title>Bibliography</title>
|
|
224
|
+
<ref id="bibr-Enna1">
|
|
225
|
+
<label><x>[</x>1<x>]</x></label>
|
|
226
|
+
<raw-citation type="amsrefs">\bib{Enna1}{book}{
|
|
227
|
+
author={Engel, Klaus-Jochen},
|
|
228
|
+
title={1},
|
|
229
|
+
}
|
|
230
|
+
</raw-citation>
|
|
231
|
+
<mixed-citation> Klaus-Jochen Engel, <italic>1</italic>.</mixed-citation>
|
|
232
|
+
</ref>
|
|
233
|
+
</ref-list>
|
|
234
|
+
</back>
|
|
235
|
+
</book-part>
|
|
236
|
+
</book-body>
|
|
237
|
+
</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
|
<table-wrap id="ltxid4" position="anchor" specific-use="table"><label>Table 1<x>.</x></label> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-bc texml-pl texml-pr texml-tal">gray row</td></tr><tr><td class="texml-bc texml-pl texml-pr texml-tal">gray row</td><td class="texml-bc texml-pl texml-pr texml-tal"/><td class="texml-bc texml-pl texml-pr texml-tal"/></tr><tr><td class="texml-bc1 texml-pl texml-pr texml-tal">cmyk row</td></tr><tr><td class="texml-bc1 texml-pl texml-pr texml-tal">cmyk row</td></tr><tr><td class="texml-bc1 texml-pl texml-pr texml-tal">cmyk row</td></tr><tr><td class="texml-pl texml-pr texml-tal">ungray row</td></tr><tr><td class="texml-pl texml-pr texml-tal">1</td><td class="texml-bc2 texml-pl texml-pr texml-tal">2</td></tr><tr><td class="texml-c texml-pl texml-pr texml-tal">22</td><td class="texml-pl texml-pr texml-tal">2</td></tr><tr><td class="texml-pl texml-pr texml-tal">3</td><td class="texml-pl texml-pr texml-tal">2</td><td class="texml-bc3 texml-pl texml-pr texml-tal">3</td></tr><tr><td class="texml-pl texml-pr texml-tal">4</td><td class="texml-pl texml-pr texml-tal">5</td><td class="texml-bc3 texml-pl texml-pr texml-tal">6</td></tr></table></table-wrap>
|
|
15
15
|
<table-wrap id="ltxid5" position="anchor" specific-use="table"><label>Table 2<x>.</x></label><caption><p>Precedence: cellcolor overrides rowcolor overrides columncolor</p></caption> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-pl texml-pr texml-tal">white</td><td class="texml-bc3 texml-pl texml-pr texml-tal">green</td></tr><tr><td class="texml-bc texml-pl texml-pr texml-tal">grey</td><td class="texml-bc texml-pl texml-pr texml-tal">grey</td></tr><tr><td class="texml-pl texml-pr texml-tal">white</td><td class="texml-bc2 texml-pl texml-pr texml-tal">red</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
|
<p>adjdemerits: <monospace>adjdemrits\AXG </monospace></p>
|
|
15
15
|
<p>toks0: <monospace>0 tokens</monospace></p>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>listings</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "listings",
|
|
4
|
+
"alttitle": "listings",
|
|
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>listings</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
|
+
</section>
|
|
40
|
+
|
|
41
|
+
</section></body></html>
|
|
@@ -0,0 +1,33 @@
|
|
|
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</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>while (<>) {</texml:line>
|
|
17
|
+
<texml:line> chomp;</texml:line>
|
|
18
|
+
<texml:line/>
|
|
19
|
+
<texml:line> <comment># comment</comment></texml:line>
|
|
20
|
+
<texml:line/>
|
|
21
|
+
<texml:line> <comment>/* C-style comment */</comment></texml:line>
|
|
22
|
+
<texml:line/>
|
|
23
|
+
<texml:line> <comment>/* Non-/*nesting*/</comment> comment */</texml:line>
|
|
24
|
+
<texml:line/>
|
|
25
|
+
<texml:line> <comment>(* nested (* comment *) *)</comment></texml:line>
|
|
26
|
+
<texml:line/>
|
|
27
|
+
<texml:line> print "string";</texml:line>
|
|
28
|
+
<texml:line>}</texml:line>
|
|
29
|
+
</texml:lstlisting>
|
|
30
|
+
</fig>
|
|
31
|
+
</sec>
|
|
32
|
+
</body>
|
|
33
|
+
</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>Some simple constants: <inline-formula content-type="math/tex"><tex-math>{C}_{1}</tex-math></inline-formula>, <inline-formula content-type="math/tex"><tex-math>{C}_{2}</tex-math></inline-formula>, <inline-formula content-type="math/tex"><tex-math>{C}_{3}</tex-math></inline-formula>, <inline-formula content-type="math/tex"><tex-math>{\alpha }_{1}</tex-math></inline-formula></p>
|
|
15
15
|
<p>Pre-reference: <inline-formula content-type="math/tex"><tex-math>C_4</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>\fafkl $_&o^</monospace></p>
|
|
15
15
|
<p><monospace>\fafkl $_&o^</monospace></p>
|
|
@@ -1,6 +1,6 @@
|
|
|
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>A First Course in Spectral Theory</title></head><body>
|
|
2
2
|
|
|
3
|
-
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{"publKey":"gsm","volumeId":"lukic","volumeNr":"226"},"crossref":{"doi":"10.1090/gsm/226"},"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":{"lccn":"2022028354"},"basename":"gsm226"},"title":"A First Course in Spectral Theory","alttitle":"A First Course in Spectral Theory"},"publishers":[{"name":"American Mathematical Society","location":"Providence, Rhode Island"}],"contributors":{"authors":[{"name":"Milivoje Lukić","bio":"","affiliations":["Rice University, Houston, TX"],"emails":[]}]},"permissions":{"copyrightStatement":"Copyright 2022 American Mathematical Society"},"history":{"published":"2023-01-04"},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
3
|
+
<section data-ams-doc="titlepage"><script type="application/json">{"book":{"identifiers":{"AMS":{"publKey":"gsm","volumeId":"lukic","volumeNr":"226"},"crossref":{"doi":"10.1090/gsm/226"},"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":{"lccn":"2022028354"},"basename":"gsm226"},"title":"A First Course in Spectral Theory","alttitle":"A First Course in Spectral Theory","subtitle":"Lectures from the 2022 Arizona Winter School"},"publishers":[{"name":"American Mathematical Society","location":"Providence, Rhode Island"}],"contributors":{"authors":[{"name":"Milivoje Lukić","bio":"","affiliations":["Rice University, Houston, TX"],"emails":[]}]},"permissions":{"copyrightStatement":"Copyright 2022 American Mathematical Society"},"history":{"published":"2023-01-04"},"collection":{"title":"Graduate Studies in Mathematics","contributors":{}}}</script></section>
|
|
4
4
|
|
|
5
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></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>
|
|
@@ -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 xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<collection-meta collection-type="book series">
|
|
5
5
|
<collection-id collection-id-type="publisher">gsm</collection-id>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</funding-group>
|
|
63
63
|
</book-meta>
|
|
64
64
|
<front-matter id="ltxid1">
|
|
65
|
-
<toc id="ltxid2">
|
|
65
|
+
<toc id="ltxid2" specific-use="toc">
|
|
66
66
|
<toc-title-group>
|
|
67
67
|
<title>Contents</title>
|
|
68
68
|
</toc-title-group>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>ttfamily</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "ttfamily",
|
|
4
|
+
"alttitle": "ttfamily",
|
|
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>ttfamily</h1></section>
|
|
33
|
+
|
|
34
|
+
<section id="ltxid3" 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">aftergroup</span></h2>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<p>These produce the same output in LaTeX, but in texml, the “X” is not blue.</p>
|
|
38
|
+
<p>1: <span data-ams-style-color="color:#0000ff;"><i>hello, world</i>X</span>Y</p>
|
|
39
|
+
<p>2: <i><span data-ams-style-color="color:#0000ff;">hello, world</span></i>XY</p>
|
|
40
|
+
</section>
|
|
41
|
+
|
|
42
|
+
</section></body></html>
|
|
@@ -0,0 +1,20 @@
|
|
|
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>ttfamily</article-title>
|
|
8
|
+
</title-group>
|
|
9
|
+
</article-meta>
|
|
10
|
+
</front>
|
|
11
|
+
<body id="ltxid2">
|
|
12
|
+
<sec id="ltxid3" specific-use="section">
|
|
13
|
+
<label>1<x>.</x></label>
|
|
14
|
+
<title>aftergroup</title>
|
|
15
|
+
<p>These produce the same output in LaTeX, but in texml, the “X” is not blue.</p>
|
|
16
|
+
<p>1: <styled-content text-color="#0000ff"><italic>hello, world</italic>X</styled-content>Y</p>
|
|
17
|
+
<p>2: <italic><styled-content text-color="#0000ff">hello, world</styled-content></italic>XY</p>
|
|
18
|
+
</sec>
|
|
19
|
+
</body>
|
|
20
|
+
</article>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>listings</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "listings",
|
|
4
|
+
"alttitle": "listings",
|
|
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>listings</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
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
43
|
+
|
|
44
|
+
</figure>
|
|
45
|
+
</section>
|
|
46
|
+
|
|
47
|
+
</section></body></html>
|
|
@@ -0,0 +1,34 @@
|
|
|
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</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><comment>// calc</comment>ulate <inline-formula content-type="math/tex"><tex-math>a_{ij}</tex-math></inline-formula></texml:line>
|
|
17
|
+
<texml:line> <inline-formula content-type="math/tex"><tex-math>a_{ij} = a_{jj}/a_{ij}</tex-math></inline-formula>;</texml:line>
|
|
18
|
+
</texml:lstlisting>
|
|
19
|
+
</fig>
|
|
20
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
21
|
+
<texml:lstlisting numbers="none">
|
|
22
|
+
<texml:line><comment>// calc</comment>ulate <inline-formula content-type="math/tex"><tex-math>a_{ij}</tex-math></inline-formula></texml:line>
|
|
23
|
+
<texml:line> <inline-formula content-type="math/tex"><tex-math>a_{ij} = a_{jj}/a_{ij}</tex-math></inline-formula>;</texml:line>
|
|
24
|
+
</texml:lstlisting>
|
|
25
|
+
</fig>
|
|
26
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
27
|
+
<texml:lstlisting numbers="none">
|
|
28
|
+
<texml:line><comment>// calc</comment>ulate <inline-formula content-type="math/tex"><tex-math>a_{ij}</tex-math></inline-formula></texml:line>
|
|
29
|
+
<texml:line> <inline-formula content-type="math/tex"><tex-math>a_{ij} = a_{jj}/a_{ij}</tex-math></inline-formula>;</texml:line>
|
|
30
|
+
</texml:lstlisting>
|
|
31
|
+
</fig>
|
|
32
|
+
</sec>
|
|
33
|
+
</body>
|
|
34
|
+
</article>
|
|
@@ -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>listings: escapeinside</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "listings: escapeinside",
|
|
4
|
+
"alttitle": "listings: escapeinside",
|
|
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>listings: escapeinside</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>
|