aboutsummaryrefslogtreecommitdiff
path: root/src/input/seg.input.pamphlet
blob: 98a1daa42a2f7ef850824324a11f5fc8e28c8d93 (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
32
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input SEG.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
<<*>>=

-- Input generated from SegmentXmpPage
)clear all

s := 3..10
lo s
hi s
t := 10..3 by -2
incr s
incr t
l := [1..3, 5, 9, 15..11 by -1]
expand s
expand t
expand l
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}