File: equationeditor.tex

package info (click to toggle)
zim 0.76.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,952 kB
  • sloc: python: 68,612; xml: 1,270; javascript: 512; sh: 101; makefile: 47
file content (21 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass[[% font_size %]pt]{article}
\pagestyle{empty}

\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames]{color}
[% IF dark_mode %]
    \usepackage{xcolor}
[% END %]

\begin{document}
[% IF dark_mode %]
    \color{white}
[% END %]

% No empty lines allowed in math block !
\begin{align*}
[% equation -%]
\end{align*}

\end{document}