mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Initial revision
This commit is contained in:
parent
7d9f8d70b9
commit
515834a99b
3 changed files with 4054 additions and 0 deletions
2015
Doc/lib.tex
Normal file
2015
Doc/lib.tex
Normal file
File diff suppressed because it is too large
Load diff
2015
Doc/lib/lib.tex
Normal file
2015
Doc/lib/lib.tex
Normal file
File diff suppressed because it is too large
Load diff
24
Doc/myformat.sty
Normal file
24
Doc/myformat.sty
Normal file
|
@ -0,0 +1,24 @@
|
|||
% 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}
|
Loading…
Add table
Add a link
Reference in a new issue