aboutsummaryrefslogtreecommitdiff
path: root/src/input/spiral.input.pamphlet
blob: 6c1cdddb9fba69e08b45003a8b9fb75497c7c5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input spiral.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
-- @(#)spiral.input	1.1    89/09/07  20:55:24
draw(t/100,t = 0..100,[coordinates polar])
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}