\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input grdef.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1994.
@
<<*>>=
<<license>>
-- test input for GraphicsDefaults package

--Operations to set graphic defaults:

adaptive == false
adaptive == true

clipPointsDefault(false)
clipPointsDefault(true)

drawToScale(true)
drawToScale(false)

maxPoints(500)

minPoints(21)

screenResolution(600)


--Operations which return default information:

adaptive()

clipPointsDefault()

drawToScale()

maxPoints()

minPoints()

screenResolution()

@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}