slow response to keystrokes

2003-07-23 Thread Nirmal Govind
I just compiled the latest cvs version and the response to keystrokes is really slow in the editor.. any setting that I need to change to get rid of this behavior? I'm using Qt 3.0.7 on a Debian ppc machine.. Thanks, nirmal

Re: slow response to keystrokes

2003-07-23 Thread Nirmal Govind
> The kernel is currently being ripped apart. Slow keystokes are just one > visible result. Do not use current cvs for real work. Aah I see.. thanks Angus.. nirmal

Re: error using relyx

2003-07-22 Thread Nirmal Govind
Yes, but beware that wv2 requires libgsf from gtk, which requrires glib2 I got wv to work.. the conversion from .doc to .tex is good for the text part but not for the math part. I find that rtf2latex does a much better job at this since it looks like wv replaces math with placeholder.eps files

latest cvs compile fails

2003-07-22 Thread Nirmal Govind
Hi.. I'm getting the following error while trying to compile the latest cvs with Qt 3.1.2 on Debian ppc with gcc 3.2.3.. is this a code problem or a problem with the compiler that I'm using? Thanks, nirmal -- BiblioModuleBase.C:27: syntax error before `::' token BiblioModuleBase.C:32: ISO C++

Re: error using relyx

2003-07-22 Thread Nirmal Govind
> Yes, but beware that wv2 requires libgsf from gtk, which requrires > glib2 I got wv to work.. the conversion from .doc to .tex is good for the text part but not for the math part. I find that rtf2latex does a much better job at this since it looks like wv replaces math with "placeholder.eps"

latest cvs compile fails

2003-07-22 Thread Nirmal Govind
Hi.. I'm getting the following error while trying to compile the latest cvs with Qt 3.1.2 on Debian ppc with gcc 3.2.3.. is this a code problem or a problem with the compiler that I'm using? Thanks, nirmal -- BiblioModuleBase.C:27: syntax error before `::' token BiblioModuleBase.C:32: ISO C++

Re: error using relyx

2003-07-21 Thread Nirmal Govind
Given that nobody is keen to take up 88maintenance of reLyX and given that an alternative, tex2lyx, exists, at least in current cvs, I'd suggest you try this latter program. Thanks Angus.. I compiled it as you directed and it worked... actually the original file was a Word doc which I

Re: error using relyx

2003-07-21 Thread Nirmal Govind
> Given that nobody is keen to take up 88maintenance of reLyX and given > that an alternative, tex2lyx, exists, at least in current cvs, I'd > suggest you try this latter program. Thanks Angus.. I compiled it as you directed and it worked... actually the original file was a Word doc which I

error using relyx

2003-07-20 Thread Nirmal Govind
Hi.. I was trying to import a latex file using the Import - Latex option but it gave me an error and stopped. Here's the error: Reading LaTeX command syntax (SLIM-O_report00.tex: Splitting Preamble Creating LyX preamble Reading layout file Cleaning... Expecting `$', got \end in ` ' at

error using relyx

2003-07-20 Thread Nirmal Govind
Hi.. I was trying to import a latex file using the Import -> Latex option but it gave me an error and stopped. Here's the error: Reading LaTeX command syntax (SLIM-O_report00.tex: Splitting Preamble Creating LyX preamble Reading layout file Cleaning... Expecting `$', got \end in ` ' at

Re: cvs doesn't compile with Qt 3.1.2?

2003-06-18 Thread Nirmal Govind
export LD_LIBRARY_PATH=/opt/qt/lib:$LD_LIBRARY_PATH make Thanks John.. that did it.. so make went on and exited with this error later on: g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../src/ -I../../../../src/frontends/ -I../../../../src/frontends/controllers

Re: cvs doesn't compile with Qt 3.1.2?

2003-06-18 Thread Nirmal Govind
> export LD_LIBRARY_PATH=/opt/qt/lib:$LD_LIBRARY_PATH > make > Thanks John.. that did it.. so make went on and exited with this error later on: g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../src/ -I../../../../src/frontends/ -I../../../../src/frontends/controllers

Re: missing bibliography! - VERY WEIRD

2003-04-04 Thread Nirmal Govind
Are you sure LxY can find kpsewhich? Check your PATHs. I got caught by that. My ~/.profile did not have a PATH to kpesewhich. I'm not sure this is the problem.. looks like it just gives warnings as Jean-Pierre pointed out.. Folks, the problem still persists - none of my bibliographies are

Re: missing bibliography! - VERY WEIRD

2003-04-04 Thread Nirmal Govind
> Are you sure LxY can find kpsewhich? Check your PATHs. > I got caught by that. My ~/.profile did not have a PATH to kpesewhich. > I'm not sure this is the problem.. looks like it just gives warnings as Jean-Pierre pointed out.. Folks, the problem still persists - none of my bibliographies

Re: highlighting text?

2003-04-02 Thread Nirmal Govind
then in ert \colorbox{red}{some text} with a \usepackage{color} in the preamble Thanks Herbet... Yes, I guess ERT is the only way.. I tried soul and that's pretty neat too but again in ERT.. Maybe I should put in a feature request for text highlighting in Lyx?? it would be nice to be able to

Re: missing bibliography! - VERY WEIRD

2003-04-02 Thread Nirmal Govind
I did some more experimentation... when I do a View - DVI (with all the files in the directory deleted except the lyx file), I don't get the references or citations as I mentioned in the earlier mail.. but if I do a View- HTML, it shows all the references and everything's fine.. and after this if

Re: highlighting text?

2003-04-02 Thread Nirmal Govind
> then in ert \colorbox{red}{some text} > with a \usepackage{color} in the preamble Thanks Herbet... Yes, I guess ERT is the only way.. I tried soul and that's pretty neat too but again in ERT.. Maybe I should put in a feature request for text highlighting in Lyx?? it would be nice to be able

Re: missing bibliography! - VERY WEIRD

2003-04-02 Thread Nirmal Govind
I did some more experimentation... when I do a View -> DVI (with all the files in the directory deleted except the lyx file), I don't get the references or citations as I mentioned in the earlier mail.. but if I do a View-> HTML, it shows all the references and everything's fine.. and after this

highlighting text?

2003-04-01 Thread Nirmal Govind
Hi, I was wondering if there's some latex package that enables highlighting of text (the equivalent of highlighting using a highlighter on paper)? If not, it would be a useful feature to add to LyX.. it's very helpful when you want the reader to only look at certain parts of the text.. Thanks,

highlighting text?

2003-04-01 Thread Nirmal Govind
Hi, I was wondering if there's some latex package that enables highlighting of text (the equivalent of highlighting using a highlighter on paper)? If not, it would be a useful feature to add to LyX.. it's very helpful when you want the reader to only look at certain parts of the text.. Thanks,

Re: including uncited references

2003-03-27 Thread Nirmal Govind
Easiest... soon you're going to want the 'optimal' way ;-) As long as optimal is easy.. :-) AFAIK, you have to do \nocite{Author98a} in ERT. I was hoping to avoid ERT.. I had to use ERT earlier also when I used bibentry.. the main problem with ERT is that one needs to remember (or lookup) the

Re: including uncited references

2003-03-27 Thread Nirmal Govind
> Easiest... soon you're going to want the 'optimal' way ;-) As long as optimal is easy.. :-) > AFAIK, you have to do \nocite{Author98a} in ERT. I was hoping to avoid ERT.. I had to use ERT earlier also when I used bibentry.. the main problem with ERT is that one needs to remember (or lookup)

Re: math editor problems - 1.3.1

2003-03-23 Thread Nirmal Govind
In this case it might be the \mathrm in your equation which then includes \mathbf (maybe you pressed C-m by mistake within the equation?). Thanks Amir.. after reading your post, I looked more carefully and there was a C-m in there for no reason.. I should add however, that when I deleted

Re: math editor problems - 1.3.1

2003-03-23 Thread Nirmal Govind
> In this case it might be the \mathrm in your equation which then > includes \mathbf (maybe you pressed C-m by mistake within the equation?). Thanks Amir.. after reading your post, I looked more carefully and there was a C-m in there for no reason.. > I should add however, that when I

math editor problems - 1.3.1

2003-03-21 Thread Nirmal Govind
Hi.. I'm having trouble with some simple math in the math editor.. I'm getting errors saying there are missing $, } etc.. I'm attaching a sample file here which has 2 lines of math text that gives me 15 errors. Please let me know what needs to be done to correct this (if it can be corrected by the

math editor problems - 1.3.1

2003-03-21 Thread Nirmal Govind
Hi.. I'm having trouble with some simple math in the math editor.. I'm getting errors saying there are missing $, } etc.. I'm attaching a sample file here which has 2 lines of math text that gives me 15 errors. Please let me know what needs to be done to correct this (if it can be corrected by the

1.3.0 on powerpc - Solved!

2003-02-17 Thread Nirmal Govind
Hi.. I had reported a problem earlier where lyx didn't start up... I emailed the debian-powerpc list and was asked to check using ldd if lyx was using the correct qt library when it started.. turns out it wasn't.. I compiled qt 3.0.7 in /usr/local/qt and configure lyx using the

Re: 1.3.0 on powerpc - Solved!

2003-02-17 Thread Nirmal Govind
You should set LD_LIBRARY_PATH appropriately if you want to override the default linking directories. Thanks John.. it might be nice to mention this somewhere in the INSTALL file... nirmal

Re: Unexpected popularity for preview-latex

2003-02-17 Thread Nirmal Govind
David, I just downloaded preview-latex.. it seems to require xemacs or some sort of emacs with image support.. do I really need to install xemacs if I only intend to use it with LyX? Does preview-latex depend on emacs to do what it does? Thanks, nirmal

Re: Unexpected popularity for preview-latex

2003-02-17 Thread Nirmal Govind
I installed the preview-latex-common rpm from sourceforge. There was no dependency on xemacs or fsfemacs. After it was installed the previews just burst into life. Hmm.. I tried that but it ended up crashing my lyx 1.3.0 with Qt.. so I decided to download and compile from source and that

1.3.0 on powerpc - Solved!

2003-02-17 Thread Nirmal Govind
Hi.. I had reported a problem earlier where lyx didn't start up... I emailed the debian-powerpc list and was asked to check using ldd if lyx was using the correct qt library when it started.. turns out it wasn't.. I compiled qt 3.0.7 in /usr/local/qt and configure lyx using the

Re: 1.3.0 on powerpc - Solved!

2003-02-17 Thread Nirmal Govind
> You should set LD_LIBRARY_PATH appropriately if you want to override > the default linking directories. > Thanks John.. it might be nice to mention this somewhere in the INSTALL file... nirmal

Re: Unexpected popularity for preview-latex

2003-02-17 Thread Nirmal Govind
David, I just downloaded preview-latex.. it seems to require xemacs or some sort of emacs with image support.. do I really need to install xemacs if I only intend to use it with LyX? Does preview-latex depend on emacs to do what it does? Thanks, nirmal

Re: Unexpected popularity for preview-latex

2003-02-17 Thread Nirmal Govind
> I installed the preview-latex-common rpm from sourceforge. There was > no dependency on xemacs or fsfemacs. After it was installed the > previews just burst into life. Hmm.. I tried that but it ended up crashing my lyx 1.3.0 with Qt.. so I decided to download and compile from source and that

Re: 1.3.0 still doesn't work!

2003-02-14 Thread Nirmal Govind
Does your link error tell you what tries to access this symbol? Do Debian have a help forum? Is there a powerpc news group? No, the only error I get is what I reported in the earlier mail.. is there a way to get more information on the error?? debian-powerpc is a forum that I'm on but

Re: startup crash on ppc for me, too

2003-02-14 Thread Nirmal Govind
Which version of gcc did you use and which version of Qt? I used to get the sigsev error when I used gcc 2.95 but after compiling qt 3.0.7 with gcc 3.2.1 and then compiling lyx also with 3.2.1, I don't get that anymore but I get the new error I reported in my last thread... I'll also try posting

Re: 1.3.0 still doesn't work!

2003-02-14 Thread Nirmal Govind
> > Does your link error tell you what tries to access this symbol? > Do Debian have a help forum? Is there a powerpc news group? No, the only error I get is what I reported in the earlier mail.. is there a way to get more information on the error?? debian-powerpc is a forum that I'm on but

Re: startup crash on ppc for me, too

2003-02-14 Thread Nirmal Govind
Which version of gcc did you use and which version of Qt? I used to get the sigsev error when I used gcc 2.95 but after compiling qt 3.0.7 with gcc 3.2.1 and then compiling lyx also with 3.2.1, I don't get that anymore but I get the new error I reported in my last thread... I'll also try posting

1.3.0 still doesn't work!

2003-02-13 Thread Nirmal Govind
Hi.. based on suggestions from this list, I upgraded to gcc3.2 and recompiled QT 3 and then compiled lyx 1.3.0. I still can't startup Lyx.. gives the following error: src/lyx: relocation error: src/lyx: undefined symbol: _ZN5QChar4nullE I'm using gcc/g++ 3.2.1 with Qt 3.0.7 on a Debian powerpc

1.3.0 still doesn't work!

2003-02-13 Thread Nirmal Govind
Hi.. based on suggestions from this list, I upgraded to gcc3.2 and recompiled QT 3 and then compiled lyx 1.3.0. I still can't startup Lyx.. gives the following error: src/lyx: relocation error: src/lyx: undefined symbol: _ZN5QChar4nullE I'm using gcc/g++ 3.2.1 with Qt 3.0.7 on a Debian powerpc

lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
Hi.. I compiled lyx 1.3.0 with the qt frontend.. since earlier I was getting crashes on startup with the cvs version, I decided to get a fresh version of QT also and compiled qt 3.1.1. Please let me know if there's a fix to this... thanks... Here's the error I get:

Re: lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
Known issue... although it seems to work fine with GCC 3.2. Although I think the newer Qt might be causing some issues. Thanks Owen.. I'm trying to upgrade to gcc 3.2.. having trouble with Debian cribbing abt dependencies for binutils which supposedly clashes with modutils! Wonder if there's an

Re: lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
I think there is a way to force it, but gcc 3.2 compiles pretty easily. OK.. I'm trying to compile it now rather than depend on binaries... I'm using Debian 3.0, and have found that gcc2.95 compiles lyx fine, with the qt front. gcc 3.2 won't unless you compile your qt libs with it as

lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
Hi.. I compiled lyx 1.3.0 with the qt frontend.. since earlier I was getting crashes on startup with the cvs version, I decided to get a fresh version of QT also and compiled qt 3.1.1. Please let me know if there's a fix to this... thanks... Here's the error I get:

Re: lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
> Known issue... although it seems to work fine with GCC 3.2. Although I > think the newer Qt might be causing some issues. Thanks Owen.. I'm trying to upgrade to gcc 3.2.. having trouble with Debian cribbing abt dependencies for binutils which supposedly clashes with modutils! Wonder if there's

Re: lyx 1.3.0 QT doesn't startup

2003-02-12 Thread Nirmal Govind
> I think there is a way to force it, but gcc 3.2 compiles pretty > easily. OK.. I'm trying to compile it now rather than depend on binaries... > > I'm using Debian 3.0, and have found that gcc2.95 compiles lyx fine, > with the qt front. gcc 3.2 won't unless you compile your qt libs with > it

LyX Qt crash on powerpc: still unsolved

2003-02-07 Thread Nirmal Govind
Hi folks.. I'd reported this problem earlier but haven't found the solution to the problem yet.. I compiled the CVS version on my Debian powerpc linux.. compile goes fine but when I try starting lyx from src/lyx, it crashes immediately... my configuration is as follows: LyX 1.4.0cvs of Thu, Jan

LyX Qt crash on powerpc: still unsolved

2003-02-07 Thread Nirmal Govind
Hi folks.. I'd reported this problem earlier but haven't found the solution to the problem yet.. I compiled the CVS version on my Debian powerpc linux.. compile goes fine but when I try starting lyx from src/lyx, it crashes immediately... my configuration is as follows: LyX 1.4.0cvs of Thu, Jan

Re: lyx crash and libc

2003-01-19 Thread Nirmal Govind
What compiler is this? (and version?) gcc, g++.. version is 2.95.4 20011002 (Debian prerelease) glib-config --version gives 1.2.10 Thanks, nirmal

Re: lyx crash and libc

2003-01-19 Thread Nirmal Govind
> What compiler is this? > (and version?) gcc, g++.. version is 2.95.4 20011002 (Debian prerelease) glib-config --version gives 1.2.10 Thanks, nirmal

lyx crash and libc

2003-01-18 Thread Nirmal Govind
Hi.. I updated and compiled the cvs version today and lyx still crashes on startup.. looks like some incompatibility with libc.. I'm running Debian on a powerpc based machine... below is the backtrace from the crash.. I had the same problem when I tried earlier a month or so back.. Please let me

lyx crash and libc

2003-01-18 Thread Nirmal Govind
Hi.. I updated and compiled the cvs version today and lyx still crashes on startup.. looks like some incompatibility with libc.. I'm running Debian on a powerpc based machine... below is the backtrace from the crash.. I had the same problem when I tried earlier a month or so back.. Please let me

Re: crash on startup (repost)

2002-12-26 Thread Nirmal Govind
Folks.. any idea what's going wrong here in this crash? Thanks, nirmal On Sat, 21 Dec 2002 19:49:34 -0500 Nirmal Govind [EMAIL PROTECTED] wrote: Hi.. I compiled the cvs version on my ibook yesterday.. I'm running Debian Woody (with a modified kernel).. compilation went fine but when I start

Re: crash on startup (repost)

2002-12-26 Thread Nirmal Govind
trying to recover from xmas... Yup that's true.. sorry for the impatience.. :-) Stupid question: did you try 'make clean make'? I actually downloaded the cvs for the first time on this computer and compiled... so wouldn't that be a 'clean' make by default? nirmal

Re: crash on startup (repost)

2002-12-26 Thread Nirmal Govind
Folks.. any idea what's going wrong here in this crash? Thanks, nirmal On Sat, 21 Dec 2002 19:49:34 -0500 Nirmal Govind <[EMAIL PROTECTED]> wrote: > Hi.. I compiled the cvs version on my ibook yesterday.. I'm running > Debian Woody (with a modified kernel).. compilation went fine

Re: crash on startup (repost)

2002-12-26 Thread Nirmal Govind
> trying to recover from xmas... Yup that's true.. sorry for the impatience.. :-) > Stupid question: did you try 'make clean && make'? I actually downloaded the cvs for the first time on this computer and compiled... so wouldn't that be a 'clean' make by default? nirmal

crash on startup

2002-12-21 Thread Nirmal Govind
Hi.. I compiled the cvs version on my ibook yesterday.. I'm running Debian Woody (with a modified kernel).. compilation went fine but when I start the program it crashes immediately.. looks like some problem with libc.. glib-config --version says 1.2.10 and gcc --version says 2.95.4... below is

crash on startup

2002-12-21 Thread Nirmal Govind
Hi.. I compiled the cvs version on my ibook yesterday.. I'm running Debian Woody (with a modified kernel).. compilation went fine but when I start the program it crashes immediately.. looks like some problem with libc.. glib-config --version says 1.2.10 and gcc --version says 2.95.4... below is

cvs down?

2002-12-19 Thread Nirmal Govind
Hi.. I'm trying to update my cvs but after entering the passwd, it just waits and doesn't do anything... Thanks, nirmal

Re: cvs down?

2002-12-19 Thread Nirmal Govind
It should be up now... My machine was being rebuilt. :-( thanks for letting me know Kavyan.. nirmal

compiling w/o language catalogs

2002-12-19 Thread Nirmal Govind
Hi.. if I want to compile without the language catalogs, then should I just delete all the catalogs from the Makefile under the CATALOGS = section? Also, is there a way to do a cvs update without getting the .po files for all the languages? These files are slightly bigger than the rest so it would

cvs down?

2002-12-19 Thread Nirmal Govind
Hi.. I'm trying to update my cvs but after entering the passwd, it just waits and doesn't do anything... Thanks, nirmal

Re: cvs down?

2002-12-19 Thread Nirmal Govind
> > It should be up now... My machine was being rebuilt. :-( > thanks for letting me know Kavyan.. nirmal

compiling w/o language catalogs

2002-12-19 Thread Nirmal Govind
Hi.. if I want to compile without the language catalogs, then should I just delete all the catalogs from the Makefile under the CATALOGS = section? Also, is there a way to do a cvs update without getting the .po files for all the languages? These files are slightly bigger than the rest so it would

Re: xfig figure in a slide?

2002-12-15 Thread Nirmal Govind
Sure.. I'll do this in a couple of days.. I just noticed that on the very same day (12/12) a thread was started by Juergen on how pdflatex doesn't convert xfig figures.. so is this being fixed already? nirmal Actually, we should have the possibility in external insets to add a rule for

Re: xfig figure in a slide?

2002-12-15 Thread Nirmal Govind
Sure.. I'll do this in a couple of days.. I just noticed that on the very same day (12/12) a thread was started by Juergen on how pdflatex doesn't convert xfig figures.. so is this being fixed already? nirmal > > Actually, we should have the possibility in external insets to add a > rule for

bar | doesn't work in Qt

2002-12-04 Thread Nirmal Govind
In the Qt version, when I hit | (the pipe or the vertical bar obtained by hitting Shift and \) I see unknown function at the bottom.. and of course, the bar isn't displayed.. same thing happens in math mode also.. Thanks, nirmal

Re: bar | doesn't work in Qt

2002-12-04 Thread Nirmal Govind
I have a patch for that (and other forgotten keys). I'll apply it asap. JMarc Great! Thanks a lot.. nirmal

trouble with labels/cross-referencing

2002-12-04 Thread Nirmal Govind
Hi.. I ran into trouble while cross-referencing sections which had the same names and hence same label names but belonged to different documents. Say I have two docs, and there's a section with exactly the same name in each of these docs. If I insert labels in each of these docs, they both have

bar "|" doesn't work in Qt

2002-12-04 Thread Nirmal Govind
In the Qt version, when I hit "|" (the pipe or the vertical bar obtained by hitting Shift and "\") I see "unknown function" at the bottom.. and of course, the bar isn't displayed.. same thing happens in math mode also.. Thanks, nirmal

Re: bar "|" doesn't work in Qt

2002-12-04 Thread Nirmal Govind
> I have a patch for that (and other forgotten keys). I'll apply it > asap. > > JMarc > Great! Thanks a lot.. nirmal

trouble with labels/cross-referencing

2002-12-04 Thread Nirmal Govind
Hi.. I ran into trouble while cross-referencing sections which had the same names and hence same label names but belonged to different documents. Say I have two docs, and there's a section with exactly the same name in each of these docs. If I insert labels in each of these docs, they both have

1.2.1 crashed while opening 1.3cvs file

2002-12-02 Thread Nirmal Govind
Hi... the 1.2.1 version crashed while I was trying to open a file that was last saved in the cvs version of lyx. I've opened this file several times before in 1.2.1 after editing in 1.3cvs so I don't know what changed that caused this to happen. I'm attaching below the backtrace from the crash of

1.2.1 crashed while opening 1.3cvs file

2002-12-02 Thread Nirmal Govind
Hi... the 1.2.1 version crashed while I was trying to open a file that was last saved in the cvs version of lyx. I've opened this file several times before in 1.2.1 after editing in 1.3cvs so I don't know what changed that caused this to happen. I'm attaching below the backtrace from the crash of

Qt: problem with cross reference dialog

2002-11-30 Thread Nirmal Govind
Hi.. there's a problem with the cross reference dialog - in the dialog for inserting cross-references, if I have multiple documents open, this dialog shows me the labels for ALL the documents even though I've selected only one of the documents from the drop down menu. thanks, nirmal

Re: Qt: problem with cross reference dialog

2002-11-30 Thread Nirmal Govind
This only happens for me if I include the other documents. And the Yes, I just noticed this after reading your message.. only when I have a document that includes the other docs does the dialog show all the labels no matter which doc you select and no matter which doc you're currently in..

Qt: problem with cross reference dialog

2002-11-30 Thread Nirmal Govind
Hi.. there's a problem with the cross reference dialog - in the dialog for inserting cross-references, if I have multiple documents open, this dialog shows me the labels for ALL the documents even though I've selected only one of the documents from the drop down menu. thanks, nirmal

Re: Qt: problem with cross reference dialog

2002-11-30 Thread Nirmal Govind
> > This only happens for me if I include the other documents. And the Yes, I just noticed this after reading your message.. only when I have a document that includes the other docs does the dialog show all the labels no matter which doc you select and no matter which doc you're currently in..

Re: native Windows LyX?

2002-11-28 Thread Nirmal Govind
Maybe it would help sell GNU/Linux in general to your workmates. The problem in the engineering environment is that several software packages that are used are available only on Windows... precisely the reason why I still have a Windows partition on my computer.. things have improved in the

Re: native Windows LyX?

2002-11-28 Thread Nirmal Govind
> Maybe it would help sell GNU/Linux in general to your workmates. The problem in the engineering environment is that several software packages that are used are available only on Windows... precisely the reason why I still have a Windows partition on my computer.. things have improved in the

native Windows LyX?

2002-11-27 Thread Nirmal Govind
Hi.. I'm guessing someone's asked this before but anyways - is there any plan to have a Windows version of LyX, i.e. a native Win version (so that one doesn't need Cygwin and an X server).. reason I ask is I made a presentation on LyX (actually, more of a demo) in my department here and a LOT of

Re: native Windows LyX?

2002-11-27 Thread Nirmal Govind
AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, right?), so maybe QT port will run without problems? There are patches from somebody (sorry I've forgotten your name !) but we haven't heard from them for a while ... Wow.. I would really love to get my hands on that if

native Windows LyX?

2002-11-27 Thread Nirmal Govind
Hi.. I'm guessing someone's asked this before but anyways - is there any plan to have a Windows version of LyX, i.e. a native Win version (so that one doesn't need Cygwin and an X server).. reason I ask is I made a presentation on LyX (actually, more of a demo) in my department here and a LOT of

Re: native Windows LyX?

2002-11-27 Thread Nirmal Govind
> > AFAIK you can use QT for Windows in GPL projects (LyX _is_ GPL, > > right?), so maybe QT port will run without problems? > > There are patches from somebody (sorry I've forgotten your name !) but > we haven't heard from them for a while ... Wow.. I would really love to get my hands on that

Re: table borders in Qt

2002-11-26 Thread Nirmal Govind
The dialog does not work yet (apart from a few functions). I'm currently implementing it. Jürgen. Aah.. thanks.. nirmal

Re: table borders in Qt

2002-11-26 Thread Nirmal Govind
> > The dialog does not work yet (apart from a few functions). > I'm currently implementing it. > > Jürgen. > Aah.. thanks.. nirmal

table borders in Qt

2002-11-25 Thread Nirmal Govind
Hi.. I can't seem to set the borders on cells in tables... the dialog seems to work (as in it shows me the border in the dialog when I click on it) but when I set a border (or unset it) nothing happens to the actual table in the document.. Thanks, nirmal

table borders in Qt

2002-11-25 Thread Nirmal Govind
Hi.. I can't seem to set the borders on cells in tables... the dialog seems to work (as in it shows me the border in the dialog when I click on it) but when I set a border (or unset it) nothing happens to the actual table in the document.. Thanks, nirmal

Verdene font...

2002-11-22 Thread Nirmal Govind
I just set my display font in LyX to Verdene and this font just looks awesome! Really nice that the display font can be selected from a menu and has a preview.. Great work folks! nirmal

Verdene font...

2002-11-22 Thread Nirmal Govind
I just set my display font in LyX to Verdene and this font just looks awesome! Really nice that the display font can be selected from a menu and has a preview.. Great work folks! nirmal

bibtex problem in qt

2002-11-12 Thread Nirmal Govind
Hi.. when I select a custom bib style (that I downloaded) from the drop down menu while adding a bibtex database, LyX seems to be adding the database with the plain style since if I open this file again using 1.2 then I see that the style is plain. I'm using the cvs version as of last night,

missing Edit-Preferences dialog in QT?

2002-11-12 Thread Nirmal Govind
Hi.. the Preferences dialog doesn't seem to exist in the QT frontend.. has this already been reported or is it only me with this problem? Thanks, nirmal

bibtex problem in qt

2002-11-12 Thread Nirmal Govind
Hi.. when I select a custom bib style (that I downloaded) from the drop down menu while adding a bibtex database, LyX seems to be adding the database with the plain style since if I open this file again using 1.2 then I see that the style is plain. I'm using the cvs version as of last night,

missing Edit->Preferences dialog in QT?

2002-11-12 Thread Nirmal Govind
Hi.. the Preferences dialog doesn't seem to exist in the QT frontend.. has this already been reported or is it only me with this problem? Thanks, nirmal

Re: displaying game theory games?

2002-11-07 Thread Nirmal Govind
That is, I need a couple of rows up top and columns to the left with no lines. hawk, baffled This is possible by controlling the borders on the cells in the table right? nirmal

Re: QT problem: lag in screen output

2002-11-07 Thread Nirmal Govind
I do not see a delay with Qt2 So it's specific to QT3 then I guess... is there anyone else who uses cvs with QT3? Need to figure out if this is some problem specific to my computer or not... Our cursor drawing is morally wrong since we do it at the wrong times. This is the result ... I

Re: QT problem: lag in screen output

2002-11-07 Thread Nirmal Govind
I use QT3 and I don't have this problem. Okay.. so that's good news I guess.. I'm using gcc version 3.2 on Mandrake 9.0. QT version 3.0.5... what other parameters should I be checking on that could result in this behavior? Thanks, nirmal

Re: displaying game theory "games"?

2002-11-07 Thread Nirmal Govind
> That is, I need a couple of rows up top and columns to the left with > no lines. > > hawk, baffled This is possible by controlling the borders on the cells in the table right? nirmal

Re: QT problem: lag in screen output

2002-11-07 Thread Nirmal Govind
> > I do not see a delay with Qt2 So it's specific to QT3 then I guess... is there anyone else who uses cvs with QT3? Need to figure out if this is some problem specific to my computer or not... > Our cursor drawing is morally wrong since we do it at the wrong times. > This is the result ... I

Re: QT problem: lag in screen output

2002-11-07 Thread Nirmal Govind
> > I use QT3 and I don't have this problem. > Okay.. so that's good news I guess.. I'm using gcc version 3.2 on Mandrake 9.0. QT version 3.0.5... what other parameters should I be checking on that could result in this behavior? Thanks, nirmal

<    1   2   3   >