Artifact 8bc31308053ebc19c348df82b79f8be75074723468a5b322c5f0df8f6fc51cb4:
- Executable file
r37/doc/manual/header.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: 3151) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/doc/manual/header.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: 3151) [annotate] [blame] [check-ins using]
- Executable file
r38/lisp/csl/r38.doc/header.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: 3151) [annotate] [blame] [check-ins using]
% The REDUCE User's Manual --- LaTeX version. % Codemist Version with additional material in the same volume % To create this manual, the following steps are recommended: % latex Codemist % latex Codemist % latex Codemist % makeindex Codemist % latex Codemist %% Does not contain %% bibl.tex sl.tex \documentclass[11pt,a4paper]{book} \usepackage{makeidx} \usepackage{times} \hyphenation{unique} \hyphenation{effect} \hyphenation{Stand-ard} \hyphenation{libr-ary} \hyphenation{direct-ory} \hyphenation{state-ment} \hyphenation{argu-ment} \hyphenation{oper-ators} \hyphenation{symb-olic} \hyphenation{needs} \hyphenation{GVARSLAST} \hyphenation{ODE-SOLVE} \hyphenation{hyper-geometric} \hyphenation{equat-ion} \hyphenation{equat-ions} \hyphenation{OFF} \hyphenation{Opt-ions} \hyphenation{execu-tion} \hyphenation{poly-nom-ials} \hyphenation{func-t-ions} \hyphenation{Inte-grals} \hyphenation{Stutt-gart} \setlength{\parindent}{0pt} \setlength{\parskip}{6pt} \setlength{\hfuzz}{5pt} % don't complain about tiny overfull boxes \setlength{\vfuzz}{1pt} \renewcommand{\sloppy}{\tolerance=9999\relax%} \setlength{\emergencystretch}{0.2\hsize}} \tolerance=1000 \raggedbottom \newlength{\reduceboxwidth} \setlength{\reduceboxwidth}{4in} \newlength{\redboxwidth} \setlength{\redboxwidth}{3.5in} \newlength{\rboxwidth} \setlength{\rboxwidth}{2.6in} \newcommand{\REDUCE}{REDUCE} \newcommand{\RLISP}{RLISP} \newcommand{\underscore}{\_} \newcommand{\ttindex}[1]{{\renewcommand{\_}{\protect\underscore}% \index{#1@{\tt #1}}}} \newcommand{\COMPATNOTE}{{\em Compatibility Note:\ }} % \meta{...} is an alternative sentential form in descriptions using \it. \newcommand{\meta}[1]{\mbox{$\langle$\it#1\/$\rangle$}} % Will print out a heading in bold, and then indent the following text. \def\indented{\list{}{ \itemindent\listparindent \rightmargin\leftmargin}\item[]} \let\endindented=\endlist \newenvironment{describe}[1]{\par{\bf #1}\begin{indented}}{\end{indented}} % Close up default vertical spacings: \setlength{\topsep}{0.5\baselineskip} % above and below environments \setlength{\itemsep}{\topsep} \setlength{\abovedisplayskip}{\topsep} % for "long" equations \setlength{\belowdisplayskip}{\topsep} \newcommand{\key}[1]{\fbox{\sf #1}} \newcommand{\extendedmanual}[1]{#1} %%\pagenumbering{roman} \pagestyle{empty} \makeindex \begin{document} \pagestyle{empty} % \s{...} is a sentential form in descriptions. Enclosed \em text in <...> \newcommand{\s}[1] {$<${\em #1}$>$} % \meta{...} is an alternative sentential form in descriptions using \it. %\newcommand{\meta}[1]{\mbox{$\langle$\it#1\/$\rangle$}} % \k{...} is a keyword. Just do in bold for the moment. \renewcommand{\k}[1] {{\bf #1}} % \f is a function name. Just do this as tt. \newcommand{\f}[1] {{\tt #1}} % An example macro for numbering and indenting examples. \newcounter{examplectr} \newcommand{\example}{\refstepcounter{examplectr} \noindent{\bf Example \theexamplectr}} \setcounter{examplectr}{0}