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