@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,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>We can’t currently implement type-m strings. See comments in <span data-ams-style="monospace">listings.pm</span>.</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>We can’t currently implement type-m strings. See comments in <monospace>listings.pm</monospace>.</p>
|
|
14
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
15
|
+
<texml:lstlisting numbers="none">
|
|
16
|
+
<texml:line><id>while</id> (<>) {</texml:line>
|
|
17
|
+
<texml:line> <id>chomp</id>;</texml:line>
|
|
18
|
+
<texml:line/>
|
|
19
|
+
<texml:line> <id>print</id> <str>'string'</str>;</texml:line>
|
|
20
|
+
<texml:line> <id>print</id>(<str>'string'</str>);</texml:line>
|
|
21
|
+
<texml:line/>
|
|
22
|
+
<texml:line> <id>print</id>()<str>'string'</str>;</texml:line>
|
|
23
|
+
<texml:line/>
|
|
24
|
+
<texml:line> <id>print</id>[]<str>'string'</str>;</texml:line>
|
|
25
|
+
<texml:line/>
|
|
26
|
+
<texml:line> <id>print</id><str>'string'</str>;</texml:line>
|
|
27
|
+
<texml:line>}</texml:line>
|
|
28
|
+
</texml:lstlisting>
|
|
29
|
+
</fig>
|
|
30
|
+
</sec>
|
|
31
|
+
</body>
|
|
32
|
+
</article>
|
|
@@ -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>strings</title></head><body><section data-ams-doc="article">
|
|
2
|
+
<section data-ams-doc="frontmatter"><script type="application/json">{
|
|
3
|
+
"title": "strings",
|
|
4
|
+
"alttitle": "strings",
|
|
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>strings</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,31 @@
|
|
|
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>strings</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>print <str>"str\"ing"</str>;</texml:line>
|
|
17
|
+
<texml:line> print <str>'str''ing'</str>;</texml:line>
|
|
18
|
+
<texml:line/>
|
|
19
|
+
<texml:line> print <str>|str\|ing ||morestring|</str>;</texml:line>
|
|
20
|
+
<texml:line/>
|
|
21
|
+
<texml:line> print <str>q(string)</str>;</texml:line>
|
|
22
|
+
<texml:line> print <str>qq(string)</str>;</texml:line>
|
|
23
|
+
<texml:line/>
|
|
24
|
+
<texml:line> print <str>q{string}</str>;</texml:line>
|
|
25
|
+
<texml:line> print <str>qq{string}</str>;</texml:line>
|
|
26
|
+
<texml:line/>
|
|
27
|
+
</texml:lstlisting>
|
|
28
|
+
</fig>
|
|
29
|
+
</sec>
|
|
30
|
+
</body>
|
|
31
|
+
</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>letter: <inline-formula content-type="math/tex"><tex-math>A _b</tex-math></inline-formula></p>
|
|
15
15
|
<p>other_char: <inline-formula content-type="math/tex"><tex-math>X_+</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
|
<fig-group id="ltxid4" specific-use="figure">
|
|
15
15
|
<label>Figure 1<x>.</x></label>
|
|
@@ -4,39 +4,48 @@
|
|
|
4
4
|
|
|
5
5
|
<p>The <a href="https://www.ams.org">American Mathematical Society</a> has provided this ebook to you without Digital Rights Management (DRM) software applied so that you can enjoy reading it on your personal devices. This ebook is for your personal use only and must not be made publicly available in any way. You may not copy, reproduce, or upload this ebook except to read it on your personal devices.</p>
|
|
6
6
|
</section>
|
|
7
|
-
<section role="doc-chapter" id="ltxid3" data-ams-doc="chapter" data-ams-doc-level="0"
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
<section role="doc-chapter" id="ltxid3" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
8
|
+
<div data-ams-doc="sec-meta">
|
|
9
|
+
<h1 data-ams-doc-alttitle="Chapter 1 First Chapter with math 𝑥"><span data-ams-doc="label">Chapter 1</span> <span data-ams-doc="title">First Chapter with math <span data-ams-doc="math inline"><tex-math>x</tex-math></span></span></h1>
|
|
10
|
+
</div>
|
|
10
11
|
|
|
11
12
|
</section>
|
|
12
|
-
<section role="doc-chapter" id="ltxid4" data-ams-doc="chapter" data-ams-doc-level="0"
|
|
13
|
+
<section role="doc-chapter" id="ltxid4" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
14
|
+
<div data-ams-doc="sec-meta">
|
|
15
|
+
<h1><span data-ams-doc="label">Chapter 2</span> <span data-ams-doc="title">Second Chapter</span></h1>
|
|
16
|
+
</div>
|
|
13
17
|
|
|
18
|
+
<section id="ltxid5" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section 2.1</span></h2>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
</section>
|
|
14
22
|
|
|
15
|
-
<section id="ltxid5" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Section 2.1</span></h2>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
</section>
|
|
19
23
|
</section>
|
|
20
|
-
<section role="doc-chapter" id="ltxid6" data-ams-doc="chapter" data-ams-doc-level="0"
|
|
24
|
+
<section role="doc-chapter" id="ltxid6" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
25
|
+
<div data-ams-doc="sec-meta">
|
|
26
|
+
<h1><span data-ams-doc="label">Chapter 3</span> <span data-ams-doc="title">Third Chapter</span></h1>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<section id="ltxid7" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="1. Here is a section 𝑒=𝑚𝑐²"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a section <span data-ams-doc="math inline"><tex-math>e = mc^2</tex-math></span></span></h2>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
</section>
|
|
34
|
+
<section id="ltxid8" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">2<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a section <span data-ams-refrange="null" data-ams-ref="null" data-ams-doc="refgroup"><a data-ams-ref="sec" href="#ltxid3">1</a></span> with a reference</span></h2>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
</section>
|
|
38
|
+
<section id="ltxid9" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="3. Here is a footnote"><span data-ams-doc="label">3<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a footnote <a role="doc-noteref" data-ams-ref="fn" href="#ltxid10"><sup>1</sup></a></span><div id="ltxid10" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>with a footnote</p></div></h2>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
</section>
|
|
21
43
|
|
|
22
|
-
|
|
23
|
-
<section id="ltxid7" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="1. Here is a section 𝑒=𝑚𝑐²"><span data-ams-doc="label">1<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a section <span data-ams-doc="math inline"><tex-math>e = mc^2</tex-math></span></span></h2>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</section>
|
|
28
|
-
<section id="ltxid8" data-ams-doc="section" data-ams-doc-level="1"><h2><span data-ams-doc="label">2<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a section <span data-ams-refrange="null" data-ams-ref="null" data-ams-doc="refgroup"><a data-ams-ref="sec" href="#ltxid3">1</a></span> with a reference</span></h2>
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</section>
|
|
32
|
-
<section id="ltxid9" data-ams-doc="section" data-ams-doc-level="1"><h2 data-ams-doc-alttitle="3. Here is a footnote"><span data-ams-doc="label">3<ams-x>.</ams-x></span> <span data-ams-doc="title">Here is a footnote <a role="doc-noteref" data-ams-ref="fn" href="#ltxid10"><sup>1</sup></a></span><div id="ltxid10" aria-label="Footnote 1" role="doc-footnote"><span data-ams-doc="label"><sup>1</sup></span><p>with a footnote</p></div></h2>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</section>
|
|
37
44
|
</section>
|
|
38
|
-
<section role="doc-chapter" id="ltxid11" data-ams-doc="chapter" data-ams-doc-level="0"
|
|
39
|
-
|
|
45
|
+
<section role="doc-chapter" id="ltxid11" data-ams-doc="chapter" data-ams-doc-level="0">
|
|
46
|
+
<div data-ams-doc="sec-meta">
|
|
47
|
+
<h1><span data-ams-doc="label">Chapter 4</span> <span data-ams-doc="title">Fourth Chapter</span></h1>
|
|
48
|
+
</div>
|
|
40
49
|
|
|
41
50
|
</section>
|
|
42
51
|
</body></html>
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
-
<toc id="ltxid1">
|
|
4
|
+
<toc id="ltxid1" specific-use="toc">
|
|
5
5
|
<toc-title-group>
|
|
6
6
|
<title>Contents</title>
|
|
7
7
|
</toc-title-group>
|
|
@@ -57,39 +57,61 @@
|
|
|
57
57
|
<title>Publisher’s Notice</title>
|
|
58
58
|
<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>
|
|
59
59
|
</notes>
|
|
60
|
-
<
|
|
61
|
-
<
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
<
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
<
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
<
|
|
86
|
-
<
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
60
|
+
<book-part id="ltxid3" specific-use="chapter">
|
|
61
|
+
<book-part-meta>
|
|
62
|
+
<title-group>
|
|
63
|
+
<label>Chapter 1</label>
|
|
64
|
+
<title>First Chapter with math <inline-formula content-type="math/tex"><tex-math>x</tex-math></inline-formula></title>
|
|
65
|
+
<alt-title>First Chapter with math 𝑥</alt-title>
|
|
66
|
+
</title-group>
|
|
67
|
+
</book-part-meta>
|
|
68
|
+
<body/>
|
|
69
|
+
</book-part>
|
|
70
|
+
<book-part id="ltxid4" specific-use="chapter">
|
|
71
|
+
<book-part-meta>
|
|
72
|
+
<title-group>
|
|
73
|
+
<label>Chapter 2</label>
|
|
74
|
+
<title>Second Chapter</title>
|
|
75
|
+
</title-group>
|
|
76
|
+
</book-part-meta>
|
|
77
|
+
<body>
|
|
78
|
+
<sec id="ltxid5" specific-use="section">
|
|
79
|
+
<label>1<x>.</x></label>
|
|
80
|
+
<title>Section 2.1</title>
|
|
81
|
+
</sec>
|
|
82
|
+
</body>
|
|
83
|
+
</book-part>
|
|
84
|
+
<book-part id="ltxid6" specific-use="chapter">
|
|
85
|
+
<book-part-meta>
|
|
86
|
+
<title-group>
|
|
87
|
+
<label>Chapter 3</label>
|
|
88
|
+
<title>Third Chapter</title>
|
|
89
|
+
</title-group>
|
|
90
|
+
</book-part-meta>
|
|
91
|
+
<body>
|
|
92
|
+
<sec id="ltxid7" specific-use="section">
|
|
93
|
+
<label>1<x>.</x></label>
|
|
94
|
+
<title>Here is a section <inline-formula content-type="math/tex"><tex-math>e = mc^2</tex-math></inline-formula></title>
|
|
95
|
+
<alt-title>Here is a section 𝑒=𝑚𝑐²</alt-title>
|
|
96
|
+
</sec>
|
|
97
|
+
<sec id="ltxid8" specific-use="section">
|
|
98
|
+
<label>2<x>.</x></label>
|
|
99
|
+
<title>Here is a section <xref-group><xref ref-subtype="chapter" ref-type="sec" rid="ltxid3" specific-use="ref">1</xref></xref-group> with a reference</title>
|
|
100
|
+
</sec>
|
|
101
|
+
<sec id="ltxid9" specific-use="section">
|
|
102
|
+
<label>3<x>.</x></label>
|
|
103
|
+
<title>Here is a footnote <xref alt="Footnote 1" ref-type="fn" rid="ltxid10">1</xref><fn id="ltxid10"><label>1</label><p>with a footnote</p></fn></title>
|
|
104
|
+
<alt-title>Here is a footnote</alt-title>
|
|
105
|
+
</sec>
|
|
106
|
+
</body>
|
|
107
|
+
</book-part>
|
|
108
|
+
<book-part id="ltxid11" specific-use="chapter">
|
|
109
|
+
<book-part-meta>
|
|
110
|
+
<title-group>
|
|
111
|
+
<label>Chapter 4</label>
|
|
112
|
+
<title>Fourth Chapter</title>
|
|
113
|
+
</title-group>
|
|
114
|
+
</book-part-meta>
|
|
115
|
+
<body/>
|
|
116
|
+
</book-part>
|
|
95
117
|
</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" specific-use="table"><label>Table 1<x>.</x></label> <table class="texml-bcc" id="tblrid1"><tr><td class="texml-bltsc texml-pl texml-pr texml-tac">A</td><td class="texml-pl texml-pr texml-tac">B</td></tr></table></table-wrap>
|
|
15
15
|
<table-wrap id="ltxid5" specific-use="table"><label>Table 2<x>.</x></label> <table class="texml-bcc" id="tblrid2"><tr><td class="texml-bldc texml-brtsc texml-pl texml-pr texml-tac">A</td><td class="texml-brdc texml-pl texml-pr texml-tac">B</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
|
<boxed-text background-color="lightgray" border-color="black" border-style="solid" border-width="medium" content-type="tcolorbox" position="anchor">
|
|
15
15
|
<p>blah blah blah</p>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>mathescape=false; texcl=false</p>
|
|
3
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
4
|
+
|
|
5
|
+
</figure>
|
|
6
|
+
<p>mathescape=false; texcl=true</p>
|
|
7
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
8
|
+
|
|
9
|
+
</figure>
|
|
10
|
+
<p>mathescape=true; texcl=false</p>
|
|
11
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
12
|
+
|
|
13
|
+
</figure>
|
|
14
|
+
<p>mathescape=true; texcl=true</p>
|
|
15
|
+
<figure data-ams-specific-use="lstlisting" data-ams-content-type="code" data-ams-doc="fig">
|
|
16
|
+
|
|
17
|
+
</figure>
|
|
18
|
+
</section></body></html>
|
|
@@ -0,0 +1,68 @@
|
|
|
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>mathescape=false; texcl=false</p>
|
|
5
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
6
|
+
<texml:lstlisting numbers="left">
|
|
7
|
+
<texml:line lineno="1">for ($e=mc^2$)</texml:line>
|
|
8
|
+
<texml:line lineno="2"/>
|
|
9
|
+
<texml:line lineno="3"> A <comment>// $e=mc^2$</comment></texml:line>
|
|
10
|
+
<texml:line lineno="4"/>
|
|
11
|
+
<texml:line lineno="5"> <comment># comment: $e=mc^2$</comment></texml:line>
|
|
12
|
+
<texml:line lineno="6"/>
|
|
13
|
+
<texml:line lineno="7"> <comment>/* C-style comment: $e=mc^2$ */</comment></texml:line>
|
|
14
|
+
<texml:line lineno="8"/>
|
|
15
|
+
<texml:line lineno="9"> <comment>/* Non-/*nesting*/</comment> comment: $e=mc^2$ */</texml:line>
|
|
16
|
+
<texml:line lineno="10"/>
|
|
17
|
+
<texml:line lineno="11"> <comment>(* nested (* comment $e=mc^2$ *) *)</comment></texml:line>
|
|
18
|
+
</texml:lstlisting>
|
|
19
|
+
</fig>
|
|
20
|
+
<p>mathescape=false; texcl=true</p>
|
|
21
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
22
|
+
<texml:lstlisting numbers="left">
|
|
23
|
+
<texml:line lineno="1">for ($e=mc^2$)</texml:line>
|
|
24
|
+
<texml:line lineno="2"/>
|
|
25
|
+
<texml:line lineno="3"> A <comment>//</comment> <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
26
|
+
<texml:line lineno="4"/>
|
|
27
|
+
<texml:line lineno="5"> <comment>#</comment> comment: <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
28
|
+
<texml:line lineno="6"/>
|
|
29
|
+
<texml:line lineno="7"> <comment>/* C-style comment: $e=mc^2$ */</comment></texml:line>
|
|
30
|
+
<texml:line lineno="8"/>
|
|
31
|
+
<texml:line lineno="9"> <comment>/* Non-/*nesting*/</comment> comment: $e=mc^2$ */</texml:line>
|
|
32
|
+
<texml:line lineno="10"/>
|
|
33
|
+
<texml:line lineno="11"> <comment>(* nested (* comment $e=mc^2$ *) *)</comment></texml:line>
|
|
34
|
+
</texml:lstlisting>
|
|
35
|
+
</fig>
|
|
36
|
+
<p>mathescape=true; texcl=false</p>
|
|
37
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
38
|
+
<texml:lstlisting numbers="left">
|
|
39
|
+
<texml:line lineno="1">for (<inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula>)</texml:line>
|
|
40
|
+
<texml:line lineno="2"/>
|
|
41
|
+
<texml:line lineno="3"> A <comment>// </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
42
|
+
<texml:line lineno="4"/>
|
|
43
|
+
<texml:line lineno="5"> <comment># comment: </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
44
|
+
<texml:line lineno="6"/>
|
|
45
|
+
<texml:line lineno="7"> <comment>/* C-style comment: </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula><comment> */</comment></texml:line>
|
|
46
|
+
<texml:line lineno="8"/>
|
|
47
|
+
<texml:line lineno="9"> <comment>/* Non-/*nesting*/</comment> comment: <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula> */</texml:line>
|
|
48
|
+
<texml:line lineno="10"/>
|
|
49
|
+
<texml:line lineno="11"> <comment>(* nested (* comment </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula><comment> *) *)</comment></texml:line>
|
|
50
|
+
</texml:lstlisting>
|
|
51
|
+
</fig>
|
|
52
|
+
<p>mathescape=true; texcl=true</p>
|
|
53
|
+
<fig content-type="code" specific-use="lstlisting">
|
|
54
|
+
<texml:lstlisting numbers="left">
|
|
55
|
+
<texml:line lineno="1">for (<inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula>)</texml:line>
|
|
56
|
+
<texml:line lineno="2"/>
|
|
57
|
+
<texml:line lineno="3"> A <comment>//</comment> <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
58
|
+
<texml:line lineno="4"/>
|
|
59
|
+
<texml:line lineno="5"> <comment>#</comment> comment: <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula></texml:line>
|
|
60
|
+
<texml:line lineno="6"/>
|
|
61
|
+
<texml:line lineno="7"> <comment>/* C-style comment: </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula><comment> */</comment></texml:line>
|
|
62
|
+
<texml:line lineno="8"/>
|
|
63
|
+
<texml:line lineno="9"> <comment>/* Non-/*nesting*/</comment> comment: <inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula> */</texml:line>
|
|
64
|
+
<texml:line lineno="10"/>
|
|
65
|
+
<texml:line lineno="11"> <comment>(* nested (* comment </comment><inline-formula content-type="math/tex"><tex-math>e=mc^2</tex-math></inline-formula><comment> *) *)</comment></texml:line>
|
|
66
|
+
</texml:lstlisting>
|
|
67
|
+
</fig>
|
|
68
|
+
</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
|
<disp-formula content-type="text" id="ltxid4">
|
|
15
15
|
<p>Standard numbered equation.</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><xref ref-subtype="restatable" ref-type="statement" rid="ltxid4" specific-use="ref">1</xref></xref-group></p>
|
|
15
15
|
<p>See <xref-group><xref ref-subtype="restatable" ref-type="statement" rid="ltxid5" specific-use="ref">2</xref></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><monospace>macro:->[expansion of X]</monospace></p>
|
|
15
15
|
<p><monospace>macro:->\X </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
|
<p>Updelta: <inline-formula content-type="math/tex"><tex-math>\mupDelta </tex-math></inline-formula></p>
|
|
15
15
|
<p>Upgamma: <inline-formula content-type="math/tex"><tex-math>\mupGamma </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>1: <ext-link xlink:href="https://www.ams.org/%A#B&C_D~E$F^G{H}\I">https://www.ams.org/%A#B&C_D~E$F^G{H}\I</ext-link></p>
|
|
14
14
|
<p>2: <ext-link xlink:href="https://www.ams.org/%A#B&C_D~E$F^G{H}\I">https://www.ams.org/%A#B&C_D~E$F^G{H}\I</ext-link></p>
|
|
15
15
|
<p>3: <ext-link xlink:href="https://www.ams.org/%A#B&C_D~E$F^G{H}\I">https://www.ams.org/%A#B&C_D~E$F^G{H}\I</ext-link></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><pre>verbatim&%$# text</pre></p>
|
|
15
15
|
<p><pre>verbatim&%$# text</pre> blah blah</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>This is color: <styled-content text-color="#0000ff">blue text</styled-content>.</p>
|
|
15
15
|
<p>This is color in math: <inline-formula content-type="math/tex"><tex-math>\color[RGB]{0, 140, 10} x</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><disp-formula content-type="math/tex">
|
|
15
15
|
<tex-math id="ltxid4">\begin{equation}
|