aboutsummaryrefslogtreecommitdiff
path: root/src/input/segbind.input.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/segbind.input.pamphlet')
-rw-r--r--src/input/segbind.input.pamphlet28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/input/segbind.input.pamphlet b/src/input/segbind.input.pamphlet
new file mode 100644
index 00000000..907f5ef0
--- /dev/null
+++ b/src/input/segbind.input.pamphlet
@@ -0,0 +1,28 @@
+\documentclass{article}
+\usepackage{axiom}
+\begin{document}
+\title{\$SPAD/src/input SEGBING.input}
+\author{The Axiom Team}
+\maketitle
+\begin{abstract}
+\end{abstract}
+\eject
+\tableofcontents
+\eject
+<<*>>=
+
+-- Input generated from SegmentBindingXmpPage
+)clear all
+
+x = a..b
+sum(i**2, i = 0..n)
+draw(x**2, x = -2..2)
+sb := y = 1/2..3/2
+variable(sb)
+segment(sb)
+@
+\eject
+\begin{thebibliography}{99}
+\bibitem{1} nothing
+\end{thebibliography}
+\end{document}