Artifact 98cc18493594faa0cbcf536503a2b8217549712d21803ffa6e8a4dc1e60a8c44:
- Executable file
r38/packages/misc/reset.tex
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 764) [annotate] [blame] [check-ins using] [more...]
\documentclass[12pt]{article} \newcommand{\ttindex}[1]{{\renewcommand{\_}{\protect\underscore}% \index{#1@{\tt #1}}}} \title{RESET: Reset REDUCE to its initial state} \author{ J. P. Fitch \\ School of Mathematical Sciences, University of Bath\\ BATH BA2 7AY, England \\[0.05in] e--mail: jpff@cs.bath.ac.uk } \begin{document} \maketitle This package defines a command {\tt RESETREDUCE} \ttindex{RESETREDUCE} that works through the history of previous commands, and clears any values which have been assigned, plus any rules, arrays and the like. It also sets the various switches to their initial values. It is not complete, but does work for most things that cause a gradual loss of space. \end{document}