@amermathsoc/texml-to-html 20.2.0 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +1 -2
- package/lib/elements/abstract.js +1 -1
- package/lib/elements/sec-meta.js +5 -3
- package/lib/elements/sec.js +6 -5
- package/lib/transformer.js +2 -3
- package/package.json +4 -4
- package/test/article--alttitle.xml +3 -3
- package/test/article--nometa.xml +2 -2
- package/test/article.xml +27 -25
- package/test/book--metadata.xml +6 -5
- package/test/book.xml +121 -65
- package/test/element-sec-meta.js +19 -9
- package/test/element-sec.js +5 -1
- package/test/snapshots/article--alttitle.html +2 -2
- package/test/snapshots/article.html +4 -2
- package/test/snapshots/book--metadata.html +5 -6
- package/test/snapshots/book.html +79 -48
- package/test/snapshots/texml-tests/{NLMnote.html → BITSnote.html} +3 -3
- package/test/snapshots/texml-tests/{NLMnote.xml → BITSnote.xml} +3 -3
- package/test/snapshots/texml-tests/LGR.xml +9 -9
- package/test/snapshots/texml-tests/OT1.xml +1 -1
- package/test/snapshots/texml-tests/OT1ti.xml +1 -1
- package/test/snapshots/texml-tests/OT1tt.xml +1 -1
- package/test/snapshots/texml-tests/OT2.xml +1 -1
- package/test/snapshots/texml-tests/OT4.xml +1 -1
- package/test/snapshots/texml-tests/OT6.xml +2 -2
- package/test/snapshots/texml-tests/T1.xml +1 -1
- package/test/snapshots/texml-tests/T4.xml +1 -1
- package/test/snapshots/texml-tests/T5.xml +1 -1
- package/test/snapshots/texml-tests/Ucharcat.xml +1 -1
- package/test/snapshots/texml-tests/accent.xml +1 -1
- package/test/snapshots/texml-tests/algorithmic.xml +24 -24
- package/test/snapshots/texml-tests/algpseudocode.xml +18 -18
- package/test/snapshots/texml-tests/ams_measure.xml +1 -1
- package/test/snapshots/texml-tests/amsart.html +7 -2
- package/test/snapshots/texml-tests/amsart.xml +7 -4
- package/test/snapshots/texml-tests/amsbook.html +22 -5
- package/test/snapshots/texml-tests/amsbook.xml +36 -11
- package/test/snapshots/texml-tests/amscyr.xml +1 -1
- package/test/snapshots/texml-tests/amsfonts.xml +1 -1
- package/test/snapshots/texml-tests/amsrefs.xml +1 -1
- package/test/snapshots/texml-tests/amsthm-swap.xml +1 -1
- package/test/snapshots/texml-tests/amsthm.xml +1 -1
- package/test/snapshots/texml-tests/amsviet.xml +1 -1
- package/test/snapshots/texml-tests/appendix-book.html +32 -27
- package/test/snapshots/texml-tests/appendix-book.xml +39 -31
- package/test/snapshots/texml-tests/appendix.xml +5 -5
- package/test/snapshots/texml-tests/array.xml +1 -1
- package/test/snapshots/texml-tests/article.xml +1 -1
- package/test/snapshots/texml-tests/arxiv.xml +1 -1
- package/test/snapshots/texml-tests/arydshln.xml +1 -1
- package/test/snapshots/texml-tests/aufm.xml +1 -1
- package/test/snapshots/texml-tests/autoref.html +54 -48
- package/test/snapshots/texml-tests/autoref.xml +66 -57
- package/test/snapshots/texml-tests/begincsname.xml +1 -1
- package/test/snapshots/texml-tests/boldline.xml +1 -1
- package/test/snapshots/texml-tests/book-app.html +20 -11
- package/test/snapshots/texml-tests/book-app.xml +25 -13
- package/test/snapshots/texml-tests/book-new.html +176 -0
- package/test/snapshots/texml-tests/book-new.xml +318 -0
- package/test/snapshots/texml-tests/book.html +14 -11
- package/test/snapshots/texml-tests/book.xml +19 -13
- package/test/snapshots/texml-tests/booktabs.xml +2 -2
- package/test/snapshots/texml-tests/boxes.xml +1 -1
- package/test/snapshots/texml-tests/caption.xml +1 -1
- package/test/snapshots/texml-tests/cite.html +1 -1
- package/test/snapshots/texml-tests/cite.xml +2 -2
- package/test/snapshots/texml-tests/citesort.xml +1 -1
- package/test/snapshots/texml-tests/cleveref.xml +2 -2
- package/test/snapshots/texml-tests/collection.html +60 -0
- package/test/snapshots/texml-tests/collection.xml +237 -0
- package/test/snapshots/texml-tests/colortbl.xml +1 -1
- package/test/snapshots/texml-tests/combinetoks.xml +1 -1
- package/test/snapshots/texml-tests/comments.html +41 -0
- package/test/snapshots/texml-tests/comments.xml +33 -0
- package/test/snapshots/texml-tests/constants.xml +1 -1
- package/test/snapshots/texml-tests/csstring.xml +1 -1
- package/test/snapshots/texml-tests/detokenize.xml +1 -1
- package/test/snapshots/texml-tests/diacritics.xml +1 -1
- package/test/snapshots/texml-tests/dimexpr.xml +1 -1
- package/test/snapshots/texml-tests/drm.html +1 -1
- package/test/snapshots/texml-tests/drm.xml +3 -3
- package/test/snapshots/texml-tests/edgecases.html +42 -0
- package/test/snapshots/texml-tests/edgecases.xml +20 -0
- package/test/snapshots/texml-tests/escapechar.html +47 -0
- package/test/snapshots/texml-tests/escapechar.xml +34 -0
- package/test/snapshots/texml-tests/escapeinside.html +44 -0
- package/test/snapshots/texml-tests/escapeinside.xml +28 -0
- package/test/snapshots/texml-tests/eurosym.html +45 -0
- package/test/snapshots/texml-tests/eurosym.xml +23 -0
- package/test/snapshots/texml-tests/euscript.xml +1 -1
- package/test/snapshots/texml-tests/everyeof.xml +1 -1
- package/test/snapshots/texml-tests/expanded.xml +1 -1
- package/test/snapshots/texml-tests/expl3.xml +1 -1
- package/test/snapshots/texml-tests/extarrows.xml +1 -1
- package/test/snapshots/texml-tests/footnote.html +33 -22
- package/test/snapshots/texml-tests/footnote.xml +72 -53
- package/test/snapshots/texml-tests/framedboxes.xml +1 -1
- package/test/snapshots/texml-tests/glueexpr.xml +1 -1
- package/test/snapshots/texml-tests/gobble.html +44 -0
- package/test/snapshots/texml-tests/gobble.xml +38 -0
- package/test/snapshots/texml-tests/gsm_l.html +25 -20
- package/test/snapshots/texml-tests/gsm_l.xml +33 -25
- package/test/snapshots/texml-tests/halign.xml +1 -1
- package/test/snapshots/texml-tests/hello.xml +1 -1
- package/test/snapshots/texml-tests/hhline.xml +1 -1
- package/test/snapshots/texml-tests/hline.xml +1 -1
- package/test/snapshots/texml-tests/hyperams.xml +1 -1
- package/test/snapshots/texml-tests/hyperref.xml +1 -1
- package/test/snapshots/texml-tests/i283.xml +2 -2
- package/test/snapshots/texml-tests/ifcondition.xml +1 -1
- package/test/snapshots/texml-tests/ifcsname.xml +1 -1
- package/test/snapshots/texml-tests/ifdefined.xml +1 -1
- package/test/snapshots/texml-tests/ifdim.xml +1 -1
- package/test/snapshots/texml-tests/ifnum.xml +1 -1
- package/test/snapshots/texml-tests/ifprimitive.xml +1 -1
- package/test/snapshots/texml-tests/immediateassigned.xml +1 -1
- package/test/snapshots/texml-tests/immediateassignment.xml +1 -1
- package/test/snapshots/texml-tests/index.xml +1 -1
- package/test/snapshots/texml-tests/lastbox.xml +1 -1
- package/test/snapshots/texml-tests/lastkern.xml +1 -1
- package/test/snapshots/texml-tests/lastnamedcs.xml +1 -1
- package/test/snapshots/texml-tests/let.xml +1 -1
- package/test/snapshots/texml-tests/letcharcode.xml +1 -1
- package/test/snapshots/texml-tests/ligatures.xml +3 -3
- package/test/snapshots/texml-tests/listings.html +7 -12
- package/test/snapshots/texml-tests/listings.xml +19 -10
- package/test/snapshots/texml-tests/listoffigures.html +98 -0
- package/test/snapshots/texml-tests/listoffigures.xml +180 -0
- package/test/snapshots/texml-tests/literate.html +41 -0
- package/test/snapshots/texml-tests/literate.xml +26 -0
- package/test/snapshots/texml-tests/longtable.xml +1 -1
- package/test/snapshots/texml-tests/makecell.xml +1 -1
- package/test/snapshots/texml-tests/maketitle.html +6 -2
- package/test/snapshots/texml-tests/maketitle.xml +4 -2
- package/test/snapshots/texml-tests/manfnt.xml +1 -1
- package/test/snapshots/texml-tests/mathscinet.xml +1 -1
- package/test/snapshots/texml-tests/mathscr.xml +1 -1
- package/test/snapshots/texml-tests/meaning.xml +1 -1
- package/test/snapshots/texml-tests/metadata.xml +1 -1
- package/test/snapshots/texml-tests/muexpr.xml +1 -1
- package/test/snapshots/texml-tests/multicolumn.xml +3 -3
- package/test/snapshots/texml-tests/multirow.xml +3 -3
- package/test/snapshots/texml-tests/multirowcell.xml +4 -4
- package/test/snapshots/texml-tests/multline.xml +1 -1
- package/test/snapshots/texml-tests/nameref.xml +2 -2
- package/test/snapshots/texml-tests/names.xml +1 -1
- package/test/snapshots/texml-tests/natbib.html +41 -26
- package/test/snapshots/texml-tests/natbib.xml +66 -44
- package/test/snapshots/texml-tests/noexpand.xml +1 -1
- package/test/snapshots/texml-tests/noindent.xml +1 -1
- package/test/snapshots/texml-tests/numexpr.xml +1 -1
- package/test/snapshots/texml-tests/oldfont.html +59 -0
- package/test/snapshots/texml-tests/oldfont.xml +37 -0
- package/test/snapshots/texml-tests/parshape.xml +1 -1
- package/test/snapshots/texml-tests/part.html +33 -25
- package/test/snapshots/texml-tests/part.xml +47 -33
- package/test/snapshots/texml-tests/perl.html +41 -0
- package/test/snapshots/texml-tests/perl.xml +32 -0
- package/test/snapshots/texml-tests/protected.xml +1 -1
- package/test/snapshots/texml-tests/quote.xml +1 -1
- package/test/snapshots/texml-tests/ref.xml +2 -2
- package/test/snapshots/texml-tests/refrange.xml +11 -11
- package/test/snapshots/texml-tests/scantokens.xml +1 -1
- package/test/snapshots/texml-tests/secmeta.html +4 -4
- package/test/snapshots/texml-tests/secmeta.xml +4 -4
- package/test/snapshots/texml-tests/section.xml +10 -10
- package/test/snapshots/texml-tests/showonlyrefs.xml +1 -1
- package/test/snapshots/texml-tests/smash.xml +1 -1
- package/test/snapshots/texml-tests/stepnumber-1.html +8 -0
- package/test/snapshots/texml-tests/stepnumber-1.xml +23 -0
- package/test/snapshots/texml-tests/stepnumber-2.html +6 -0
- package/test/snapshots/texml-tests/stepnumber-2.xml +21 -0
- package/test/snapshots/texml-tests/stepnumber-3.html +6 -0
- package/test/snapshots/texml-tests/stepnumber-3.xml +21 -0
- package/test/snapshots/texml-tests/strcmp.xml +1 -1
- package/test/snapshots/texml-tests/string-m.html +41 -0
- package/test/snapshots/texml-tests/string-m.xml +32 -0
- package/test/snapshots/texml-tests/string.xml +1 -1
- package/test/snapshots/texml-tests/strings.html +41 -0
- package/test/snapshots/texml-tests/strings.xml +31 -0
- package/test/snapshots/texml-tests/sub_sup.xml +1 -1
- package/test/snapshots/texml-tests/subcaption.xml +1 -1
- package/test/snapshots/texml-tests/tableofcontents.html +35 -26
- package/test/snapshots/texml-tests/tableofcontents.xml +60 -38
- package/test/snapshots/texml-tests/tabular.xml +1 -1
- package/test/snapshots/texml-tests/tcolorbox.xml +1 -1
- package/test/snapshots/texml-tests/texcl.html +18 -0
- package/test/snapshots/texml-tests/texcl.xml +68 -0
- package/test/snapshots/texml-tests/textequation.xml +1 -1
- package/test/snapshots/texml-tests/thm-restate.xml +1 -1
- package/test/snapshots/texml-tests/tracingnodes.xml +1 -1
- package/test/snapshots/texml-tests/unexpanded.xml +1 -1
- package/test/snapshots/texml-tests/unless.xml +1 -1
- package/test/snapshots/texml-tests/upgreek.xml +1 -1
- package/test/snapshots/texml-tests/url.xml +1 -1
- package/test/snapshots/texml-tests/verb.xml +1 -1
- package/test/snapshots/texml-tests/vlist.xml +1 -1
- package/test/snapshots/texml-tests/xcolor.xml +1 -1
- package/test/snapshots/texml-tests/xmllabel.xml +1 -1
|
@@ -1,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>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</book-title-group>
|
|
8
8
|
</book-meta>
|
|
9
9
|
<front-matter id="ltxid1">
|
|
10
|
-
<toc id="ltxid2">
|
|
10
|
+
<toc id="ltxid2" specific-use="toc">
|
|
11
11
|
<toc-title-group>
|
|
12
12
|
<title>Contents</title>
|
|
13
13
|
</toc-title-group>
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
<toc-entry specific-use="section">
|
|
27
27
|
<label>1<x>.</x></label>
|
|
28
28
|
<title>Section heading</title>
|
|
29
|
-
<nav-pointer rid="
|
|
29
|
+
<nav-pointer rid="ltxid9"/>
|
|
30
30
|
</toc-entry>
|
|
31
31
|
</toc-entry>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
32
|
+
</toc-entry>
|
|
33
|
+
<toc-entry specific-use="appendix">
|
|
34
|
+
<label>Appendix A<x>.</x></label>
|
|
35
|
+
<title>A Numbered Appendix</title>
|
|
36
|
+
<nav-pointer rid="ltxid13"/>
|
|
37
|
+
</toc-entry>
|
|
38
|
+
<toc-entry specific-use="appendix">
|
|
39
|
+
<title>An Unnumbered Appendix</title>
|
|
40
|
+
<nav-pointer rid="ltxid15"/>
|
|
41
41
|
</toc-entry>
|
|
42
42
|
</toc>
|
|
43
43
|
<notes id="ltxid3" notes-type="publishers-note" specific-use="epub-opening-page">
|
|
@@ -46,34 +46,44 @@
|
|
|
46
46
|
</notes>
|
|
47
47
|
</front-matter>
|
|
48
48
|
<book-body id="ltxid4">
|
|
49
|
-
<book-part>
|
|
50
|
-
<
|
|
51
|
-
<
|
|
49
|
+
<book-part id="ltxid5" specific-use="part">
|
|
50
|
+
<book-part-meta>
|
|
51
|
+
<title-group>
|
|
52
52
|
<label>Part 1</label>
|
|
53
53
|
<title>Part title</title>
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
</title-group>
|
|
55
|
+
</book-part-meta>
|
|
56
|
+
<body>
|
|
57
|
+
<sec id="ltxid6" specific-use="section untagged">
|
|
58
|
+
<p>Some random text before the chapter.</p>
|
|
59
|
+
</sec>
|
|
60
|
+
<book-part id="ltxid7" specific-use="chapter">
|
|
61
|
+
<book-part-meta>
|
|
62
|
+
<title-group>
|
|
63
|
+
<label>Chapter 1</label>
|
|
64
|
+
<title>Chapter heading</title>
|
|
65
|
+
</title-group>
|
|
66
|
+
</book-part-meta>
|
|
67
|
+
<body>
|
|
68
|
+
<sec id="ltxid8" specific-use="section untagged">
|
|
69
|
+
<p>hello, world</p>
|
|
70
|
+
</sec>
|
|
71
|
+
<sec id="ltxid9" specific-use="section">
|
|
62
72
|
<label>1<x>.</x></label>
|
|
63
73
|
<title>Section heading</title>
|
|
64
|
-
<sec
|
|
74
|
+
<sec id="ltxid10" specific-use="subsection">
|
|
65
75
|
<label>1.1<x>.</x></label>
|
|
66
76
|
<title>Subsection heading<x>.</x></title>
|
|
67
77
|
</sec>
|
|
68
78
|
</sec>
|
|
69
|
-
</
|
|
70
|
-
</
|
|
79
|
+
</body>
|
|
80
|
+
</book-part>
|
|
71
81
|
</body>
|
|
72
82
|
</book-part>
|
|
73
83
|
</book-body>
|
|
74
|
-
<book-back id="
|
|
75
|
-
<book-app-group id="
|
|
76
|
-
<book-app
|
|
84
|
+
<book-back id="ltxid11">
|
|
85
|
+
<book-app-group id="ltxid12">
|
|
86
|
+
<book-app id="ltxid13" specific-use="appendix">
|
|
77
87
|
<book-part-meta>
|
|
78
88
|
<title-group>
|
|
79
89
|
<label>Appendix A</label>
|
|
@@ -81,10 +91,12 @@
|
|
|
81
91
|
</title-group>
|
|
82
92
|
</book-part-meta>
|
|
83
93
|
<body>
|
|
84
|
-
<
|
|
94
|
+
<sec id="ltxid14" specific-use="section untagged">
|
|
95
|
+
<p>hello, appendix</p>
|
|
96
|
+
</sec>
|
|
85
97
|
</body>
|
|
86
98
|
</book-app>
|
|
87
|
-
<book-app
|
|
99
|
+
<book-app id="ltxid15" specific-use="appendix">
|
|
88
100
|
<book-part-meta>
|
|
89
101
|
<title-group>
|
|
90
102
|
<label>Appendix</label>
|
|
@@ -92,7 +104,9 @@
|
|
|
92
104
|
</title-group>
|
|
93
105
|
</book-part-meta>
|
|
94
106
|
<body>
|
|
95
|
-
<
|
|
107
|
+
<sec id="ltxid16" specific-use="section untagged">
|
|
108
|
+
<p>hello, other appendix</p>
|
|
109
|
+
</sec>
|
|
96
110
|
</body>
|
|
97
111
|
</book-app>
|
|
98
112
|
</book-app-group>
|
|
@@ -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,32 @@
|
|
|
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><kwd>while</kwd> (<>) {</texml:line>
|
|
17
|
+
<texml:line> <kwd>chomp</kwd>;</texml:line>
|
|
18
|
+
<texml:line/>
|
|
19
|
+
<texml:line> <kwd>print</kwd> <str>"string"</str>;</texml:line>
|
|
20
|
+
<texml:line> <kwd>print</kwd> <str>'string'</str>;</texml:line>
|
|
21
|
+
<texml:line/>
|
|
22
|
+
<texml:line> <kwd>print</kwd> <str>q(string)</str>;</texml:line>
|
|
23
|
+
<texml:line> <kwd>print</kwd> <str>qq(string)</str>;</texml:line>
|
|
24
|
+
<texml:line/>
|
|
25
|
+
<texml:line> <kwd>print</kwd> <str>q{string}</str>;</texml:line>
|
|
26
|
+
<texml:line> <kwd>print</kwd> <str>qq{string}</str>;</texml:line>
|
|
27
|
+
<texml:line>}</texml:line>
|
|
28
|
+
</texml:lstlisting>
|
|
29
|
+
</fig>
|
|
30
|
+
</sec>
|
|
31
|
+
</body>
|
|
32
|
+
</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><monospace>macro:->[expansion of X]\Y </monospace></p>
|
|
15
15
|
<p><monospace>macro:->\X \Y </monospace></p>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section untagged">
|
|
13
13
|
<p>hello, world</p>
|
|
14
14
|
<def-list content-type="itemize">
|
|
15
15
|
<def-item id="ltxid4"><term>•</term> <def><disp-quote content-type="quote"><p>One paragraph.</p></disp-quote><p>Regular text.</p></def></def-item>
|
|
@@ -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>See [section ref] <xref-group><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="ref">1</xref></xref-group>.</p>
|
|
14
14
|
<p>See [section ref*] 1.</p>
|
|
15
15
|
<p>See [section nameref] <xref-group><xref ref-type="sec" rid="ltxid4" specific-use="nameref">Introduction</xref></xref-group>.</p>
|
|
16
16
|
<p>See [section nameref*] <xref-group><xref linked="no" ref-type="sec" rid="ltxid4" specific-use="nameref">Introduction</xref></xref-group>.</p>
|
|
17
17
|
<p>See [equation cref] <xref-group><x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid1" specific-use="ref">1</xref><x>)</x></xref-group></p>
|
|
18
18
|
</sec>
|
|
19
|
-
<sec
|
|
19
|
+
<sec id="ltxid4" specific-use="section">
|
|
20
20
|
<label>1<x>.</x></label>
|
|
21
21
|
<title>Introduction</title>
|
|
22
22
|
<p>This is <xref-group><xref ref-type="sec" rid="ltxid4" specific-use="nameref">Introduction</xref></xref-group>.</p>
|
|
@@ -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">
|
|
13
13
|
<label>1<x>.</x></label>
|
|
14
14
|
<title>Introduction</title>
|
|
15
15
|
<p>See sections <xref-group first="ltxid4" last="ltxid11" middle="ltxid7 ltxid10" ref-subtype="section" ref-type="sec"><xref ref-subtype="section" ref-type="sec" rid="ltxid4" specific-use="ref">2</xref>–<xref ref-subtype="section" ref-type="sec" rid="ltxid11" specific-use="ref">5</xref></xref-group></p>
|
|
16
16
|
<p>See sections <xref-group first="ltxid3" last="ltxid7" middle="ltxid4" ref-subtype="section" ref-type="sec"><xref ref-subtype="section" ref-type="sec" rid="ltxid3" specific-use="ref">1</xref>–<xref ref-subtype="section" ref-type="sec" rid="ltxid7" specific-use="ref">3</xref></xref-group></p>
|
|
17
17
|
<p>See equations <xref-group first="texmlid1" last="texmlid2" middle="texmlid4 texmlid5" ref-subtype="equation" ref-type="disp-formula"><x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid1" specific-use="ref">2</xref><x>)</x>–<x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="texmlid2" specific-use="ref">5</xref><x>)</x></xref-group>.</p>
|
|
18
18
|
</sec>
|
|
19
|
-
<sec
|
|
19
|
+
<sec id="ltxid4" specific-use="section">
|
|
20
20
|
<label>2<x>.</x></label>
|
|
21
21
|
<title>Second section</title>
|
|
22
22
|
<p>blah blah blah</p>
|
|
23
|
-
<sec
|
|
23
|
+
<sec id="ltxid5" specific-use="subsection">
|
|
24
24
|
<label>2.1<x>.</x></label>
|
|
25
25
|
<title>jkljba<x>.</x></title>
|
|
26
26
|
<p>bljasjfas</p>
|
|
@@ -30,16 +30,16 @@ a = b <target id="texmlid3"><tag parens="yes">1</tag></target>
|
|
|
30
30
|
\end{equation}</tex-math>
|
|
31
31
|
</disp-formula></p>
|
|
32
32
|
</sec>
|
|
33
|
-
<sec
|
|
33
|
+
<sec id="ltxid6" specific-use="subsection">
|
|
34
34
|
<label>2.2<x>.</x></label>
|
|
35
35
|
<title>jkljba<x>.</x></title>
|
|
36
36
|
</sec>
|
|
37
37
|
</sec>
|
|
38
|
-
<sec
|
|
38
|
+
<sec id="ltxid7" specific-use="section">
|
|
39
39
|
<label>3<x>.</x></label>
|
|
40
40
|
<title>Third section</title>
|
|
41
41
|
<p>blah blah blah</p>
|
|
42
|
-
<sec
|
|
42
|
+
<sec id="ltxid8" specific-use="subsection">
|
|
43
43
|
<label>3.1<x>.</x></label>
|
|
44
44
|
<title>jkljba<x>.</x></title>
|
|
45
45
|
<p>bljasjfas</p>
|
|
@@ -49,12 +49,12 @@ a = b <target id="texmlid3"><tag parens="yes">1</tag></target>
|
|
|
49
49
|
\end{equation}</tex-math>
|
|
50
50
|
</disp-formula></p>
|
|
51
51
|
</sec>
|
|
52
|
-
<sec
|
|
52
|
+
<sec id="ltxid9" specific-use="subsection">
|
|
53
53
|
<label>3.2<x>.</x></label>
|
|
54
54
|
<title>jkljba<x>.</x></title>
|
|
55
55
|
</sec>
|
|
56
56
|
</sec>
|
|
57
|
-
<sec
|
|
57
|
+
<sec id="ltxid10" specific-use="section">
|
|
58
58
|
<label>4<x>.</x></label>
|
|
59
59
|
<title>Fourth section</title>
|
|
60
60
|
<p>blah blah blah</p>
|
|
@@ -64,7 +64,7 @@ a = b <target id="texmlid3"><tag parens="yes">1</tag></target>
|
|
|
64
64
|
\end{equation}</tex-math>
|
|
65
65
|
</disp-formula></p>
|
|
66
66
|
</sec>
|
|
67
|
-
<sec
|
|
67
|
+
<sec id="ltxid11" specific-use="section">
|
|
68
68
|
<label>5<x>.</x></label>
|
|
69
69
|
<title>Fifth section</title>
|
|
70
70
|
<p><disp-formula content-type="math/tex">
|
|
@@ -74,7 +74,7 @@ a = b <target id="texmlid3"><tag parens="yes">1</tag></target>
|
|
|
74
74
|
</disp-formula></p>
|
|
75
75
|
<p>blah blah blah</p>
|
|
76
76
|
</sec>
|
|
77
|
-
<sec
|
|
77
|
+
<sec id="ltxid12" specific-use="section">
|
|
78
78
|
<label>6<x>.</x></label>
|
|
79
79
|
<title>Sixth section</title>
|
|
80
80
|
<p>blah blah blah</p>
|
|
@@ -84,7 +84,7 @@ a = b <target id="texmlid3"><tag parens="yes">1</tag></target>
|
|
|
84
84
|
\end{equation}</tex-math>
|
|
85
85
|
</disp-formula></p>
|
|
86
86
|
</sec>
|
|
87
|
-
<sec
|
|
87
|
+
<sec id="ltxid13" specific-use="section">
|
|
88
88
|
<label>7<x>.</x></label>
|
|
89
89
|
<title>Seventh section</title>
|
|
90
90
|
<p>blah blah blah</p>
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
<p>Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here.</p>
|
|
11
11
|
</section>
|
|
12
12
|
<section id="ltxid3" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="title">This is an unnumbered section with metadata</span></h2>
|
|
13
|
-
<
|
|
13
|
+
<div data-ams-byline="David M. Jones" data-ams-contributors="{"authors":[{"name":"David M. Jones","bio":"David was born and isn’t thrilled that nobody asked him his opinion first.","affiliations":[],"emails":[]}]}" data-ams-doc="sec-meta">
|
|
14
14
|
|
|
15
|
-
</
|
|
15
|
+
</div>
|
|
16
16
|
|
|
17
17
|
<p>Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here.</p>
|
|
18
18
|
</section>
|
|
19
19
|
<section id="ltxid4" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">3<ams-x>.</ams-x></span> <span data-ams-doc="title">This is a section with metadata</span></h2>
|
|
20
|
-
<
|
|
20
|
+
<div data-ams-byline="David M. Jones" data-ams-contributors="{"authors":[{"name":"David M. Jones","bio":"David was born and isn’t thrilled that nobody asked him his opinion first.","affiliations":[],"emails":[]}]}" data-ams-doc="sec-meta">
|
|
21
21
|
|
|
22
|
-
</
|
|
22
|
+
</div>
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
<p>Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here.</p>
|
|
@@ -2,16 +2,16 @@
|
|
|
2
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
3
|
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<p>hello, world</p>
|
|
5
|
-
<sec
|
|
5
|
+
<sec id="ltxid1" specific-use="section">
|
|
6
6
|
<label>1<x>.</x></label>
|
|
7
7
|
<title>This is a normal section</title>
|
|
8
8
|
</sec>
|
|
9
|
-
<sec
|
|
9
|
+
<sec id="ltxid2" specific-use="section">
|
|
10
10
|
<label>2<x>.</x></label>
|
|
11
11
|
<title>This is a normal section without metadata but with fancy markup.</title>
|
|
12
12
|
<p>Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here.</p>
|
|
13
13
|
</sec>
|
|
14
|
-
<sec
|
|
14
|
+
<sec id="ltxid3" specific-use="section">
|
|
15
15
|
<sec-meta>
|
|
16
16
|
<contrib-group content-type="authors">
|
|
17
17
|
<contrib contrib-type="author">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<title>This is an unnumbered section with metadata</title>
|
|
24
24
|
<p>Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here. Section content goes here.</p>
|
|
25
25
|
</sec>
|
|
26
|
-
<sec
|
|
26
|
+
<sec id="ltxid4" specific-use="section">
|
|
27
27
|
<sec-meta>
|
|
28
28
|
<contrib-group content-type="authors">
|
|
29
29
|
<contrib contrib-type="author">
|
|
@@ -9,53 +9,53 @@
|
|
|
9
9
|
</article-meta>
|
|
10
10
|
</front>
|
|
11
11
|
<body id="ltxid2">
|
|
12
|
-
<sec
|
|
12
|
+
<sec id="ltxid3" specific-use="section">
|
|
13
13
|
<label>1<x>.</x></label>
|
|
14
14
|
<title>First section</title>
|
|
15
15
|
<p>Some text.</p>
|
|
16
|
-
<sec
|
|
16
|
+
<sec id="ltxid4" specific-use="subsection">
|
|
17
17
|
<label>1.1<x>.</x></label>
|
|
18
18
|
<title>First subsection (with math <inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula>)<x>.</x></title>
|
|
19
19
|
<alt-title>First subsection (with math 𝑒=𝑚𝑐²).</alt-title>
|
|
20
20
|
<p>Some text.</p>
|
|
21
21
|
</sec>
|
|
22
|
-
<sec
|
|
22
|
+
<sec id="ltxid5" specific-use="subsection">
|
|
23
23
|
<label>1.2<x>.</x></label>
|
|
24
24
|
<title>Second subsection<x>.</x></title>
|
|
25
25
|
<p>Some text.</p>
|
|
26
26
|
</sec>
|
|
27
27
|
</sec>
|
|
28
|
-
<sec
|
|
28
|
+
<sec id="ltxid6" specific-use="section">
|
|
29
29
|
<label>2<x>.</x></label>
|
|
30
30
|
<title>Second section</title>
|
|
31
31
|
<p>Some text.</p>
|
|
32
|
-
<sec
|
|
32
|
+
<sec id="ltxid7" specific-use="subsection">
|
|
33
33
|
<label>2.1<x>.</x></label>
|
|
34
34
|
<title>First subsection<x>.</x></title>
|
|
35
35
|
<p>Some text.</p>
|
|
36
36
|
</sec>
|
|
37
|
-
<sec
|
|
37
|
+
<sec id="ltxid8" specific-use="subsection">
|
|
38
38
|
<label>2.2<x>.</x></label>
|
|
39
39
|
<title>Second subsection<x>.</x></title>
|
|
40
40
|
<p>Some text.</p>
|
|
41
41
|
</sec>
|
|
42
|
-
<sec
|
|
42
|
+
<sec id="ltxid9" specific-use="subsection">
|
|
43
43
|
<label>2.3<x>.</x></label>
|
|
44
44
|
<title><roman>Third subsection</roman><x>.</x></title>
|
|
45
45
|
<p>Some text.</p>
|
|
46
46
|
</sec>
|
|
47
47
|
</sec>
|
|
48
|
-
<sec
|
|
48
|
+
<sec id="ltxid10" specific-use="section">
|
|
49
49
|
<label>3<x>.</x></label>
|
|
50
50
|
<title>Third section</title>
|
|
51
51
|
<p>Some text.</p>
|
|
52
52
|
</sec>
|
|
53
|
-
<sec
|
|
53
|
+
<sec id="ltxid11" specific-use="section">
|
|
54
54
|
<label>4<x>.</x></label>
|
|
55
55
|
<title>Fourth section</title>
|
|
56
56
|
<p>Some text.</p>
|
|
57
57
|
</sec>
|
|
58
|
-
<sec
|
|
58
|
+
<sec id="ltxid12" specific-use="section">
|
|
59
59
|
<label>5<x>.</x></label>
|
|
60
60
|
<title>Fifth section</title>
|
|
61
61
|
<p>Some text.</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>See <xref-group first="D" last="F" middle="E" ref-subtype="equation" ref-type="disp-formula"><x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="D" specific-use="ref">D1</xref><x>)</x>–<x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="F" specific-use="ref">D3</xref><x>)</x></xref-group>.</p>
|
|
15
15
|
<p>See also <xref-group><x>(</x><xref ref-subtype="equation" ref-type="disp-formula" rid="A" specific-use="ref">1</xref><x>)</x></xref-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>hello, world</p>
|
|
14
14
|
<p><inline-formula content-type="math/tex">
|
|
15
15
|
<tex-math>y\smash{y}</tex-math>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>AMS Publication</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<p>“All lines with “<span data-ams-doc="math inline"><tex-math>{\text{line number}} \equiv 0</tex-math></span> module 〈<em>stepnumber</em>〉 get a line number.”</p>
|
|
3
|
+
<p>Nope: It’s line numbers <span data-ams-doc="math inline"><tex-math>\equiv 1</tex-math></span>.</p>
|
|
4
|
+
<p>numbers=left; stepnumber=3</p>
|
|
5
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
6
|
+
|
|
7
|
+
</figure>
|
|
8
|
+
</section></body></html>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
|
|
3
|
+
<article xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<p>“All lines with “<inline-formula content-type="math/tex"><tex-math>{<text>line number</text>} \equiv 0</tex-math></inline-formula> module 〈<italic toggle="yes">stepnumber</italic>〉 get a line number.”</p>
|
|
5
|
+
<p>Nope: It’s line numbers <inline-formula content-type="math/tex"><tex-math>\equiv 1</tex-math></inline-formula>.</p>
|
|
6
|
+
<p>numbers=left; stepnumber=3</p>
|
|
7
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
8
|
+
<texml:lstlisting numbers="left">
|
|
9
|
+
<texml:line lineno="1">A</texml:line>
|
|
10
|
+
<texml:line>B</texml:line>
|
|
11
|
+
<texml:line>C</texml:line>
|
|
12
|
+
<texml:line lineno="4">D</texml:line>
|
|
13
|
+
<texml:line>E</texml:line>
|
|
14
|
+
<texml:line>F</texml:line>
|
|
15
|
+
<texml:line lineno="7">G</texml:line>
|
|
16
|
+
<texml:line>H</texml:line>
|
|
17
|
+
<texml:line>I</texml:line>
|
|
18
|
+
<texml:line lineno="10">J</texml:line>
|
|
19
|
+
<texml:line>K</texml:line>
|
|
20
|
+
<texml:line>L</texml:line>
|
|
21
|
+
</texml:lstlisting>
|
|
22
|
+
</fig>
|
|
23
|
+
</article>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>AMS Publication</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<p>numbers=left; stepnumber=3; firstnumber=1</p>
|
|
3
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
4
|
+
|
|
5
|
+
</figure>
|
|
6
|
+
</section></body></html>
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
<p>numbers=left; stepnumber=3; firstnumber=1</p>
|
|
5
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
6
|
+
<texml:lstlisting numbers="left">
|
|
7
|
+
<texml:line lineno="1">A</texml:line>
|
|
8
|
+
<texml:line>B</texml:line>
|
|
9
|
+
<texml:line>C</texml:line>
|
|
10
|
+
<texml:line lineno="4">D</texml:line>
|
|
11
|
+
<texml:line>E</texml:line>
|
|
12
|
+
<texml:line>F</texml:line>
|
|
13
|
+
<texml:line lineno="7">G</texml:line>
|
|
14
|
+
<texml:line>H</texml:line>
|
|
15
|
+
<texml:line>I</texml:line>
|
|
16
|
+
<texml:line lineno="10">J</texml:line>
|
|
17
|
+
<texml:line>K</texml:line>
|
|
18
|
+
<texml:line>L</texml:line>
|
|
19
|
+
</texml:lstlisting>
|
|
20
|
+
</fig>
|
|
21
|
+
</article>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<!DOCTYPE html> <html dir="ltr" lang="en"><head><meta charset="utf-8"><meta content="width=device-width, initial-scale=1" name="viewport"><title>AMS Publication</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<p>numbers=left; stepnumber=3; firstnumber=2</p>
|
|
3
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
4
|
+
|
|
5
|
+
</figure>
|
|
6
|
+
</section></body></html>
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
<p>numbers=left; stepnumber=3; firstnumber=2</p>
|
|
5
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
6
|
+
<texml:lstlisting numbers="left">
|
|
7
|
+
<texml:line>A</texml:line>
|
|
8
|
+
<texml:line lineno="3">B</texml:line>
|
|
9
|
+
<texml:line>C</texml:line>
|
|
10
|
+
<texml:line>D</texml:line>
|
|
11
|
+
<texml:line lineno="6">E</texml:line>
|
|
12
|
+
<texml:line>F</texml:line>
|
|
13
|
+
<texml:line>G</texml:line>
|
|
14
|
+
<texml:line lineno="9">H</texml:line>
|
|
15
|
+
<texml:line>I</texml:line>
|
|
16
|
+
<texml:line>J</texml:line>
|
|
17
|
+
<texml:line lineno="12">K</texml:line>
|
|
18
|
+
<texml:line>L</texml:line>
|
|
19
|
+
</texml:lstlisting>
|
|
20
|
+
</fig>
|
|
21
|
+
</article>
|