blob: 56e47d516c1672419536d476e23225ad85b08152 (
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
29
30
31
32
33
34
35
36
37
38
|
% CVSId: $Id: ExampleAlienglow.tex,v 1.1 2003/01/27 14:39:22 exupery Exp $
\documentclass[%
pdf,
%nocolorBG,
colorBG,
slideColor,
%slideBW,
%draft,
%frames
%azure
%contemporain
%nuancegris
%troispoints
%lignesbleues
%darkblue
alienglow
%autumn
]{prosper}
\usepackage{amsmath}
\begin{document}
\begin{slide}{The quest for $\pi$}
\begin{itemize}
\item The following formula computes $8$ correct digits per iteration
(Ramanujan):
\end{itemize}
\begin{small}
\begin{equation*}
\frac{1}{\pi}=\sum_{n=0}^\infty \frac{(\frac{1}{4})_n(\frac{2}{4})_n(\frac{3}{4})_n}{n!^3}\bigl(2\sqrt{2}(1103+26390n)\bigr)\frac{1}{(99^2)^{2n+1}}
\end{equation*}
\end{small}
\end{slide}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|