File: Math.jinja2s

package info (click to toggle)
plastex 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (20 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: math
{{ obj.mathjax_source }}

name: ensuremath 
\({{ obj.mathjax_source }}\)

name: displaymath equation* eqnarray eqnarray* align align* gather gather* flalign flalign* multline multline* alignat alignat* split
<div class="displaymath" id="{{ obj.id }}">
  {{ obj.mathjax_source }}
</div>

name: equation
<div class="equation" id="{{ obj.id }}">
<p>
  <div class="equation_content">
    {{ obj.mathjax_source }}
  </div>
  <span class="equation_label">{{ obj.ref }}</span>
</p>
</div>