aboutsummaryrefslogtreecommitdiff
path: root/src/input/cycloid3.input.pamphlet
blob: 0d80f0a534c74bde7c30f7789229245aa476c545 (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 cycloid3.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
-- @(#)cycloid3.input	1.1    89/09/07  20:54:50
draw(curve(t - 2*sin t,1 - 2*cos t),t = -5..5)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}