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/synonym.input.pamphlet | 82 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/input/synonym.input.pamphlet (limited to 'src/input/synonym.input.pamphlet') diff --git a/src/input/synonym.input.pamphlet b/src/input/synonym.input.pamphlet new file mode 100644 index 00000000..e8b01cc8 --- /dev/null +++ b/src/input/synonym.input.pamphlet @@ -0,0 +1,82 @@ +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/input synonym.input} +\author{The Axiom Team} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject +\section{License} +<>= +--Copyright The Numerical Algorithms Group Limited 1991-94. +@ +<<*>>= +<> + +-- This file contains the standard system defined system command +-- synonyms for the Axiom system. It is normally read into +-- the system by adding the line +-- )read synonym input )ifthere )quiet +-- to the start-up profile axiom.input. + +-- If you wish to have a private list of synonyms, it is suggested +-- that you create a file mysyns.input. +-- This will also automatically be read into the system by the start-up +-- profile by the line +-- )read mysyns input )ifthere )quiet + +-- The following synonyms are redefined in the system + +-- )synonym ? what commands +-- )synonym ap what things +-- )synonym apr what things +-- )synonym apropos what things +-- )synonym cache set functions cache +-- )synonym cl clear +-- )synonym cls zsystemdevelopment )cls +-- )synonym cms system +-- )synonym co compiler +-- )synonym d display +-- )synonym dep display dependents +-- )synonym dependents display dependents +-- )synonym disc system cp disc +-- )synonym e edit +-- )synonym expose set expose add constructor +-- )synonym fc zsystemdevelopment )c +-- )synonym fd zsystemdevelopment )d +-- )synonym fct zsystemdevelopment )ct +-- )synonym fctl zsystemdevelopment )ctl +-- )synonym fe zsystemdevelopment )e +-- )synonym fec zsystemdevelopment )ec +-- )synonym fect zsystemdevelopment )ect +-- )synonym fns exec spadfn +-- )synonym fortran set output fortran +-- )synonym h help +-- )synonym hd system hypertex & +-- )synonym kclam boot clearClams ( ) +-- )synonym killcaches boot clearConstructorAndLisplibCaches ( ) +-- )synonym patch zsystemdevelopment )patch +-- )synonym pause zsystemdevelopment )pause +-- )synonym prompt set message prompt +-- )synonym recurrence set functions recurrence +-- )synonym restore history )restore +-- )synonym save history )save +-- )synonym time set message time +-- )synonym type set message type +-- )synonym unexpose set expose drop constructor +-- )synonym up zsystemdevelopment )update +-- )synonym version lisp *yearweek* +-- )synonym w what +-- )synonym wc what categories +-- )synonym wd what domains +-- )synonym wp what packages +-- )synonym ws what synonyms +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3