aboutsummaryrefslogtreecommitdiff
path: root/src/input/gary1.input.pamphlet
blob: 1e3e3eb1709a3b85f9fedadbeacca9fbf465894c (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 gary1.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
-- @(#)gary1.input	1.1    89/09/07  20:55:01
draw(curve(cos(4*t)*cos(7*t),cos(4*t)*sin(7*t)),t = 0..2*%pi,[title "Greetings!"])
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}