aboutsummaryrefslogtreecommitdiff
path: root/src/input/torus.input.pamphlet
blob: 233a9bc161b0df6f134964ce83df7e7c5f3a073c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input torus.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=
)cl all
f(x:SF):SF == x
torus := tubePlot(sin t,cos t,0,f,0..2*%pi,0.5::SF,12,"closed")
makeViewport3D(torus,"torus")$VIEW3D
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}