[tex-k] Re: wrong paper sizes in config.ps
Thomas Esser
te at dbs.uni-hannover.de
Sat Mar 15 09:18:56 CET 2003
On Fri, Mar 14, 2003 at 12:55:50PM +0100, Werner LEMBERG wrote:
> It seems that the B series of paper sizes is plain wrong in config.ps.
Thanks, I just have fixed this. The (hopefully) correct definitions are:
@ b6 125mm 176mm
@+ ! %%DocumentPaperSizes: b6
@+ %%BeginPaperSize: b6
@+ b6
@+ %%EndPaperSize
@ b5 176mm 250mm
@+ ! %%DocumentPaperSizes: b5
@+ %%BeginPaperSize: b5
@+ b5
@+ %%EndPaperSize
@ b4 250mm 353mm
@+ ! %%DocumentPaperSizes: b4
@+ %%BeginPaperSize: b4
@+ b4
@+ %%EndPaperSize
@ b3 353mm 500mm
@+ ! %%DocumentPaperSizes: b3
@+ %%BeginPaperSize: b3
@+ b3
@+ %%EndPaperSize
Thomas
More information about the tex-k
mailing list