aboutsummaryrefslogtreecommitdiff
path: root/doc/myformat.sty
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
committerSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
commitc2587c76f1b416cdbecb979e54941933246bf856 (patch)
treebb61ee9128075ce22af4eafa232f13c2e5a07896 /doc/myformat.sty
parentd90761a005b24018ae237bf551515772a1de656f (diff)
downloadpython-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.tar.xz
python-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.zip
starting over
Diffstat (limited to 'doc/myformat.sty')
-rw-r--r--doc/myformat.sty38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/myformat.sty b/doc/myformat.sty
index be70239..192ddb1 100644
--- a/doc/myformat.sty
+++ b/doc/myformat.sty
@@ -1,34 +1,34 @@
% Style parameters and macros used by all documents here
% Page lay-out parameters
-\textwidth = 160mm
-\textheight = 240mm
-\topmargin = -11mm
-\oddsidemargin = 0mm
-\evensidemargin = 0mm
-%\parindent = 0mm
+ extwidth = 160mm
+ extheight = 240mm
+ opmargin = -11mm
+\oddsidemargin = 0mm
+\evensidemargin = 0mm
+%\parindent = 0mm
% Frequently used system names
-\newcommand{\Python}{Python} % Sometimes I want this italicized
+\newcommand{\Python}{Python} % Sometimes I want this italicized
\newcommand{\UNIX}{U{\sc nix}}
% Variable used by begin code command
\newlength{\codewidth}
\newcommand{\bcode}{
- % Calculate the text width for the minipage:
- \setlength{\codewidth}{\linewidth}
- \addtolength{\codewidth}{-\parindent}
- %
- \vspace{3mm}
- \par
- \indent
- \begin{minipage}[t]{\codewidth}
+ % Calculate the text width for the minipage:
+ \setlength{\codewidth}{\linewidth}
+ \addtolength{\codewidth}{-\parindent}
+ %
+ \vspace{3mm}
+ \par
+ \indent
+ \begin{minipage}[t]{\codewidth}
}
\newcommand{\ecode}{
- \end{minipage}
- \vspace{3mm}
- \par
- \noindent
+ \end{minipage}
+ \vspace{3mm}
+ \par
+ \noindent
}