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