aboutsummaryrefslogtreecommitdiff
path: root/src/input/cone.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/cone.input.pamphlet')
-rw-r--r--src/input/cone.input.pamphlet20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/input/cone.input.pamphlet b/src/input/cone.input.pamphlet
new file mode 100644
index 00000000..9c45e1d8
--- /dev/null
+++ b/src/input/cone.input.pamphlet
@@ -0,0 +1,20 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input cone.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+-- graph of a cone
+draw(surface(u*cos(v),u*sin(v),u),u = -3..3,v = 0..2*%pi,[title "Cone"])
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}