aboutsummaryrefslogtreecommitdiff
path: root/src/input/as-eg4.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/as-eg4.input.pamphlet')
-rw-r--r--src/input/as-eg4.input.pamphlet28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/input/as-eg4.input.pamphlet b/src/input/as-eg4.input.pamphlet
new file mode 100644
index 00000000..87a1528e
--- /dev/null
+++ b/src/input/as-eg4.input.pamphlet
@@ -0,0 +1,28 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input as-eg4.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+)co ecfact.as
+n1:=nextPrime 1000000
+n2:=nextPrime n1
+n:=n1*n2
+LenstraEllipticMethod n
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}