From b4fc5f639874db951177ec539299d20908adb654 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:44:40 +0000 Subject: doc 4 git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/prosper/ExampleAutumn.tex | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/prosper/ExampleAutumn.tex (limited to 'Master/texmf-dist/doc/latex/prosper/ExampleAutumn.tex') diff --git a/Master/texmf-dist/doc/latex/prosper/ExampleAutumn.tex b/Master/texmf-dist/doc/latex/prosper/ExampleAutumn.tex new file mode 100644 index 00000000000..507efa7d2ec --- /dev/null +++ b/Master/texmf-dist/doc/latex/prosper/ExampleAutumn.tex @@ -0,0 +1,38 @@ +% CVSId: $Id: ExampleAutumn.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: -- cgit v1.2.3