@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,180 @@
|
|
|
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>listoffigures</book-title>
|
|
7
|
+
</book-title-group>
|
|
8
|
+
</book-meta>
|
|
9
|
+
<front-matter id="ltxid1">
|
|
10
|
+
<toc id="ltxid2" specific-use="toc">
|
|
11
|
+
<toc-title-group>
|
|
12
|
+
<title>Contents</title>
|
|
13
|
+
</toc-title-group>
|
|
14
|
+
<toc-entry specific-use="chapter">
|
|
15
|
+
<title>List of Figures</title>
|
|
16
|
+
<nav-pointer rid="ltxid4"/>
|
|
17
|
+
</toc-entry>
|
|
18
|
+
<toc-entry specific-use="chapter">
|
|
19
|
+
<title>List of Tables</title>
|
|
20
|
+
<nav-pointer rid="ltxid5"/>
|
|
21
|
+
</toc-entry>
|
|
22
|
+
<toc-entry specific-use="epub-opening-page">
|
|
23
|
+
<title>Publisher’s Notice</title>
|
|
24
|
+
<nav-pointer rid="ltxid3"/>
|
|
25
|
+
</toc-entry>
|
|
26
|
+
<toc-entry specific-use="chapter">
|
|
27
|
+
<label>Chapter 1<x>.</x></label>
|
|
28
|
+
<title>First Chapter with math <inline-formula content-type="math/tex"><tex-math>x</tex-math></inline-formula></title>
|
|
29
|
+
<alt-title>First Chapter with math 𝑥</alt-title>
|
|
30
|
+
<nav-pointer rid="ltxid7"/>
|
|
31
|
+
</toc-entry>
|
|
32
|
+
<toc-entry specific-use="chapter">
|
|
33
|
+
<label>Chapter 2<x>.</x></label>
|
|
34
|
+
<title>Second Chapter</title>
|
|
35
|
+
<nav-pointer rid="ltxid10"/>
|
|
36
|
+
<toc-entry specific-use="section">
|
|
37
|
+
<label>1<x>.</x></label>
|
|
38
|
+
<title>Section 2.1</title>
|
|
39
|
+
<nav-pointer rid="ltxid11"/>
|
|
40
|
+
</toc-entry>
|
|
41
|
+
</toc-entry>
|
|
42
|
+
<toc-entry specific-use="chapter">
|
|
43
|
+
<label>Chapter 3<x>.</x></label>
|
|
44
|
+
<title>Third Chapter</title>
|
|
45
|
+
<nav-pointer rid="ltxid12"/>
|
|
46
|
+
<toc-entry specific-use="section">
|
|
47
|
+
<label>1<x>.</x></label>
|
|
48
|
+
<title>Here is a section <inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula></title>
|
|
49
|
+
<alt-title>Here is a section 𝑒=𝑚𝑐²</alt-title>
|
|
50
|
+
<nav-pointer rid="ltxid14"/>
|
|
51
|
+
</toc-entry>
|
|
52
|
+
<toc-entry specific-use="section">
|
|
53
|
+
<label>2<x>.</x></label>
|
|
54
|
+
<title>Here is a section <xref-group><xref ref-subtype="chapter" ref-type="sec" rid="ltxid7" specific-use="ref">1</xref></xref-group> with a reference</title>
|
|
55
|
+
<nav-pointer rid="ltxid16"/>
|
|
56
|
+
</toc-entry>
|
|
57
|
+
<toc-entry specific-use="section">
|
|
58
|
+
<label>3<x>.</x></label>
|
|
59
|
+
<title>Here is a footnote </title>
|
|
60
|
+
<alt-title>Here is a footnote</alt-title>
|
|
61
|
+
<nav-pointer rid="ltxid17"/>
|
|
62
|
+
</toc-entry>
|
|
63
|
+
</toc-entry>
|
|
64
|
+
<toc-entry specific-use="chapter">
|
|
65
|
+
<label>Chapter 4<x>.</x></label>
|
|
66
|
+
<title>Fourth Chapter</title>
|
|
67
|
+
<nav-pointer rid="ltxid20"/>
|
|
68
|
+
</toc-entry>
|
|
69
|
+
</toc>
|
|
70
|
+
<front-matter-part id="ltxid4" specific-use="chapter">
|
|
71
|
+
<book-part-meta>
|
|
72
|
+
<title-group>
|
|
73
|
+
<title>List of Figures</title>
|
|
74
|
+
</title-group>
|
|
75
|
+
</book-part-meta>
|
|
76
|
+
<named-book-part-body>
|
|
77
|
+
<def-list content-type="toc lof" id="ltxid21">
|
|
78
|
+
<def-item>
|
|
79
|
+
<term><xref ref-subtype="figure" ref-type="figure" rid="ltxid8">1</xref></term>
|
|
80
|
+
<def>Here’s a figure in chapter 1.</def>
|
|
81
|
+
</def-item>
|
|
82
|
+
<def-item>
|
|
83
|
+
<term><xref ref-subtype="figure" ref-type="figure" rid="ltxid13">1</xref></term>
|
|
84
|
+
<def>Here’s a figure in chapter 3.</def>
|
|
85
|
+
</def-item>
|
|
86
|
+
<def-item>
|
|
87
|
+
<term><xref ref-subtype="figure" ref-type="figure" rid="ltxid19">2</xref></term>
|
|
88
|
+
<def>Here’s another figure in chapter 3.</def>
|
|
89
|
+
</def-item>
|
|
90
|
+
</def-list>
|
|
91
|
+
</named-book-part-body>
|
|
92
|
+
</front-matter-part>
|
|
93
|
+
<front-matter-part id="ltxid5" specific-use="chapter">
|
|
94
|
+
<book-part-meta>
|
|
95
|
+
<title-group>
|
|
96
|
+
<title>List of Tables</title>
|
|
97
|
+
</title-group>
|
|
98
|
+
</book-part-meta>
|
|
99
|
+
<named-book-part-body>
|
|
100
|
+
<def-list content-type="toc lot" id="ltxid22">
|
|
101
|
+
<def-item>
|
|
102
|
+
<term><xref ref-subtype="table" ref-type="table" rid="ltxid15">1</xref></term>
|
|
103
|
+
<def>Here’s a table.</def>
|
|
104
|
+
</def-item>
|
|
105
|
+
</def-list>
|
|
106
|
+
</named-book-part-body>
|
|
107
|
+
</front-matter-part>
|
|
108
|
+
<notes id="ltxid3" notes-type="publishers-note" specific-use="epub-opening-page">
|
|
109
|
+
<title>Publisher’s Notice</title>
|
|
110
|
+
<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>
|
|
111
|
+
</notes>
|
|
112
|
+
</front-matter>
|
|
113
|
+
<book-body id="ltxid6">
|
|
114
|
+
<book-part id="ltxid7" specific-use="chapter">
|
|
115
|
+
<book-part-meta>
|
|
116
|
+
<title-group>
|
|
117
|
+
<label>Chapter 1</label>
|
|
118
|
+
<title>First Chapter with math <inline-formula content-type="math/tex"><tex-math>x</tex-math></inline-formula></title>
|
|
119
|
+
<alt-title>First Chapter with math 𝑥</alt-title>
|
|
120
|
+
</title-group>
|
|
121
|
+
</book-part-meta>
|
|
122
|
+
<body>
|
|
123
|
+
<fig id="ltxid8" position="anchor" specific-use="figure"><label>Figure 1<x>.</x></label><caption><p>Here’s a figure in chapter 1.</p></caption> </fig>
|
|
124
|
+
<sec id="ltxid9" specific-use="section untagged">
|
|
125
|
+
<p>See figure <xref-group><xref ref-subtype="figure" ref-type="figure" rid="ltxid8" specific-use="ref">1</xref></xref-group>.</p>
|
|
126
|
+
</sec>
|
|
127
|
+
</body>
|
|
128
|
+
</book-part>
|
|
129
|
+
<book-part id="ltxid10" specific-use="chapter">
|
|
130
|
+
<book-part-meta>
|
|
131
|
+
<title-group>
|
|
132
|
+
<label>Chapter 2</label>
|
|
133
|
+
<title>Second Chapter</title>
|
|
134
|
+
</title-group>
|
|
135
|
+
</book-part-meta>
|
|
136
|
+
<body>
|
|
137
|
+
<sec id="ltxid11" specific-use="section">
|
|
138
|
+
<label>1<x>.</x></label>
|
|
139
|
+
<title>Section 2.1</title>
|
|
140
|
+
</sec>
|
|
141
|
+
</body>
|
|
142
|
+
</book-part>
|
|
143
|
+
<book-part id="ltxid12" specific-use="chapter">
|
|
144
|
+
<book-part-meta>
|
|
145
|
+
<title-group>
|
|
146
|
+
<label>Chapter 3</label>
|
|
147
|
+
<title>Third Chapter</title>
|
|
148
|
+
</title-group>
|
|
149
|
+
</book-part-meta>
|
|
150
|
+
<body>
|
|
151
|
+
<fig id="ltxid13" position="anchor" specific-use="figure"><label>Figure 1<x>.</x></label><caption><p>Here’s a figure in chapter 3.</p></caption> </fig>
|
|
152
|
+
<sec id="ltxid14" specific-use="section">
|
|
153
|
+
<label>1<x>.</x></label>
|
|
154
|
+
<title>Here is a section <inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula></title>
|
|
155
|
+
<alt-title>Here is a section 𝑒=𝑚𝑐²</alt-title>
|
|
156
|
+
<table-wrap id="ltxid15" position="anchor" specific-use="table"><label>Table 1<x>.</x></label><caption><p>Here’s a table.</p></caption> </table-wrap>
|
|
157
|
+
</sec>
|
|
158
|
+
<sec id="ltxid16" specific-use="section">
|
|
159
|
+
<label>2<x>.</x></label>
|
|
160
|
+
<title>Here is a section <xref-group><xref ref-subtype="chapter" ref-type="sec" rid="ltxid7" specific-use="ref">1</xref></xref-group> with a reference</title>
|
|
161
|
+
</sec>
|
|
162
|
+
<sec id="ltxid17" specific-use="section">
|
|
163
|
+
<label>3<x>.</x></label>
|
|
164
|
+
<title>Here is a footnote <xref alt="Footnote 1" ref-type="fn" rid="ltxid18">1</xref><fn id="ltxid18"><label>1</label><p>with a footnote</p></fn></title>
|
|
165
|
+
<alt-title>Here is a footnote</alt-title>
|
|
166
|
+
<fig id="ltxid19" position="anchor" specific-use="figure"><label>Figure 2<x>.</x></label><caption><p>Here’s another figure in chapter 3.</p></caption> </fig>
|
|
167
|
+
</sec>
|
|
168
|
+
</body>
|
|
169
|
+
</book-part>
|
|
170
|
+
<book-part id="ltxid20" specific-use="chapter">
|
|
171
|
+
<book-part-meta>
|
|
172
|
+
<title-group>
|
|
173
|
+
<label>Chapter 4</label>
|
|
174
|
+
<title>Fourth Chapter</title>
|
|
175
|
+
</title-group>
|
|
176
|
+
</book-part-meta>
|
|
177
|
+
<body/>
|
|
178
|
+
</book-part>
|
|
179
|
+
</book-body>
|
|
180
|
+
</book>
|
|
@@ -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>scratch</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "scratch",
|
|
4
|
+
"alttitle": "scratch",
|
|
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>scratch</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,26 @@
|
|
|
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>scratch</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>var i:integer;</texml:line>
|
|
17
|
+
<texml:line/>
|
|
18
|
+
<texml:line>// if (i<inline-formula content-type="math/tex"><tex-math>\leq </tex-math></inline-formula>0) i <inline-formula content-type="math/tex"><tex-math>\gets </tex-math></inline-formula> 1;</texml:line>
|
|
19
|
+
<texml:line> if (i<inline-formula content-type="math/tex"><tex-math>\leq </tex-math></inline-formula>0) i <inline-formula content-type="math/tex"><tex-math>\gets </tex-math></inline-formula> 1;</texml:line>
|
|
20
|
+
<texml:line> if (i<inline-formula content-type="math/tex"><tex-math>\geq </tex-math></inline-formula>0) i <inline-formula content-type="math/tex"><tex-math>\gets </tex-math></inline-formula> 0;</texml:line>
|
|
21
|
+
<texml:line> if (i<inline-formula content-type="math/tex"><tex-math>\neq </tex-math></inline-formula>0) i <inline-formula content-type="math/tex"><tex-math>\gets </tex-math></inline-formula> 0;</texml:line>
|
|
22
|
+
</texml:lstlisting>
|
|
23
|
+
</fig>
|
|
24
|
+
</sec>
|
|
25
|
+
</body>
|
|
26
|
+
</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
|
<fig id="ltxid4" position="anchor" specific-use="figure">
|
|
15
15
|
<label>Table 1<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
|
<table-wrap id="ltxid4" specific-use="table"><label>Table 1<x>.</x></label><caption><p>hline, Xhline{5pt}</p></caption> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td></tr><tr class="texml-bttsc"><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr class="texml-bt"><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td></tr><tr><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td></tr></table></table-wrap>
|
|
15
15
|
<table-wrap id="ltxid5" specific-use="table"><label>Table 2<x>.</x></label><caption><p>We don’t implement <monospace>setcellgapes</monospace> yet.</p></caption> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td></tr><tr><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td></tr><tr><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td></tr></table></table-wrap>
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "Carlos Pérez",
|
|
24
24
|
"bio": "",
|
|
25
|
-
"affiliations": [
|
|
25
|
+
"affiliations": [
|
|
26
|
+
"Departamento de Análisis Matemático, Facultad de Matemáticas, Universidad de Sevilla, 41080 Sevilla, Spain"
|
|
27
|
+
],
|
|
26
28
|
"emails": [
|
|
27
29
|
"carlosperez@us.es"
|
|
28
30
|
]
|
|
@@ -30,7 +32,9 @@
|
|
|
30
32
|
{
|
|
31
33
|
"name": "Rodolfo H. Torres",
|
|
32
34
|
"bio": "",
|
|
33
|
-
"affiliations": [
|
|
35
|
+
"affiliations": [
|
|
36
|
+
"Department of Mathematics, University of Kansas, 405 Snow Hall, 1460 Jayhawk Boulevard, Lawrence, Kansas 66045-7523"
|
|
37
|
+
],
|
|
34
38
|
"emails": [
|
|
35
39
|
"torres@math.ku.edu"
|
|
36
40
|
]
|
|
@@ -28,14 +28,16 @@
|
|
|
28
28
|
<contrib-group content-type="authors">
|
|
29
29
|
<contrib contrib-type="author">
|
|
30
30
|
<string-name>Carlos Pérez</string-name>
|
|
31
|
-
<aff
|
|
31
|
+
<xref ref-type="aff" rid="aff1_0l"/>
|
|
32
32
|
<email>carlosperez@us.es</email>
|
|
33
33
|
</contrib>
|
|
34
|
+
<aff id="aff1_0l">Departamento de Análisis Matemático, Facultad de Matemáticas, Universidad de Sevilla, 41080 Sevilla, Spain</aff>
|
|
34
35
|
<contrib contrib-type="author">
|
|
35
36
|
<string-name>Rodolfo H. Torres</string-name>
|
|
36
|
-
<
|
|
37
|
+
<xref ref-type="aff" rid="aff2_0l"/>
|
|
37
38
|
<email>torres@math.ku.edu</email>
|
|
38
39
|
</contrib>
|
|
40
|
+
<aff id="aff2_0l">Department of Mathematics, University of Kansas, 405 Snow Hall, 1460 Jayhawk Boulevard, Lawrence, Kansas 66045-7523</aff>
|
|
39
41
|
</contrib-group>
|
|
40
42
|
<pub-date iso-8601-date="2014-01-09" publication-format="electronic">
|
|
41
43
|
<day>9</day>
|
|
@@ -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>mancube: <inline-graphic height="8pt" mimetype="image/svg+xml" width="10pt" xlink:href="Images/imge345747b61f7db0176765f41f78080e3.svg"/></p>
|
|
15
15
|
<p>mankidney: <inline-graphic height="6pt" mimetype="image/svg+xml" width="9pt" xlink:href="Images/img91b073430b6ae052a15de0776dbea1de.svg"/></p>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p><inline-formula content-type="math/tex"><tex-math>\mathcal{A}</tex-math></inline-formula> <inline-formula content-type="math/tex"><tex-math>\mathscr{A}</tex-math></inline-formula></p>
|
|
15
15
|
<p><inline-formula content-type="math/tex"><tex-math>\mathcal{a}</tex-math></inline-formula> <inline-formula content-type="math/tex"><tex-math>\mathscr{a}</tex-math></inline-formula></p>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<p><monospace>macro:->\fafkl $_&o^</monospace></p>
|
|
15
15
|
<p><monospace>macro:->\fafkl {} $_&^</monospace></p>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</notes>
|
|
130
130
|
</front>
|
|
131
131
|
<body id="ltxid2">
|
|
132
|
-
<sec
|
|
132
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
133
133
|
<p>If you’re running inside the AMS production environment, you’ll get lots of metadata in the output. Otherwise you’ll get none to speak of.</p>
|
|
134
134
|
</sec>
|
|
135
135
|
</body>
|
|
@@ -9,14 +9,14 @@
|
|
|
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
|
</sec>
|
|
15
|
-
<sec
|
|
15
|
+
<sec id="ltxid4" specific-use="section">
|
|
16
16
|
<title>multicolumn(2)</title>
|
|
17
17
|
<table-wrap id="ltxid5" position="anchor" specific-use="table"><label>Table 1<x>.</x></label> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac">2</td><td class="texml-brtsc texml-pl texml-pr texml-tac">3</td><td class="texml-brtsc texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac" colspan="2">2–3</td><td class="texml-brtsc texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac">2</td><td class="texml-brtsc texml-pl texml-pr texml-tac">3</td><td class="texml-brtsc texml-pl texml-pr texml-tac">4</td></tr></table></table-wrap>
|
|
18
18
|
</sec>
|
|
19
|
-
<sec
|
|
19
|
+
<sec id="ltxid6" specific-use="section">
|
|
20
20
|
<title>multicolumn(3)</title>
|
|
21
21
|
<table-wrap id="ltxid7" position="anchor" specific-use="table"><label>Table 2<x>.</x></label> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac">2</td><td class="texml-brtsc texml-pl texml-pr texml-tac">3</td><td class="texml-brtsc texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac" colspan="3">2–4</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tac">1</td><td class="texml-brtsc texml-pl texml-pr texml-tac">2</td><td class="texml-brtsc texml-pl texml-pr texml-tac">3</td><td class="texml-brtsc texml-pl texml-pr texml-tac">4</td></tr></table></table-wrap>
|
|
22
22
|
<table-wrap id="ltxid8" position="anchor" specific-use="table"><label>Table 3<x>.</x></label><caption><p>Note the difference in the allocation of widths between 2, 3, and 4 between TeX and <monospace>texml</monospace></p></caption> <table class="texml-bcc" id="tblrid3"><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tal">A</td><td class="texml-brtsc texml-pl texml-pr texml-tal">B</td><td class="texml-brtsc texml-pl texml-pr texml-tal">C</td><td class="texml-brtsc texml-pl texml-pr texml-tal">D</td><td class="texml-brtsc texml-pl texml-pr texml-tal">D</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tal">E</td><td class="texml-brn texml-pl texml-pr texml-tac" colspan="3">R2–4XXXXXXXXXXXXXXXXXXXXX, C2–3</td><td class="texml-brtsc texml-pl texml-pr texml-tal">H</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tal">M</td><td class="texml-brtsc texml-pl texml-pr texml-tal">N</td><td class="texml-brtsc texml-pl texml-pr texml-tal">O</td><td class="texml-brtsc texml-pl texml-pr texml-tal">P</td><td class="texml-brtsc texml-pl texml-pr texml-tal">P</td></tr><tr><td class="texml-bltsc texml-brtsc texml-pl texml-pr texml-tal">Q</td><td class="texml-brtsc texml-pl texml-pr texml-tal">R</td><td class="texml-brtsc texml-pl texml-pr texml-tal">S</td><td class="texml-brtsc texml-pl texml-pr texml-tal">T</td><td class="texml-brtsc texml-pl texml-pr texml-tal">T</td></tr></table></table-wrap>
|
|
@@ -9,15 +9,15 @@
|
|
|
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
|
</sec>
|
|
15
|
-
<sec
|
|
15
|
+
<sec id="ltxid4" specific-use="section">
|
|
16
16
|
<title>multirow(3)</title>
|
|
17
17
|
<table-wrap id="ltxid5" specific-use="table"><label>Table 1<x>.</x></label> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td></tr><tr><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac" rowspan="3">R2–4</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td></tr><tr><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td></tr><tr><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td></tr></table></table-wrap>
|
|
18
18
|
<table-wrap id="ltxid6" specific-use="table"><label>Table 2<x>.</x></label><caption><p>In LaTeX, the text inside the <monospace>multirow</monospace> with a fixed width is flush-left. In <monospace>texml</monospace>, it will obey the column specifier.</p></caption> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td></tr><tr><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac texml-w" rowspan="3">R2–4</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td></tr><tr><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td></tr><tr><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td></tr></table></table-wrap>
|
|
19
19
|
</sec>
|
|
20
|
-
<sec
|
|
20
|
+
<sec id="ltxid7" specific-use="section">
|
|
21
21
|
<title>TeXMLrowspan 3 2</title>
|
|
22
22
|
<table-wrap id="ltxid8" specific-use="table"><label>Table 3<x>.</x></label> <table class="texml-bcc" id="tblrid3"><tr><td class="texml-pl texml-pr texml-tal">A</td><td class="texml-pl texml-pr texml-tal">B</td><td class="texml-pl texml-pr texml-tal">C</td><td class="texml-pl texml-pr texml-tal">D</td></tr><tr><td class="texml-pl texml-pr texml-tal">E</td><td class="texml-pl texml-pr texml-tal" colspan="2" rowspan="3">R2–4, C2–3</td><td class="texml-pl texml-pr texml-tal">H</td></tr><tr><td class="texml-pl texml-pr texml-tal">I</td><td class="texml-pl texml-pr texml-tal">J</td></tr><tr><td class="texml-pl texml-pr texml-tal">K</td><td class="texml-pl texml-pr texml-tal">L</td></tr><tr><td class="texml-pl texml-pr texml-tal">M</td><td class="texml-pl texml-pr texml-tal">N</td><td class="texml-pl texml-pr texml-tal">O</td><td class="texml-pl texml-pr texml-tal">P</td></tr><tr><td class="texml-pl texml-pr texml-tal">Q</td><td class="texml-pl texml-pr texml-tal">R</td><td class="texml-pl texml-pr texml-tal">S</td><td class="texml-pl texml-pr texml-tal">T</td></tr></table></table-wrap>
|
|
23
23
|
</sec>
|
|
@@ -9,18 +9,18 @@
|
|
|
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
|
</sec>
|
|
15
|
-
<sec
|
|
15
|
+
<sec id="ltxid4" specific-use="section">
|
|
16
16
|
<title>multirow(3)</title>
|
|
17
17
|
<table-wrap id="ltxid5" position="anchor" specific-use="table"><label>Table 1<x>.</x></label> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td><td class="texml-pl texml-pr texml-tac">1</td></tr><tr><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac" rowspan="3">R2–4</td><td class="texml-pl texml-pr texml-tac">2</td><td class="texml-pl texml-pr texml-tac">2</td></tr><tr><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td><td class="texml-pl texml-pr texml-tac">3</td></tr><tr><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td><td class="texml-pl texml-pr texml-tac">4</td></tr><tr><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td><td class="texml-pl texml-pr texml-tac">5</td></tr><tr><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td><td class="texml-pl texml-pr texml-tac">6</td></tr></table></table-wrap>
|
|
18
18
|
</sec>
|
|
19
|
-
<sec
|
|
19
|
+
<sec id="ltxid6" specific-use="section">
|
|
20
20
|
<title>multicolumn(2), multirowcell(3)</title>
|
|
21
21
|
<table-wrap id="ltxid7" position="anchor" specific-use="table"><label>Table 2<x>.</x></label> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-pl texml-pr texml-tal">A</td><td class="texml-pl texml-pr texml-tal">B</td><td class="texml-pl texml-pr texml-tal">C</td><td class="texml-pl texml-pr texml-tal">D</td></tr><tr><td class="texml-pl texml-pr texml-tal">E</td><td class="texml-brn texml-pl texml-pr texml-tac" colspan="2" rowspan="3">R2–4, C2–3</td><td class="texml-pl texml-pr texml-tal">H</td></tr><tr><td class="texml-pl texml-pr texml-tal">I</td><td class="texml-pl texml-pr texml-tal">J</td></tr><tr><td class="texml-pl texml-pr texml-tal">K</td><td class="texml-pl texml-pr texml-tal">L</td></tr><tr><td class="texml-pl texml-pr texml-tal">M</td><td class="texml-pl texml-pr texml-tal">N</td><td class="texml-pl texml-pr texml-tal">O</td><td class="texml-pl texml-pr texml-tal">P</td></tr><tr><td class="texml-pl texml-pr texml-tal">Q</td><td class="texml-pl texml-pr texml-tal">R</td><td class="texml-pl texml-pr texml-tal">S</td><td class="texml-pl texml-pr texml-tal">T</td></tr></table></table-wrap>
|
|
22
22
|
</sec>
|
|
23
|
-
<sec
|
|
23
|
+
<sec id="ltxid8" specific-use="section">
|
|
24
24
|
<title>multicolumn(3), multirowcell(3)</title>
|
|
25
25
|
<table-wrap id="ltxid9" position="anchor" specific-use="table"><label>Table 3<x>.</x></label><caption><p>Cf. table 3 in <monospace>muticolumn</monospace></p></caption> <table class="texml-bcc" id="tblrid3"><tr><td class="texml-pl texml-pr texml-tal">A</td><td class="texml-pl texml-pr texml-tal">B</td><td class="texml-pl texml-pr texml-tal">C</td><td class="texml-pl texml-pr texml-tal">D</td><td class="texml-pl texml-pr texml-tal">D</td></tr><tr><td class="texml-pl texml-pr texml-tal">E</td><td class="texml-brn texml-pl texml-pr texml-tac" colspan="3" rowspan="3">R2–4XXXXXXXXXXXXXXXXXXXXX, C2–3</td><td class="texml-pl texml-pr texml-tal">H</td></tr><tr><td class="texml-pl texml-pr texml-tal">I</td><td class="texml-pl texml-pr texml-tal">J</td></tr><tr><td class="texml-pl texml-pr texml-tal">K</td><td class="texml-pl texml-pr texml-tal">L</td></tr><tr><td class="texml-pl texml-pr texml-tal">M</td><td class="texml-pl texml-pr texml-tal">N</td><td class="texml-pl texml-pr texml-tal">O</td><td class="texml-pl texml-pr texml-tal">P</td><td class="texml-pl texml-pr texml-tal">P</td></tr><tr><td class="texml-pl texml-pr texml-tal">Q</td><td class="texml-pl texml-pr texml-tal">R</td><td class="texml-pl texml-pr texml-tal">S</td><td class="texml-pl texml-pr texml-tal">T</td><td class="texml-pl texml-pr texml-tal">T</td></tr></table></table-wrap>
|
|
26
26
|
</sec>
|
|
@@ -9,12 +9,12 @@
|
|
|
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>See <xref-group><xref ref-type="sec" rid="ltxid4" specific-use="nameref">Table of <inline-formula content-type="math/tex"><tex-math>\pi </tex-math></inline-formula> Symbols</xref></xref-group>.</p>
|
|
15
15
|
<p>See <xref-group><xref ref-key="I don't exist" specific-use="undefined ref"/></xref-group>.</p>
|
|
16
16
|
</sec>
|
|
17
|
-
<sec
|
|
17
|
+
<sec id="ltxid4" specific-use="section">
|
|
18
18
|
<title>Table of <inline-formula content-type="math/tex"><tex-math>\pi </tex-math></inline-formula> Symbols</title>
|
|
19
19
|
<alt-title>Table of 𝜋 Symbols</alt-title>
|
|
20
20
|
<p>Pretend this is a table of symbols.</p>
|