aboutsummaryrefslogtreecommitdiff
path: root/src/input/axiom.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/axiom.input.pamphlet')
-rw-r--r--src/input/axiom.input.pamphlet46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/input/axiom.input.pamphlet b/src/input/axiom.input.pamphlet
new file mode 100644
index 00000000..85ca1f1c
--- /dev/null
+++ b/src/input/axiom.input.pamphlet
@@ -0,0 +1,46 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input axiom.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+\section{License}
+<<license>>=
+--Copyright The Numerical Algorithms Group Limited 1994.
+@
+<<*>>=
+<<license>>
+
+-- This file is read on start-up by the AXIOM system. It is
+-- most commonly used to customize the user's environment via the
+-- )set system commands.
+
+
+-- do not enter lisp break on error
+)set break nobreak
+
+-- use the simple character set
+)set output char plain
+
+-- everyone uses this
+)set userlevel development
+
+-- make the highlighting characters go away
+)set mess high off
+
+)set message prompt frame
+
+)lis (verbos 0)
+-- read the user's synonym file for system commands, if it exists
+)read "mysyns.input" )ifthere )quiet
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}