File: equationeditor.tex

package info (click to toggle)
zim 0.62-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,660 kB
  • ctags: 6,996
  • sloc: python: 52,094; xml: 1,135; makefile: 45; sh: 36
file content (16 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass[12pt]{article}
\pagestyle{empty}

\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames]{color}

\begin{document}

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

\end{document}