aboutsummaryrefslogtreecommitdiff
path: root/src/input/images1.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/images1.input.pamphlet')
-rw-r--r--src/input/images1.input.pamphlet30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/input/images1.input.pamphlet b/src/input/images1.input.pamphlet
new file mode 100644
index 00000000..3c178e25
--- /dev/null
+++ b/src/input/images1.input.pamphlet
@@ -0,0 +1,30 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input images1.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+-- Color gallery page 1
+
+)read tknot
+
+-- draw a (15,17) torus knot
+
+torusKnot(15,17, 0.1, 6, 700)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}