diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/input/spadprof.input.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/input/spadprof.input.pamphlet')
-rw-r--r-- | src/input/spadprof.input.pamphlet | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/input/spadprof.input.pamphlet b/src/input/spadprof.input.pamphlet new file mode 100644 index 00000000..d1ff6eb9 --- /dev/null +++ b/src/input/spadprof.input.pamphlet @@ -0,0 +1,43 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input spadprof.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +<<*>>= + +-- This file is read on start-up by the Scratchpad system. It is +-- most commonly used to customize the user's environment via the +-- )set system commands. This version is for AIX. + +-- read the system synonym file for system commands, if it exists +)read "synonym.input" )ifthere )quiet +-- read the user's synonym file for system commands, if it exists +)read "mysyns.input" )ifthere )quiet + +-- do not enter lisp break on error +)set break nobreak + +-- start up the workspace history facility +)set history on + +-- use the simple character set +)set output char plain + +-- everyone uses this +)set userlevel development + +-- make the highlighting characters go away +)set mess high off + +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |