mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Removed loading of shared font stuff from howto.cls and manual.cls, moving it
to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package.
This commit is contained in:
parent
44c413b05e
commit
2d4a54da32
3 changed files with 13 additions and 10 deletions
|
@ -24,12 +24,7 @@
|
||||||
% implement, and is used to put the chapter and section information in
|
% implement, and is used to put the chapter and section information in
|
||||||
% the footers.
|
% the footers.
|
||||||
%
|
%
|
||||||
% The "times" package makes the default font the PostScript Times
|
|
||||||
% font, which makes for smaller PostScript and a font that more people
|
|
||||||
% like.
|
|
||||||
%
|
|
||||||
\RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.}
|
\RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.}
|
||||||
\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.}
|
|
||||||
|
|
||||||
|
|
||||||
% Required package:
|
% Required package:
|
||||||
|
|
|
@ -25,12 +25,7 @@
|
||||||
% implement, and is used to put the chapter and section information in
|
% implement, and is used to put the chapter and section information in
|
||||||
% the footers.
|
% the footers.
|
||||||
%
|
%
|
||||||
% The "times" package makes the default font the PostScript Times
|
|
||||||
% font, which makes for smaller PostScript and a font that more people
|
|
||||||
% like.
|
|
||||||
%
|
|
||||||
\RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.}
|
\RequirePackage{fancyhdr}\typeout{Using fancier footers than usual.}
|
||||||
\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.}
|
|
||||||
|
|
||||||
|
|
||||||
% Required packages:
|
% Required packages:
|
||||||
|
|
|
@ -4,3 +4,16 @@
|
||||||
%
|
%
|
||||||
\newcommand{\py@paper}{letterpaper}
|
\newcommand{\py@paper}{letterpaper}
|
||||||
\newcommand{\py@ptsize}{10pt}
|
\newcommand{\py@ptsize}{10pt}
|
||||||
|
|
||||||
|
% These set up the fonts for the documents.
|
||||||
|
%
|
||||||
|
% The "times" package makes the default font the PostScript Times
|
||||||
|
% font, which makes for smaller PostScript and a font that more people
|
||||||
|
% like.
|
||||||
|
%
|
||||||
|
% The "avant" package causes the AvantGarde font to be used for
|
||||||
|
% sans-serif text, instead of the uglier Helvetica set up by the "times"
|
||||||
|
% package.
|
||||||
|
%
|
||||||
|
\RequirePackage{times}\typeout{Using Times instead of Computer Modern.}
|
||||||
|
\RequirePackage{avant}\typeout{Using AvantGarde instead of Helvetica.}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue