Re: geometry

2000-09-21 Thread Shawn Koons
Claus: Sorry about the last post. After I hit send, I discovered the file in the start menu you were refering to. Sometimes it is hard to remember the basics of any endevour. The refresh filename program gets stuck on the line: initexmf: C:\localtexmf\miktex\config\texmf0.fnb: Permission denied

Re: geometry

2000-09-21 Thread Shawn Koons
ate to use that term with regard to Win98, but don't know what else to call it.) After I did that, all maintinence programs ran fine and I can now use the geometry package (although I have only tested changing margins so far) Thank you, everyone for your responces and extreme patience. I ha

1.1.6.pre2 package geometry

2000-11-30 Thread Herbert Voss
in lyx 1.1.5 i could toggle the "use package geometry"-button, with or without any values in the four fields for the margins. in 1.1.6.pre2 you have to clear all four fields, otherwise you can't change the use of the geometry package. is there any sense for this new beha

lyx -xpos -ypos etc. -> -geometry ?

2000-07-01 Thread R. Lahaye
Hello, I just found out that lyx has commandline options as well. What surprises me is the xpos/ypos/width/height option. Wouldn't it be more consistent to use the general geometry options as defined by X11 Window System: -geometry WIDTHxHEIGHT+XOFF+YOFF Regards, Rob.

v.1.1.4 fix 3 geometry

2000-12-03 Thread john gennard
I've just installed the above and want to start the learning process. However, on launching Lyx I'm faced with a window which is to large for my screen and I dislike using a virtual desktop. So far I've been unable to locate the file which contains the default geometry setting,

Re: lyx -xpos -ypos etc. -> -geometry ?

2000-07-01 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Wouldn't it be more consistent to use the general | geometry options as defined by X11 Window System: | | -geometry WIDTHxHEIGHT+XOFF+YOFF Sure, just send a patch :-) Lgb

Re: v.1.1.4 fix 3 geometry

2000-12-03 Thread Herbert Voss
e which > contains the default geometry setting, so cannot make changes. try to start it with lyx -width 950 -height 800 for width and height choose any size you like Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/

Re: v.1.1.4 fix 3 geometry

2000-12-04 Thread Jean-Marc Lasgouttes
g a virtual desktop. john> So far I've been unable to locate the file which contains the john> default geometry setting, so cannot make changes. With LyX 1.1.4fox3, you can use the option -width to set the width of the window. With lyx 1.1.5, this is -geometry. All is documented in the man page. JMarc

Lyx*geometry not understood by 1.1.6fix1

2001-04-25 Thread
Hi, since I upgraded to LyX 1.1.6fix1 (via rpm), LyX does not react on my ~.Xdefault setting. I had two lines telling LyX*width: 720 LyX*height:670 and with 1.1.5 this worked well. After looking in the man page, I changed this to LyX*geometry 720x670 but still no effect

Re: Lyx*geometry not understood by 1.1.6fix1

2001-04-25 Thread Andre Poenitz
> since I upgraded to LyX 1.1.6fix1 (via rpm), LyX does not react on my > ~.Xdefault setting. I had two lines telling > > LyX*width: 720 > LyX*height:670 As far as I know LyX does not check any .X* settings. Andre' -- André Pönitz . [EMAIL P

Re: Lyx*geometry not understood by 1.1.6fix1

2001-04-25 Thread Ralph L. Meyer
e straignt numbers of pixels I wanted the LyX window to open to. I had to multiply the -geometry figures by a third to a half again to get LyX to the size I wanted it to open as. The command line in the Enlightenment start-bar button is in the same form as the one you used to start LyX the way y

Re: Lyx*geometry not understood by 1.1.6fix1

2001-04-25 Thread Robin Turner
On Wednesday 25 April 2001 16:25, Andre Poenitz wrote: > > since I upgraded to LyX 1.1.6fix1 (via rpm), LyX does not react on my > > ~.Xdefault setting. I had two lines telling > > > > LyX*width: 720 > > LyX*height:670 > > As far as I know LyX does not check any .X* settings. So what, if

Re: Lyx*geometry not understood by 1.1.6fix1

2001-04-25 Thread Dekel Tsur
e man page, I changed > this to > > LyX*geometry 720x670 > > but still no effect. However, starting LyX from a terminal with I use LyX*geometry with no problem. Looking at the line above, it seems you forgot to put ':', namely the line should be LyX*geometry: 720x670

Re[2]: Lyx*geometry not understood by 1.1.6fix1

2001-04-26 Thread Guenter Milde
LyX*width: 720 > > LyX*height:670 > > > > and with 1.1.5 this worked well. After looking in the man page, I changed > > this to > > > > LyX*geometry 720x670 > > > > but still no effect. > > I use LyX*geometry with no problem. > Lo

Re: Re[2]: Lyx*geometry not understood by 1.1.6fix1

2001-04-26 Thread Tuukka Toivonen
On Thu, 26 Apr 2001, Guenter Milde wrote: > - Changes in .Xdefaults will be in effect only after a restart of the > X-server. Or, after you issue xrdb -merge ~/.Xdefaults