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