diff options
Diffstat (limited to 'src/input/eqtbl.input.pamphlet')
-rw-r--r-- | src/input/eqtbl.input.pamphlet | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/input/eqtbl.input.pamphlet b/src/input/eqtbl.input.pamphlet new file mode 100644 index 00000000..19aef945 --- /dev/null +++ b/src/input/eqtbl.input.pamphlet @@ -0,0 +1,28 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input EQTBL.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- Input generated from EqTableXmpPage +)clear all + +e: EqTable(List Integer, Integer) := table() +l1 := [1,2,3] +l2 := [1,2,3] +e.l1 := 111 +e.l2 := 222 +e.l1 +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |