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

Skip to content

Commit b4929a7

Browse files
committed
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.
1 parent 8805354 commit b4929a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/texinputs/pypaper.sty

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
%
2+
% Change this to say a4paper instead of letterpaper if you want A4. These
3+
% are the latex defaults.
4+
%
5+
\newcommand{\py@paper}{letterpaper}
6+
\newcommand{\py@ptsize}{10pt}

0 commit comments

Comments
 (0)