File: latexdivs-sample.md

package info (click to toggle)
python-pandocfilters 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 802; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\newcommand{\eqn}{\nabla \times \mathbf{E} = - \frac{\partial \mathbf{B}}{\partial t}}

<div latex="true" abc="test" class="proof">
Turned into a proof environment.

$$\eqn$$
</div>

<div latex="true" abc="test" class="case test">
First class is picked and converted into a LaTeX environment.

$$\eqn$$
</div>

<div class="totally nonsense" latex="false">
Shouldn't be converted into LaTeX environments. Since LaTeX is false.
</div>

<div class="totally nonsense">
Also shouldn't be converted into LaTeX environments. Since LaTeX is not present.
</div>