Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4410c75

Browse files
committed
*** empty log message ***
1 parent 6f7b959 commit 4410c75

5 files changed

Lines changed: 164 additions & 135 deletions

File tree

Doc/lib.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Format this file with latex.
22

3-
%\documentstyle[garamond,11pt,myformat]{article}
4-
\documentstyle[11pt,myformat]{article}
3+
%\documentstyle[11pt,myformat]{article}
4+
\documentstyle[palatino,11pt,myformat]{article}
55

66
% A command to force the text after an item to start on a new line
77
\newcommand{\itembreak}{
@@ -41,8 +41,8 @@
4141

4242
\noindent
4343
This document describes the built-in types, exceptions and functions and
44-
the standard modules that come with the {\Python} system.
45-
It assumes basic knowledge about the {\Python} language.
44+
the standard modules that come with the Python system.
45+
It assumes basic knowledge about the Python language.
4646
For an informal introduction to the language, see the Tutorial document.
4747
The Language Reference document (XXX not yet existing)
4848
gives a more formal definition of the language.

Doc/lib/lib.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Format this file with latex.
22

3-
%\documentstyle[garamond,11pt,myformat]{article}
4-
\documentstyle[11pt,myformat]{article}
3+
%\documentstyle[11pt,myformat]{article}
4+
\documentstyle[palatino,11pt,myformat]{article}
55

66
% A command to force the text after an item to start on a new line
77
\newcommand{\itembreak}{
@@ -41,8 +41,8 @@
4141

4242
\noindent
4343
This document describes the built-in types, exceptions and functions and
44-
the standard modules that come with the {\Python} system.
45-
It assumes basic knowledge about the {\Python} language.
44+
the standard modules that come with the Python system.
45+
It assumes basic knowledge about the Python language.
4646
For an informal introduction to the language, see the Tutorial document.
4747
The Language Reference document (XXX not yet existing)
4848
gives a more formal definition of the language.

Doc/myformat.sty

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
% Style parameters and macros used by all documents here
22

3-
% Page lay-out parameters
3+
% A4 page lay-out parameters
44
\textwidth = 160mm
55
\textheight = 240mm
66
\topmargin = -11mm
7+
8+
% Americal page lay-out parameters
9+
%\textwidth = 160mm
10+
%\textheight = 220mm
11+
%\topmargin = -11mm
12+
713
\oddsidemargin = 0mm
814
\evensidemargin = 0mm
915
%\parindent = 0mm
1016

11-
% Frequently used system names
12-
\newcommand{\Python}{Python} % Sometimes I want this italicized
17+
% Frequently used system name
1318
\newcommand{\UNIX}{U{\sc nix}}
1419

1520
% Variable used by begin code command

0 commit comments

Comments
 (0)