diff options
Diffstat (limited to 'src/input/bern.input.pamphlet')
-rw-r--r-- | src/input/bern.input.pamphlet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/input/bern.input.pamphlet b/src/input/bern.input.pamphlet new file mode 100644 index 00000000..b3833518 --- /dev/null +++ b/src/input/bern.input.pamphlet @@ -0,0 +1,20 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input bern.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= +-- @(#)bern.input 1.1 89/09/07 20:54:27 +draw(curve(cos(t)/(1+sin(t)**2),sin(t)*cos(t)/(1+sin(t)**2)),t = -%pi..%pi, [title "Lemniscate of Bernoulli"]) +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |