summaryrefslogtreecommitdiff
path: root/docs/src/xhtml11-latexmath.conf
blob: 48d2a191084caabe76e71015b58b0a1d5bc81f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Cover latexmath in elements with specific class names
[latexmath-inlinemacro]
<span class="latexmath">
{passtext}
</span>

[latexmath-blockmacro]
<div class="mathblock{role? {role}}"{id? id="{id}"}>
<div class="content">
<div class="title">{title}</div>
<div class="latexmath">
{passtext}
</div>
</div></div>