%% $Source: /u/maple/research/tex/inputs/RCS/maplems.sty,v $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \typeout% {Maple Latex Environment Definitions -- $Revision: 3.4 $, February, 1994} % % Copyright (c) 1994 by Waterloo Maple Software, all rights reserved. % % Permission is granted to use this style without charge. It may % also be redistributed providing that they are distributed as is % and without charge. You may modify these macros for your own use, % and redistributed subject to the following condition: % % 1. The style name used for any modified version of this file is % different from mapleenv.sty. % % 2. You acknowledge this file as the source. % % 3. It is redistributed under the same terms and conditions % as indicated here. % % Please send recommendations or requests for changes to: % % support@maplesoft.on.ca % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This is a sample LaTeX style file to assist with printing % Maple Work Sheets, as produced by Maple's "Export to Latex". This % can be used as part of the document style as in: % % \documentstyle[maplems]{article} % % It automatically includes the macros defined in mapleenv.sty % Simply place mapleenv.sty and maplems.sty in the same directory as % your document, (or in a location indicated by your TEXINPUTS search % path). % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Change entries in this next section in order to change the way page % headings are handled. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \pagestyle{noheadings} % \pagestyle{plain} \pagestyle{myheadings} \markright{\protect\rule[-5pt]{\linewidth}{1pt}\hspace{-\linewidth}% {\protect\large Maple V\ \ Release 3}% } %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % The common user-settable parameters for documents are found in the % next section. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % main document settings % \topmargin=-.2in \textheight=8.75in \textwidth=6in \headheight=2.5ex \headsep=.17in \oddsidemargin=0.25in \evensidemargin=\oddsidemargin \parsep=2ex % space between item paragraphs \parskip=1.5ex % space between paragraphs % % parameters controlling the special maple environments % \input mapleenv.sty \MaplePrompttrue % generate a prompt at start of each line? \MaplePromptString = {\raise 1pt \hbox{$\scriptstyle>$\space}} \AboveMapleSkip = 1ex plus 2 pt minus 1 pt \BelowMapleSkip = \AboveMapleSkip \LeftMapleSkip = 5ex \AboveMaplePlot = 2\AboveMapleSkip \BelowMaplePlot = 2\AboveMapleSkip \MaplePlotHeight = 25ex \MaplePlotWidth = 1.3\MaplePlotHeight \edef\MaplePlotAngle{270} \let\MapleSepLineWidth\linewidth % \let so that it will be redefined % properly for narrow environments. \MapleSepLineHeight = 1pt \let\MapleFont\tt % font used for input and ttyout \let\MapleSize\small % font size for input and ttyout \MapleFirstLinefalse % hides first \cr of \mapleinput \MapleTab = 8 % spaces used by the tab character. %%% psfig macros (if used) % \psdraft %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%