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 a

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

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, 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

Re: [PATCH] Custom Printing

1999-08-19 Thread Garst R. Reese
Allan Rae wrote: > > I've attached my patch to fix the custom page size printing problems. > I've tested this myself and pretty confident it'll work properly. It's > against the latest cvs but should apply okay to 1.0.4pre4. So Garst can > you try this and see how it goes. > > I've tested: >

Bug in revtex or Lyx?

1999-08-19 Thread Ben Cazzolato
Hi Guys While on the subject of Revtex I thought I'd point out a bug I found. It maybe Lyx or Revtex. When I put a boldface character in an equation, when I print it makes all characters that follow also bold upright which is incorrect even though it is shown correctly in Lyx! Please see attac

Bug in mathenvironment

1999-08-19 Thread Guenter Schreiber
Hello there at lyx-devel, I appreciate the idea of editing Latex on a wysiwig base, Actually I am new, and just found some bug, which is not in the list. The point is - using Lyx 1.0.0 on IRIX - by relyxing my thesis, I defined some few things for math mode, eg: \def\mat#1{\mbox{\boldmath$#1$}} \

Re: Porting LyX to Win 32 real native?

1999-08-19 Thread Martin Vermeer
> On Fri, 6 Aug 1999 18:43:45 +0200 (METDST), Asger K. Alstrup Nielsen wrote: [...] > Hi, > > We have been discussing this internally, that's why my answer took > some time... > > It seems to be the case that it is a much better idea to go for the > development branch, but... We have been di

pacs extension to revtex.layout

1999-08-19 Thread Ben Cazzolato
Hi Guys Was wondering if it was possible to add a pacs (specifically for Revtex) option for the text style in the menu bar? It is normally used as \pacs{#1} where #1 represents a valid PACS number and generally follows the abstract. Would it also be possible for the preamble to automatically h

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 A

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 -sPAPERSI

patch for gcc-2.95

1999-08-19 Thread Bill Currie
This allows configure to get that parms for select() right when using gcc-2.95. (g++ was complaining about the missing int). Bill -- Leave others their otherness --- configure~ Thu Aug 19 23:55:05 1999 +++ configure Thu Aug 19 23:55:20 1999 @@ -5777,7 +5777,7 @@ #ifdef HAVE_SYS_SOCKET_H #i

Re: Porting LyX to Win 32 real native?

1999-08-19 Thread jahonen
On Fri, 6 Aug 1999 18:43:45 +0200 (METDST), Asger K. Alstrup Nielsen wrote: (munch) >Next to porting 1.1.x, which should not be that hard, I think you >should consider a few other options: > >1) Using a Linux server and export the displays with VNC. This is > a very light-weight solution on t

RE: [PATCH] Custom Printing

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: > I think one of the beers yesterday were really to much ;) Only one? :-D > Go ahead and comit it, this surely works better than it does actually!!! Done, although I added an extra line to CHANGES compared to the patch. A couple of other minor things i

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'

RE: [PATCH] Custom Printing

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: > > This can only occur if the user has somehow managed to set > lyxrc->default_papersize to PAPER_DEFAULT and this is impossible if you > check lyxrc.C. I just wanted to avoid a compiler warning for not checking > PAPER_DEFAULT -- strangely I don't get the warning

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 f

RE: [PATCH] Custom Printing

1999-08-19 Thread Allan Rae
On Thu, 19 Aug 1999, Juergen Vigna wrote: > I like this patch! #:O) Thanks. > Just one note, I would not use ,usletter as DEFAULT: > > + case PAPER_DEFAULT: // keep compiler happy > + break; > + case

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 switch(lyx

RE: [PATCH] Custom Printing

1999-08-19 Thread Juergen Vigna
On 19-Aug-99 Allan Rae wrote: > > I've attached my patch to fix the custom page size printing problems. > I've tested this myself and pretty confident it'll work properly. It's > against the latest cvs but should apply okay to 1.0.4pre4. So Garst can > you try this and see how it goes. > I l

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 la