Insert Figure

2000-11-29 Thread Garst R. Reese
Insert Figure still asks for a .EPS file A .ps file works as well, but with all of the new converters, shouldn't it be possible to insert other formats? e.g., .fig Garst

Re: Preferences->Colors

2000-11-29 Thread Allan Rae
On Wed, 29 Nov 2000, Angus Leeming wrote: > Allan, > > READ THE BLOODY DOCUMENTATION > > while (reading) { > ;-) ;-) ;-); > } Consider TF Message Read. > When your cursor goes over amy object in FormPreferences you get a little bit > of text. Read it. Act upon it! You already

compile error

2000-11-29 Thread Ron Peterson
I'm such a newbie I haven't even _compiled_ LyX yet... gcc version 2.96 2731 (Red Hat Linux 7.0) I'm not doing anything fancy. Just './configure --prefix=/foo/bar', then 'make'. Any suggestions? Don't worry about wounding my pride. ;^) make[3]: Entering directory `/usr/local/src/lyx-1.1.

Re: [PATCH] cleanups

2000-11-29 Thread Allan Rae
On Wed, 29 Nov 2000, John Levon wrote: > p.s. is there any chance POTFILES.in can get cvs removed ? It is very > galling having to delete it each time from the diff Then don't delete it. It is possible to build POTFILES.in from autogen.sh (if we copy it back in there from po/Makefile.in.in (not

Re: multicolumn in 1.1.6pre2

2000-11-29 Thread Jürgen Vigna
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > >On Mon, 27 Nov 2000, Jürgen Vigna wrote: >Sorry, I didn't realise you didn't have easy access to the source as >well. This is InsetTabular::draw(), inside the need_update == CELL >case. It comes *after* the code that does the H I thought about

Re: footnote

2000-11-29 Thread Garst R. Reese
Sencer Ecer wrote: > > Hi, > > It seems footnotes don't wotk properly. They sometimes don't appear except > a line in the bottom of the text, otherwise without any numbers. What version of LyX are you using? What platform? Garst

footnote

2000-11-29 Thread Sencer Ecer
Hi, It seems footnotes don't wotk properly. They sometimes don't appear except a line in the bottom of the text, otherwise without any numbers.

Re: PATCH: FormRef

2000-11-29 Thread Angus Leeming
Well, it's always good to get hints on better practice, but in this case "i" is used only in calls to xforms routines and so an int is the required type. Angus On Wednesday 29 November 2000 19:37, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Attached is a tiny pat

Re: PATCH: FormRef

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a tiny patch to FormRef. Clicking on different insets when the | sort key was activated was a bit odd before this fix ;-) + if (cit != keys.end()) { + int const i = static_cast(cit - keys.begin()); Not

PATCH: FormRef

2000-11-29 Thread Angus Leeming
Attached is a tiny patch to FormRef. Clicking on different insets when the sort key was activated was a bit odd before this fix ;-) Angus patch.diff.bz2

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Next question. Just beneath this last statement in the UserGuide we have: | | Notice that if you revert back all changes to arrive to the document as it | was last saved, the "changed" status of the document is unfortunately not | reset. This is a kn

Re: UserGuide question

2000-11-29 Thread Angus Leeming
Lars, Just read your mail saying that a limit does exist. Fair enough. I'll modify the UserGuide to say that this is so (ie, not a feature of the beta version, now superceeded.) Next question. Just beneath this last statement in the UserGuide we have: Notice that if you revert back al

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | "Kayvan A. Sylvan" wrote: | | > Oh really? I just click on the "file" box and back to the "printer" box | > and then I can hit OK to print. | Just clicking on the already yellow "printer" box does it for me. If | neither box was already yellow, this

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > Oh really? I just click on the "file" box and back to the "printer" box > and then I can hit OK to print. Just clicking on the already yellow "printer" box does it for me. If neither box was already yellow, this would be clear. Most of the time I print to file anyway,

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: | disable

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? Probably not. | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: |

UserGuide question

2000-11-29 Thread Angus Leeming
In the UserGuide : The undo-mechanism has been limited to 100 steps in the beta-version, as this feature has not yet been properly tested out. Is this still true? In lyxfunc.C::Dispatch() case LFUN_UNDO: disable = buf->undostack.empty(); break; I can se

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Kayvan A. Sylvan
On Tue, Nov 28, 2000 at 11:37:04PM +0100, Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | "Lars Gullik Bjønnes" wrote: > | > > | > The second prerelease of 1.1.6 has been available for some days now, > | > and this time it is also announced here and not just on the de

Re: Bug in configure.in?

2000-11-29 Thread Kayvan A. Sylvan
On Wed, Nov 29, 2000 at 05:54:47PM +0100, Michal Kuratczyk wrote: > Hi, > > I just updated my CVS: > kura@apokalipsa:~/soft/lyx-devel % make > ... > checking for strerror... (cached) yes > checking for atexit... (cached) yes > ./configure[11342]: syntax error: `mkstemp,unistd.h' unexpected > make

Bug in configure.in?

2000-11-29 Thread Michal Kuratczyk
Hi, I just updated my CVS: kura@apokalipsa:~/soft/lyx-devel % make ... checking for strerror... (cached) yes checking for atexit... (cached) yes ./configure[11342]: syntax error: `mkstemp,unistd.h' unexpected make: *** [config.status] Błąd 1 kura@apokalipsa:~/soft/lyx-devel % Best regards, -- M

Re: PATCH: Re: [Rainer Hoffmann ] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is the patch to the Color inherit is undefined or may not be | redefined when LANG!=C problem. I'll apply this. Lgb

Re: announce lyx-1.1.6pre2

2000-11-29 Thread John Levon
On Wed, 29 Nov 2000, Allan Rae wrote: > Hmmm... The only reason OK should be disabled is if there is an invalid > input (no filename, a page-to entry but no page-from entry and other > obvious things). I'll take a look. > > Allan. (ARRae) > Allan, I fixed it with the attached patch. It seems

PATCH: Re: [Rainer Hoffmann ] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Angus Leeming
Attached is the patch to the Color inherit is undefined or may not be redefined when LANG!=C problem. Many thanks for the bug report, Rainer Angus > > yes remove the T1 encoding in the preferences -> output -> misc popup > > 1) That gave an interesting reaction (together with a long long beep

Re: Strange Bibtex behaviour ?

2000-11-29 Thread Lars Gullik Bjønnes
Florian Schopper <[EMAIL PROTECTED]> writes: | Dear Lyxers, | | in the attachment I added an example file (some files actually) with | a main lyx file mytest.lyx and some others which are included. | My Problem is that lyx doesn´t run bibtex any more if these files are | included (whatever is t

Strange Bibtex behaviour ?

2000-11-29 Thread Florian Schopper
Dear Lyxers, in the attachment I added an example file (some files actually) with a main lyx file mytest.lyx and some others which are included. My Problem is that lyx doesn´t run bibtex any more if these files are included (whatever is the true reason). The lyx version I used was 1.1.4fix1.

Bug report (" in lyx code environment)

2000-11-29 Thread ervandermeer
Hi! I have just upgraded to lyx 1.1.5fix2. It has a problem where my old lyx (don't remember the version, sorry. An old one, 1.0.0 or 1.0.1, I think 1.0.1) didn't. Actually, it has two related problems: 1) It won't let me insert a double-quote in the lyx code environment. It will only insert tw

export -> pdflatex (lyx 1.1.6pre2)

2000-11-29 Thread RA
First: it's nice now to have an export/view of a pdflatex'ed file. But there is a problem (or two) with inserted figures, if you want to use pdflatex. There is no option 'pdftex' in Document Layout -> Extra -> PS Driver. It would be very easy if lyx would create automatically a preamble like t

[PATCH] cleanups

2000-11-29 Thread John Levon
The attached patch is three little cleanups intended for LyX 1.1.6. thanks john p.s. is there any chance POTFILES.in can get cvs removed ? It is very galling having to delete it each time from the diff -- "We signed to play until the day we died, and we did." - Jimmy Greaves Index:

adapt output for printing

2000-11-29 Thread John Levon
In FormPreferences->Output->Printer, the "adapt output" checkbox seems unclear. There are four cases here : 1) the user has entered a printer name, and $PRINTER has a value. The user value should always override $PRINTER by passing it to lpr. 2) the user has entered a pr

PATCH: bug fixes

2000-11-29 Thread Angus Leeming
Attached is a patch of assorted bug fixes. Angus patch.diff.bz2

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Martin Vermeer
On Wed, Nov 29, 2000 at 08:45:36AM +0100, Rainer Hoffmann wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Delivered

Re: configuring 1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, 28 Nov 2000, Alvaro Tejero Cantero wrote: | | > I wonder wether something I am unaware of has to be done. | > Also, pre2 is the release for po-updating, isn't it? | | does this mean all text is frozen from here on in for 1.1.6 ? No, I won't be t

Re: configuring 1.1.6pre2

2000-11-29 Thread John Levon
On Tue, 28 Nov 2000, Alvaro Tejero Cantero wrote: > I wonder wether something I am unaware of has to be done. > Also, pre2 is the release for po-updating, isn't it? does this mean all text is frozen from here on in for 1.1.6 ? john -- "We signed to play until the day we died, and we did."

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Bronek Baraniecki
On wto, 28 lis 2000, Herbert wrote: > "Lars Gullik Bjønnes" wrote: > > > > The second prerelease of 1.1.6 has been available for some days now, > > and this time it is also announced here and not just on the developers > > list. H:> when the printing menu is opened, by default the button H:> "a

[Rainer Hoffmann ] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Beaubert Francois schrieb: > Rainer Hoffmann wrote: > > > > > > 3) I tried the PDF-Export: > > The fonts on the screen with acrobat reader were ugly. Looked like bitmap fonts. > > Can that be changed? > > > > Bye, > > > > Rainer Hoffmann > > yes remove the T1 encoding in the preferences -> outpu

lack of arbitrary cross-references

2000-11-29 Thread s3236890
(Please of course forgive/ignore if this is a repeat posting/stupid; My web access is down and I am limited to email.) Applies to: LyX Version 1.1.5fix2 While it is nice that the insert>cross-reference menu gives a list of all existing labels to insert, it does not appear to allow the manual i

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-29 Thread Marko Vendelin
> I'm not sure what we gain with that. The problems which exist in some > architectures (e.g. how do you update a dynamic menu when it is teared off) > will continue to exist anyway. If you find a good solution for a > frontend, I am sure it will work with the current scheme. The only problem of

Re: Preferences->Colors

2000-11-29 Thread Angus Leeming
Allan, READ THE BLOODY DOCUMENTATION while (reading) { ;-) ;-) ;-); } When your cursor goes over amy object in FormPreferences you get a little bit of text. Read it. Act upon it! Now have fun. Angus > Okay, will you help me with the en_EN and then we can take all that > mis

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-29 Thread Asger K. Alstrup Nielsen
On 28 Nov 2000, Jean-Marc Lasgouttes wrote: > Nope. We have several things the provide dynamic menus: I'm glad that the menu model in LyX is more complete than I thought. Congratulations on some good work there. Therefore, I must retract the argument that GUII will make the model more basic, si