reset.tex 764 B

1234567891011121314151617181920212223242526
  1. \documentclass[12pt]{article}
  2. \newcommand{\ttindex}[1]{{\renewcommand{\_}{\protect\underscore}%
  3. \index{#1@{\tt #1}}}}
  4. \title{RESET: Reset REDUCE to its initial state}
  5. \author{
  6. J. P. Fitch \\
  7. School of Mathematical Sciences, University of Bath\\
  8. BATH BA2 7AY, England \\[0.05in]
  9. e--mail: jpff@cs.bath.ac.uk
  10. }
  11. \begin{document}
  12. \maketitle
  13. This package defines a command {\tt RESETREDUCE}
  14. \ttindex{RESETREDUCE} that works through the history of previous
  15. commands, and clears any values which have been assigned, plus any
  16. rules, arrays and the like. It also sets the various switches to
  17. their initial values. It is not complete, but does work for most
  18. things that cause a gradual loss of space.
  19. \end{document}