blob: 2fc87fe3fbda4b859ca7861d35871f80a261a9d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
----------------------------------------------------------------
conteq --- continued equalities
E-mail: mail@joachim-breitner.de
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
----------------------------------------------------------------
This package allows you to write an continued equality such as
\begin{conteq}
e^{\pi\cdot i} \\
= -1 & Euler's formula \\
< 0 & this is an inequality \\
< \sqrt 3 \\
= \int e^{-x^2} dx & this is due to Gauss.
\end{conteq}
in a declarative manner and easily switch between various layouts afterwards.
|