aboutsummaryrefslogtreecommitdiff
path: root/src/input/axiom.input.pamphlet
blob: 85ca1f1cee70a0ed20a91c6e5f68ba2501607592 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input axiom.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>

-- This file is read on start-up by the AXIOM system.  It is
-- most commonly used to customize the user's environment via the
-- )set system commands.
 
 
-- do not enter lisp break on error
)set break nobreak
 
-- 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

)set message prompt frame

)lis (verbos 0) 
-- read the user's synonym file for system commands, if it exists
)read "mysyns.input"  )ifthere )quiet
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}