Re: problem with math display

2003-09-20 Thread Nirmal Govind
I ran into the same problem again after recompiling lyx 1.3.2 with a different Qt (the standard one with Debian unstable).. Just wanted to confirm that I applied this patch and recompiled and the math symbols show up fine now with the old qtrc. nirmal Dekel Tsur wrote: On Mon, Sep 08, 2003 at

Re: problem with math display

2003-09-20 Thread Nirmal Govind
I ran into the same problem again after recompiling lyx 1.3.2 with a different Qt (the standard one with Debian unstable).. Just wanted to confirm that I applied this patch and recompiled and the math symbols show up fine now with the old qtrc. nirmal Dekel Tsur wrote: On Mon, Sep 08, 2003 at

Re: problem with math display

2003-09-20 Thread Nirmal Govind
I ran into the same problem again after recompiling lyx 1.3.2 with a different Qt (the standard one with Debian unstable).. Just wanted to confirm that I applied this patch and recompiled and the math symbols show up fine now with the old qtrc. nirmal Dekel Tsur wrote: > On Mon, Sep 08, 2003 at

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found that ~/.qt/qtrc was causing the trouble. It contained the following

Re: problem with math display after recompiling

2003-09-08 Thread Angus Leeming
Nirmal Govind wrote: Yes, Qt's that use fontconfig need the special fonts installed john How do I find out from the Qt source whether it uses fontconfig or not? $ ldd ${PATH_TO_THE_EXECUTABLE}/lyx Here (using RH8) it gives: $ ldd ./lyx-qt [snip...] libqt-mt.so.3 =

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Monday 08 September 2003 10:14, Johannes Simon wrote: On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found that

Re: problem with math display

2003-09-08 Thread Dekel Tsur
On Mon, Sep 08, 2003 at 10:14:31AM +0200, Johannes Simon wrote: On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found that ~/.qt/qtrc was causing the trouble. It contained the following

Re: problem with math display after recompiling

2003-09-08 Thread Angus Leeming
Nirmal Govind wrote: Yes, Qt's that use fontconfig need the special fonts installed john How do I find out from the Qt source whether it uses fontconfig or not? $ ldd ${PATH_TO_THE_EXECUTABLE}/lyx Here (using RH8) it gives: $ ldd ./lyx-qt [snip...] libqt-mt.so.3 =

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Monday 08 September 2003 10:14, Johannes Simon wrote: On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found that

Re: problem with math display

2003-09-08 Thread Dekel Tsur
On Mon, Sep 08, 2003 at 10:14:31AM +0200, Johannes Simon wrote: On Sunday 07 September 2003 23:54, John Levon wrote: Either way it's extremely unlikely it's a lyx problem, it's either Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Sunday 07 September 2003 23:54, John Levon wrote: > Either way it's extremely unlikely it's a lyx problem, it's either > Qt, fontconfig, or something on your system. It's a Qt problem: Iteratively removing all dotfiles I found that ~/.qt/qtrc was causing the trouble. It contained the following

Re: problem with math display after recompiling

2003-09-08 Thread Angus Leeming
Nirmal Govind wrote: >> Yes, Qt's that use fontconfig need the special fonts installed >> >> john > > How do I find out from the Qt source whether it uses fontconfig or not? $ ldd ${PATH_TO_THE_EXECUTABLE}/lyx Here (using RH8) it gives: $ ldd ./lyx-qt [snip...] libqt-mt.so.3

Re: problem with math display

2003-09-08 Thread Johannes Simon
On Monday 08 September 2003 10:14, Johannes Simon wrote: > On Sunday 07 September 2003 23:54, John Levon wrote: > > Either way it's extremely unlikely it's a lyx problem, it's > > either Qt, fontconfig, or something on your system. > > It's a Qt problem: Iteratively removing all dotfiles I found

Re: problem with math display

2003-09-08 Thread Dekel Tsur
On Mon, Sep 08, 2003 at 10:14:31AM +0200, Johannes Simon wrote: > On Sunday 07 September 2003 23:54, John Levon wrote: > > Either way it's extremely unlikely it's a lyx problem, it's either > > Qt, fontconfig, or something on your system. > > It's a Qt problem: Iteratively removing all dotfiles I

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
On Sunday 07 September 2003 7:17 am, you wrote: Hej ! I had this pb. I solved it by installing the package latex-ttf available at ftp://ftp.lyx.org/pub/lyx/contrib/ thanks Nicolas.. I was only able to find the latex-xft package at the above address. I installed it in the .fonts directory and

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:52:50AM -0400, Nirmal Govind wrote: www.personal.psu.edu/nug107/LyXSnapshot1.jpg !! What lyx version ? What distro ? What are your font settings in your prefs ? What is the output of fc-cache -fv ? john -- Khendon's Law: If the same point is made twice by the

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
Hi John, What lyx version ? What distro ? What are your font settings in your prefs ? Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc 3.3. the source was patched with Johnathan Burchill's adaptation of your Change Tracking patch. I'm running Debian PPC on an ibook. Font

Re: problem with math display after recompiling

2003-09-07 Thread Johnathan Burchill
On September 7, 2003 08:25 am, Nirmal Govind wrote: Hi John, What lyx version ? What distro ? What are your font settings in your prefs ? Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc 3.3. the source was patched with Johnathan Burchill's adaptation of your Change

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
See what happens if you set it back to Charter again. No change.. I have no idea what has been going on. lyx -dbg font should show you which fonts get used for which settings. Figured out what was going wrong.. for some reason, LyX decided to use the Bitstream Charter(Zz_Abiword) font

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt? (although I'm pretty sure I recompiled LyX with the same version of Qt as I had with the previous compile...) Yes,

Re: problem with math display after recompiling

2003-09-07 Thread Rajil Saraswat
On Sunday 07 September 2003 19:35, John Levon wrote: On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt? (although I'm pretty sure I recompiled LyX with the same

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 07:50:06PM +0100, Rajil Saraswat wrote: I am not sure about this. I am. It entirely depends on exactly which variant of Qt you're running. I am running qt 3.2cvs/kde3.2cvs under gentoo with fontconfig. http://bugs.gentoo.org/show_bug.cgi?id=15629 john -- Khendon's

problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 20:50, Rajil Saraswat wrote: On Sunday 07 September 2003 19:35, John Levon wrote: On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt?

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: Now I also tried the latex-xft-fonts (see http://wiki.lyx.org/pmwiki.php/FAQ/Qt ), but without success. Check fc-list can see the new fonts. Getting lost, I also tried adding the ttf- and xft-fonts to the X11 font path (see

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 22:23, John Levon wrote: On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: Now I also tried the latex-xft-fonts (see http://wiki.lyx.org/pmwiki.php/FAQ/Qt ), but without success. Check fc-list can see the new fonts. Getting lost, I also tried

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: fc-list says, among others (like Bitstream, Nimbus): Where did you put the fonts ? Did you make sure to run fc-cache -fv for the failing user as well as root ? john -- Khendon's Law: If the same point is made twice by the same

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 23:30, John Levon wrote: On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: fc-list says, among others (like Bitstream, Nimbus): Where did you put the fonts ? Did you make sure to run fc-cache -fv for the failing user as well as root ? Yes, for

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:52:17PM +0200, Johannes Simon wrote: fc-cache: /usr/share/fonts/latex-xft-fonts: caching, 7 fonts, 0 dirs fc-cache: /usr/share/fonts/latex-ttf-fonts: caching, 6 fonts, 0 dirs It's probably getting confused. Install latex-xft-fonts once only, and remove all traces of

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
Yes, Qt's that use fontconfig need the special fonts installed john How do I find out from the Qt source whether it uses fontconfig or not? Or is there a list that shows which versions use fontconfig and which don't? Thanks, nirmal

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
On Sunday 07 September 2003 7:17 am, you wrote: Hej ! I had this pb. I solved it by installing the package latex-ttf available at ftp://ftp.lyx.org/pub/lyx/contrib/ thanks Nicolas.. I was only able to find the latex-xft package at the above address. I installed it in the .fonts directory and

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:52:50AM -0400, Nirmal Govind wrote: www.personal.psu.edu/nug107/LyXSnapshot1.jpg !! What lyx version ? What distro ? What are your font settings in your prefs ? What is the output of fc-cache -fv ? john -- Khendon's Law: If the same point is made twice by the

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
Hi John, What lyx version ? What distro ? What are your font settings in your prefs ? Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc 3.3. the source was patched with Johnathan Burchill's adaptation of your Change Tracking patch. I'm running Debian PPC on an ibook. Font

Re: problem with math display after recompiling

2003-09-07 Thread Johnathan Burchill
On September 7, 2003 08:25 am, Nirmal Govind wrote: Hi John, What lyx version ? What distro ? What are your font settings in your prefs ? Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc 3.3. the source was patched with Johnathan Burchill's adaptation of your Change

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
See what happens if you set it back to Charter again. No change.. I have no idea what has been going on. lyx -dbg font should show you which fonts get used for which settings. Figured out what was going wrong.. for some reason, LyX decided to use the Bitstream Charter(Zz_Abiword) font

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt? (although I'm pretty sure I recompiled LyX with the same version of Qt as I had with the previous compile...) Yes,

Re: problem with math display after recompiling

2003-09-07 Thread Rajil Saraswat
On Sunday 07 September 2003 19:35, John Levon wrote: On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt? (although I'm pretty sure I recompiled LyX with the same

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 07:50:06PM +0100, Rajil Saraswat wrote: I am not sure about this. I am. It entirely depends on exactly which variant of Qt you're running. I am running qt 3.2cvs/kde3.2cvs under gentoo with fontconfig. http://bugs.gentoo.org/show_bug.cgi?id=15629 john -- Khendon's

problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 20:50, Rajil Saraswat wrote: On Sunday 07 September 2003 19:35, John Levon wrote: On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: 2. Why did the math symbols disappear and become ERT after recompilation? Is this related to the version of Qt?

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: Now I also tried the latex-xft-fonts (see http://wiki.lyx.org/pmwiki.php/FAQ/Qt ), but without success. Check fc-list can see the new fonts. Getting lost, I also tried adding the ttf- and xft-fonts to the X11 font path (see

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 22:23, John Levon wrote: On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: Now I also tried the latex-xft-fonts (see http://wiki.lyx.org/pmwiki.php/FAQ/Qt ), but without success. Check fc-list can see the new fonts. Getting lost, I also tried

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: fc-list says, among others (like Bitstream, Nimbus): Where did you put the fonts ? Did you make sure to run fc-cache -fv for the failing user as well as root ? john -- Khendon's Law: If the same point is made twice by the same

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 23:30, John Levon wrote: On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: fc-list says, among others (like Bitstream, Nimbus): Where did you put the fonts ? Did you make sure to run fc-cache -fv for the failing user as well as root ? Yes, for

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:52:17PM +0200, Johannes Simon wrote: fc-cache: /usr/share/fonts/latex-xft-fonts: caching, 7 fonts, 0 dirs fc-cache: /usr/share/fonts/latex-ttf-fonts: caching, 6 fonts, 0 dirs It's probably getting confused. Install latex-xft-fonts once only, and remove all traces of

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
Yes, Qt's that use fontconfig need the special fonts installed john How do I find out from the Qt source whether it uses fontconfig or not? Or is there a list that shows which versions use fontconfig and which don't? Thanks, nirmal

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
On Sunday 07 September 2003 7:17 am, you wrote: > Hej ! > > I had this pb. I solved it by installing the package latex-ttf available > at > ftp://ftp.lyx.org/pub/lyx/contrib/ thanks Nicolas.. I was only able to find the latex-xft package at the above address. I installed it in the .fonts

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:52:50AM -0400, Nirmal Govind wrote: > www.personal.psu.edu/nug107/LyXSnapshot1.jpg !! What lyx version ? What distro ? What are your font settings in your prefs ? What is the output of fc-cache -fv ? john -- Khendon's Law: If the same point is made twice by the

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
Hi John, > What lyx version ? What distro ? What are your font settings in your > prefs ? Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc 3.3. the source was patched with Johnathan Burchill's adaptation of your Change Tracking patch. I'm running Debian PPC on an ibook. Font

Re: problem with math display after recompiling

2003-09-07 Thread Johnathan Burchill
On September 7, 2003 08:25 am, Nirmal Govind wrote: > Hi John, > > > What lyx version ? What distro ? What are your font settings in your > > prefs ? > > Lyx 1.3.2 compiled with gcc 3.3 using Qt 3.1.2 also compiled with gcc > 3.3. the source was patched with Johnathan Burchill's adaptation of your

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
> See what happens if you set it back to Charter again. No change.. > I have no idea what has been going on. lyx -dbg font should show you > which fonts get used for which settings. Figured out what was going wrong.. for some reason, LyX decided to use the Bitstream Charter(Zz_Abiword) font

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: > 2. Why did the math symbols disappear and become ERT after recompilation? Is > this related to the version of Qt? (although I'm pretty sure I recompiled > LyX with the same version of Qt as I had with the previous compile...) Yes,

Re: problem with math display after recompiling

2003-09-07 Thread Rajil Saraswat
On Sunday 07 September 2003 19:35, John Levon wrote: > On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: > > 2. Why did the math symbols disappear and become ERT after recompilation? > > Is this related to the version of Qt? (although I'm pretty sure I > > recompiled LyX with the same

Re: problem with math display after recompiling

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 07:50:06PM +0100, Rajil Saraswat wrote: > I am not sure about this. I am. It entirely depends on exactly which variant of Qt you're running. > I am running qt 3.2cvs/kde3.2cvs under gentoo with fontconfig. http://bugs.gentoo.org/show_bug.cgi?id=15629 john -- Khendon's

problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 20:50, Rajil Saraswat wrote: > On Sunday 07 September 2003 19:35, John Levon wrote: > > On Sun, Sep 07, 2003 at 02:15:56PM -0400, Nirmal Govind wrote: > > > 2. Why did the math symbols disappear and become ERT after > > > recompilation? Is this related to the version of

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: > Now I also tried the latex-xft-fonts (see > http://wiki.lyx.org/pmwiki.php/FAQ/Qt > ), but without success. Check fc-list can see the new fonts. > > Getting lost, I also tried adding the ttf- and xft-fonts to the X11 > font

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 22:23, John Levon wrote: > On Sun, Sep 07, 2003 at 09:54:54PM +0200, Johannes Simon wrote: > > Now I also tried the latex-xft-fonts (see > > http://wiki.lyx.org/pmwiki.php/FAQ/Qt > > ), but without success. > > Check fc-list can see the new fonts. > > > Getting lost, I

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: > fc-list > > says, among others (like Bitstream, Nimbus): Where did you put the fonts ? Did you make sure to run fc-cache -fv for the failing user as well as root ? john -- Khendon's Law: If the same point is made twice by the

Re: problem with math display

2003-09-07 Thread Johannes Simon
On Sunday 07 September 2003 23:30, John Levon wrote: > On Sun, Sep 07, 2003 at 11:06:31PM +0200, Johannes Simon wrote: > > fc-list > > > > says, among others (like Bitstream, Nimbus): > > Where did you put the fonts ? Did you make sure to run fc-cache -fv > for the failing user as well as root ?

Re: problem with math display

2003-09-07 Thread John Levon
On Sun, Sep 07, 2003 at 11:52:17PM +0200, Johannes Simon wrote: > fc-cache: "/usr/share/fonts/latex-xft-fonts": caching, 7 fonts, 0 dirs > fc-cache: "/usr/share/fonts/latex-ttf-fonts": caching, 6 fonts, 0 dirs It's probably getting confused. Install latex-xft-fonts once only, and remove all

Re: problem with math display after recompiling

2003-09-07 Thread Nirmal Govind
> Yes, Qt's that use fontconfig need the special fonts installed > > john How do I find out from the Qt source whether it uses fontconfig or not? Or is there a list that shows which versions use fontconfig and which don't? Thanks, nirmal

problem with math display after recompiling

2003-09-06 Thread Nirmal Govind
Hi... I just recompiled Qt 3.1.2 and then lyx 1.3.2 with gcc 3.3 .. everything went fine with the compile.. but when I open a document (which looked fine before), the math symbols are all in ERT... any ideas on why the recompile should affect this? (I was using lyx 1.3.2 with Qt 3.1.2, both

problem with math display after recompiling

2003-09-06 Thread Nirmal Govind
Hi... I just recompiled Qt 3.1.2 and then lyx 1.3.2 with gcc 3.3 .. everything went fine with the compile.. but when I open a document (which looked fine before), the math symbols are all in ERT... any ideas on why the recompile should affect this? (I was using lyx 1.3.2 with Qt 3.1.2, both

problem with math display after recompiling

2003-09-06 Thread Nirmal Govind
Hi... I just recompiled Qt 3.1.2 and then lyx 1.3.2 with gcc 3.3 .. everything went fine with the compile.. but when I open a document (which looked fine before), the math symbols are all in ERT... any ideas on why the recompile should affect this? (I was using lyx 1.3.2 with Qt 3.1.2, both