Re: Problems with curren teTeX

Thomas Esser <[email protected]> Fri, 18 Nov 2005 06:22:57 +0100
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
> I installed 3.0 teTeX, and for the first time in years, I am having
> trouble. Documents appear fine with xdvi, no errors from TeX

Which settings for paper size have you chosen?

If you look at the config.ps file displyed with
  texconfig conf | grep /config.ps
can you verify that this paper size is the first paper definition (paper
definitions are lines starting with @).

If you look at the generated postscript file, can you find the relevant
definition from config.ps that file? Something like:
    @ letter 8.5in 11in
    @+ ! %%DocumentPaperSizes: Letter
    @+ %%BeginPaperSize: Letter
    @+ letter
    @+ %%EndPaperSize
or
    @ a4 594.99bp 841.99bp
    @+ ! %%DocumentPaperSizes: a4
    @+ %%BeginPaperSize: a4
    @+ a4
    @+ %%EndPaperSize

If you compare that to your old setting, can you tell us the difference?

Thomas