feat: 9.5.9
This commit is contained in:
parent
cb1753732b
commit
35f43a7909
1084 changed files with 558985 additions and 0 deletions
29
stex/inputs/fullpage.sty
Normal file
29
stex/inputs/fullpage.sty
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
% This is FULLPAGE.STY by H.Partl, Version 2 as of 15 Dec 1988.
|
||||
% Document Style Option to fill the paper just like Plain TeX.
|
||||
|
||||
\typeout{Style Option FULLPAGE Version 2 as of 15 Dec 1988}
|
||||
|
||||
\topmargin 0pt
|
||||
\advance \topmargin by -\headheight
|
||||
\advance \topmargin by -\headsep
|
||||
|
||||
\textheight 8.9in
|
||||
|
||||
\oddsidemargin 0pt
|
||||
\evensidemargin \oddsidemargin
|
||||
\marginparwidth 0.5in
|
||||
|
||||
\textwidth 6.5in
|
||||
|
||||
|
||||
% For users of A4 paper: The above values are suited for american 8.5x11in
|
||||
% paper. If your output driver performs a conversion for A4 paper, keep
|
||||
% those values. If your output driver conforms to the TeX standard (1in/1in),
|
||||
% then you should add the following commands to center the text on A4 paper:
|
||||
|
||||
% \advance\hoffset by -3mm % A4 is narrower.
|
||||
% \advance\voffset by 8mm % A4 is taller.
|
||||
|
||||
\endinput
|
||||
|
||||
|
||||
Reference in a new issue