aboutsummaryrefslogtreecommitdiff
path: root/src/input/wiggle.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/wiggle.input.pamphlet')
-rw-r--r--src/input/wiggle.input.pamphlet20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/input/wiggle.input.pamphlet b/src/input/wiggle.input.pamphlet
new file mode 100644
index 00000000..0ffb8f04
--- /dev/null
+++ b/src/input/wiggle.input.pamphlet
@@ -0,0 +1,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}