aboutsummaryrefslogtreecommitdiff
path: root/src/input/macros.input.pamphlet
blob: cc9f9d1299c53cf89fb77be88b4d71e26478e20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input macros.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1991.
@
<<*>>=
<<license>>

-- Input for page Macros
)clear all

macro I == Integer
macro M(R) == Matrix(R)
macro p(n) == x < n
macro q(i,j) == if x < i then i else j
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}