forked from agrbin/svgtex
- Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathexamples.yaml
142 lines (113 loc) · 3.26 KB
/
examples.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# PMC Math Tool 2 example files
- name: simple-tex
in-format: tex
description: Very simple LaTeX ("2^x")
filename: simple-tex.tex
- name: simple-mml
in-format: mml
description: Very simple MathML ("1/N")
filename: simple-mml.mml
- name: cauchy-integral
in-format: mml
description: Cauchy's integral formula
filename: cauchy-integral.mml
- name: cauchy-schwarz
in-format: tex
description: The Cauchy-Schwarz inequality
filename: cauchy-schwarz.tex
- name: christoffel-symbols
in-format: mml
description: Definition of Christoffel symbols
filename: christoffel-symbols.mml
- name: coins
in-format: tex
description: The Lorentz equations
filename: coins.tex
- name: cosines
in-format: mml
description: Double angle formula for Cosines
filename: cosines.mml
- name: cross-product
in-format: tex
description: Cross product formula
filename: cross-product.tex
- name: curl-vector-field
in-format: mml
description: Curl of a vector field
filename: curl-vector-field.mml
- name: gauss-divergence
in-format: mml
description: Gauss' divergence theorem
filename: gauss-divergence.mml
- name: sum
in-format: tex
description: Summation
filename: sum.tex
- name: sum-displaystyle
in-format: tex
description: Summation, display style
filename: sum-displaystyle.tex
- name: lorentz
in-format: tex
description: Lorenz equations
filename: lorentz.tex
- name: maxwell
in-format: tex
description: Maxwell's equations
filename: maxwell.tex
- name: quadratic
in-format: mml
description: Quadratic formula
filename: quadratic.mml
- name: ramanujan
in-format: tex
description: An identity of Ramanujan
filename: ramanujan.tex
- name: rogers-rmanujan
in-format: tex
description: A Rogers-Ramanujan identity
filename: rogers-rmanujan.tex
- name: standard-deviation
in-format: mml
description: Standard deviation
filename: standard-deviation.mml
- name: jats-no-equations
in-format: jats
description: JATS file without any equations
filename: jats-no-equations.nxml
- name: jats-latex-one
in-format: jats
description: JATS file with one good LaTeX equations
filename: jats-latex-one.nxml
- name: jats-latex-two
in-format: jats
description: JATS file with two good LaTeX equations
filename: jats-latex-two.nxml
- name: bad-jats-latex
in-format: jats
description: JATS file with one good and one bad LaTeX equation
filename: bad-jats-latex.nxml
- name: jats-mathml-one-nons
in-format: jats
description: JATS file with one MathML formula, no namespace prefix
filename: jats-mathml-one-nons.nxml
- name: jats-mathml-one-ns
in-format: jats
description: JATS file with one MathML formula, with namespace prefix
filename: jats-mathml-one-ns.nxml
- name: jats-mathml-many
in-format: jats
description: JATS file with multiple MathML formulas
filename: jats-mathml-many.nxml
- name: jats-with-unicode
in-format: jats
description: JATS file with a unicode (non-ascii) character
filename: jats-with-unicode.nxml
- name: jats-3479416
in-format: jats
description: Real JATS file, article 3479416 from BMC (MathML)
filename: jats-3479416.nxml
- name: jats-2762331
in-format: jats
description: Real JATS file, article 2762331 from PLoS Currents (LaTeX)
filename: jats-2762331.nxml