diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-06 21:40:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-06 21:40:50 (GMT) |
commit | 0d162d0eb657b2c0e316e3e30b3d2fc68028f0d9 (patch) | |
tree | 0137f387311b8e95a60f634c238eb9b155206c0a /Doc/paper-a4/pypaper.sty | |
parent | dde91f000a17046fc58a1db2b88bf2cb0d4a2209 (diff) | |
download | cpython-0d162d0eb657b2c0e316e3e30b3d2fc68028f0d9.zip cpython-0d162d0eb657b2c0e316e3e30b3d2fc68028f0d9.tar.gz cpython-0d162d0eb657b2c0e316e3e30b3d2fc68028f0d9.tar.bz2 |
Modified version of ../texinputs/pypaper.sty that specifies A4 paper.
Diffstat (limited to 'Doc/paper-a4/pypaper.sty')
-rw-r--r-- | Doc/paper-a4/pypaper.sty | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/paper-a4/pypaper.sty b/Doc/paper-a4/pypaper.sty new file mode 100644 index 0000000..10b22f8 --- /dev/null +++ b/Doc/paper-a4/pypaper.sty @@ -0,0 +1,5 @@ +% +% Change this to say a4paper instead of letterpaper if you want A4. +% +\newcommand{\py@paper}{a4paper} +\newcommand{\py@ptsize}{10pt} |