1991-01-22 07:45:29 -04:00
|
|
|
% Style parameters and macros used by all documents here
|
|
|
|
|
1991-11-12 11:44:51 -04:00
|
|
|
\raggedbottom
|
|
|
|
\sloppy
|
|
|
|
|
1991-06-04 17:22:18 -03:00
|
|
|
% A4 page lay-out parameters
|
|
|
|
%\textwidth = 160mm
|
1992-01-17 06:42:38 -04:00
|
|
|
%\textheight = 240mm
|
1991-06-04 17:22:18 -03:00
|
|
|
%\topmargin = -11mm
|
|
|
|
|
1992-01-17 06:42:38 -04:00
|
|
|
% Americal page lay-out parameters
|
|
|
|
\textwidth = 160mm
|
|
|
|
\textheight = 220mm
|
|
|
|
\topmargin = -11mm
|
|
|
|
|
1991-01-25 09:28:15 -04:00
|
|
|
\oddsidemargin = 0mm
|
|
|
|
\evensidemargin = 0mm
|
1992-01-17 06:42:38 -04:00
|
|
|
%\parindent = 0mm
|
1991-01-22 07:45:29 -04:00
|
|
|
|
1991-06-04 17:22:18 -03:00
|
|
|
% Frequently used system name
|
1991-01-22 07:45:29 -04:00
|
|
|
\newcommand{\UNIX}{U{\sc nix}}
|
|
|
|
|
1991-01-25 09:28:15 -04:00
|
|
|
% Variable used by begin code command
|
1991-01-24 12:54:29 -04:00
|
|
|
\newlength{\codewidth}
|
|
|
|
|
1991-01-25 09:28:15 -04:00
|
|
|
\newcommand{\bcode}{
|
|
|
|
% Calculate the text width for the minipage:
|
|
|
|
\setlength{\codewidth}{\linewidth}
|
|
|
|
\addtolength{\codewidth}{-\parindent}
|
|
|
|
%
|
|
|
|
\par
|
1991-11-12 11:44:51 -04:00
|
|
|
\vspace{3mm}
|
1991-01-25 09:28:15 -04:00
|
|
|
\indent
|
|
|
|
\begin{minipage}[t]{\codewidth}
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand{\ecode}{
|
|
|
|
\end{minipage}
|
|
|
|
\vspace{3mm}
|
|
|
|
\par
|
|
|
|
\noindent
|
|
|
|
}
|