diff options
Diffstat (limited to 'src/input/help.input.pamphlet')
-rw-r--r-- | src/input/help.input.pamphlet | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/input/help.input.pamphlet b/src/input/help.input.pamphlet new file mode 100644 index 00000000..c4e59789 --- /dev/null +++ b/src/input/help.input.pamphlet @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input help.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input for page CommandHelp +)clear all + +a:= x**2 + 1 +(a - 2)**2 +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |