RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: On Thu, 19 Aug 1999, Allan Rae wrote: There is a major problem with lyx handling of custom paper sizes when exporting to postscript. In fact, LyX exports to the default paper size! If I run from the command line "dvips -o out.ps -T5.5in,8.5in out.dvi" then

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: On 19-Aug-99 Allan Rae wrote: On Thu, 19 Aug 1999, Allan Rae wrote: There is a major problem with lyx handling of custom paper sizes when exporting to postscript. In fact, LyX exports to the default paper size! If I run from the command

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: I don't think we need this entry. The default is a explained above the LaTeX default! NO!!! I still think YES :) If you have: \documentclass[]{article} \usepackage{geometry} \geometry{verbose} And geometry still inherits the default

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Allan Rae wrote: This happens because use_geometry is still set we don't add a papersize option to the \documentclass{...} entry. However, we don't set a papersize for geometry either since it falls through the papersize switch. I'm adding a

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: Uh oh. I actually did my testing using IEEEtran.cls not the article.cls as mention above. It would seem that IEEEtran.cls is broken because as Juergen's just arrived email says article works. I've just tested book and report and am moving on to a few

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: On 19-Aug-99 Allan Rae wrote: Uh oh. I actually did my testing using IEEEtran.cls not the article.cls as mention above. It would seem that IEEEtran.cls is broken because as Juergen's just arrived email says article works. I've just

Re: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Duncan Simpson
Actually there is another problem that the patches so far do not fix: view ps will crop it to whatever it thinks the paper size actually is anyway and this is a gs feature :-) This got me and my print queue---gs thought US letter and depidated my A4 documents badly. The fix is to add

Re: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Duncan Simpson wrote: Actually there is another problem that the patches so far do not fix: view ps will crop it to whatever it thinks the paper size actually is anyway and this is a gs feature :-) This got me and my print queue---gs thought US letter and depidated my A4

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Allan Rae wrote: On Thu, 19 Aug 1999, Juergen Vigna wrote: If you select Default I think this is the LaTeX default paper-size and you shouldn't define ANY papersize!!! And I think this is what happens. I noticed something yesterday that I thought was wierd and upon

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: > On Thu, 19 Aug 1999, Allan Rae wrote: >> >> There is a major problem with lyx handling of custom paper sizes when >> exporting to postscript. In fact, LyX exports to the default paper size! >> If I run from the command line "dvips -o out.ps -T5.5in,8.5in out.dvi"

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: > > On 19-Aug-99 Allan Rae wrote: > > On Thu, 19 Aug 1999, Allan Rae wrote: > >> > >> There is a major problem with lyx handling of custom paper sizes when > >> exporting to postscript. In fact, LyX exports to the default paper size! > >> If I run from

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: >> I don't think we need this entry. The default is a explained above the >> LaTeX default! > > NO!!! > I still think YES :) > If you have: > > \documentclass[]{article} > \usepackage{geometry} > \geometry{verbose} > And geometry still inherits the default

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Allan Rae wrote: > > > This happens because use_geometry is still set we don't add a papersize > > > option to the \documentclass{...} entry. However, we don't set a > > > papersize for geometry either since it falls through the papersize switch. > > > I'm adding a

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: > > Uh oh. > > I actually did my testing using IEEEtran.cls not the article.cls as > mention above. It would seem that IEEEtran.cls is broken because as > Juergen's just arrived email says article works. I've just tested book > and report and am moving on to a

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: > On 19-Aug-99 Allan Rae wrote: > > > > Uh oh. > > > > I actually did my testing using IEEEtran.cls not the article.cls as > > mention above. It would seem that IEEEtran.cls is broken because as > > Juergen's just arrived email says article works.

Re: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Duncan Simpson
Actually there is another problem that the patches so far do not fix: view ps will crop it to whatever it thinks the paper size actually is anyway and this is a gs feature :-) This got me and my print queue---gs thought US letter and depidated my A4 documents badly. The fix is to add

Re: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Duncan Simpson wrote: > > Actually there is another problem that the patches so far do not fix: view ps > will crop it to whatever it thinks the paper size actually is anyway and this > is a gs feature :-) This got me and my print queue---gs thought US letter and > depidated my

RE: Custom pagesize printing bugs (was Re: statement paper quand

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Allan Rae wrote: > On Thu, 19 Aug 1999, Juergen Vigna wrote: > > > If you select Default I think this is the LaTeX default paper-size > > and you shouldn't define ANY papersize!!! And I think this is what > > happens. I noticed something yesterday that I thought was wierd