From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/input/multiple.input.pamphlet | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/input/multiple.input.pamphlet (limited to 'src/input/multiple.input.pamphlet') diff --git a/src/input/multiple.input.pamphlet b/src/input/multiple.input.pamphlet new file mode 100644 index 00000000..ec8ba0d5 --- /dev/null +++ b/src/input/multiple.input.pamphlet @@ -0,0 +1,35 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input multiple.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<>= +--Copyright The Numerical Algorithms Group Limited 1991. +@ +<<*>>= +<> + +)clear all +draw(sin(x),x=0..2*%pi) +v1 := % +draw(cos(x),x=0..2*%pi,curveColor==light red()) +v2 := % +graphs v1 +--g1 := elt(graphs v1,1)::GraphImage +g1 := getGraph(v1,1) +putGraph(v2,g1,2) +makeViewport2D(v2) +--title(v2,"sine and cosine") +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3