aboutsummaryrefslogtreecommitdiff
path: root/src/input/void.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/void.input.pamphlet')
-rw-r--r--src/input/void.input.pamphlet28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/input/void.input.pamphlet b/src/input/void.input.pamphlet
new file mode 100644
index 00000000..07059693
--- /dev/null
+++ b/src/input/void.input.pamphlet
@@ -0,0 +1,28 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input VOID.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+
+-- Input generated from VoidXmpPage
+)clear all
+
+a : Integer
+)set message void on
+b : Fraction Integer
+)set message void off
+3::Void
+% :: PositiveInteger
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}