aboutsummaryrefslogtreecommitdiff
path: root/src/input/wiggle.input.pamphlet
blob: 0ffb8f0499750f3d97b369cc8ef6538e7155f8c8 (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 wiggle.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
-- @(#)wiggle.input	1.1    89/09/07  20:55:30
draw(cos(x*y),x = -3..3, y = -3..3)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}