prolog2.tex 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BeginCodemist
  2. %%% Taken from Reduce.sty
  3. % \s{...} is a sentential form in descriptions. Enclosed \em text in <...>
  4. \newcommand{\s}[1] {$<${\em #1}$>$}
  5. % \meta{...} is an alternative sentential form in descriptions using \it.
  6. %\newcommand{\meta}[1]{\mbox{$\langle$\it#1\/$\rangle$}}
  7. % \k{...} is a keyword. Just do in bold for the moment.
  8. \renewcommand{\k}[1] {{\bf #1}}
  9. % \f is a function name. Just do this as tt.
  10. \newcommand{\f}[1] {{\tt #1}}
  11. % An example macro for numbering and indenting examples.
  12. \newcounter{examplectr}
  13. \newcommand{\example}{\refstepcounter{examplectr}
  14. \noindent{\bf Example \theexamplectr}}
  15. \part{Additional {\REDUCE} Documentation}
  16. \setcounter{examplectr}{0}
  17. The documentation in this section was written using to a large part
  18. the \LaTeX\ files provided by the authors, and distributed with
  19. \REDUCE. There has been extensive editing and much rewriting, so
  20. the responsibility for this part of the manual rests with the editor,
  21. John Fitch. It is hoped that this version of the documentation
  22. contains sufficient information about the facilities available that a
  23. user may be able to progress. It deliberately avoids discussions of
  24. algorithms or advanced use; for these the package author's own
  25. documentation should be consulted. In general the package
  26. documentation will contain more examples and in some cases additional
  27. facilities such as tracing.