~jaap.karssenberg/zim/pyzim-gtk3

« back to all changes in this revision

Viewing changes to data/templates/latex/_Equation.tex

  • Committer: Jaap Karssenberg
  • Date: 2008-10-05 20:49:36 UTC
  • Revision ID: pardus@mirage-20081005204936-5hgbflco4w5u15hm
sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass[12pt]{article}
 
2
\pagestyle{empty}
 
3
 
 
4
\usepackage{amssymb}
 
5
\usepackage{amsmath}
 
6
\usepackage[usenames]{color}
 
7
 
 
8
\begin{document}
 
9
 
 
10
% No empty lines allowed in math block !
 
11
\begin{displaymath}
 
12
[% equation %]
 
13
\end{displaymath}
 
14
 
 
15
\end{document}
 
16