mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Paper size / font size configuration file.
This is separated so I can build A4 and US Letter sizes without having to edit files. Anyone who downloads the source package can also simply edit this file, which is a lot shorter than the manual.cls file, and easier to find the appropriate line.
This commit is contained in:
parent
8805354bbc
commit
b4929a794e
1 changed files with 6 additions and 0 deletions
6
Doc/texinputs/pypaper.sty
Normal file
6
Doc/texinputs/pypaper.sty
Normal file
|
@ -0,0 +1,6 @@
|
|||
%
|
||||
% Change this to say a4paper instead of letterpaper if you want A4. These
|
||||
% are the latex defaults.
|
||||
%
|
||||
\newcommand{\py@paper}{letterpaper}
|
||||
\newcommand{\py@ptsize}{10pt}
|
Loading…
Add table
Add a link
Reference in a new issue