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