Commit 515834a9 authored by Guido van Rossum's avatar Guido van Rossum

Initial revision

parent 7d9f8d70
This diff is collapsed.
This diff is collapsed.
% Style parameters and macros used by all documents here
% Page lay-out parameters
\textwidth = 150mm
\textheight = 240mm
\topmargin = -11mm
\oddsidemargin = 5mm
\evensidemargin = 5mm
% Macros for e.g. and E.g. if you want them italicized:
% \newcommand{\eg}{{\it e.g.}}
% \newcommand{\Eg}{{\it E.g.}}
% If you don't want them italicized:
\newcommand{\eg}{e.g.}
\newcommand{\Eg}{E.g.}
% Frequently used system names
\newcommand{\Python}{Python}
\newcommand{\UNIX}{U{\sc nix}}
% Code environment (use together with verbatim!)
\newenvironment{code}%
{\nopagebreak\begin{list}{\nopagebreak}{\nopagebreak}\nopagebreak}%
{\nopagebreak\end{list}\nopagebreak}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment