Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 7:44 AM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Liviu Andronic wrote:
 But that's kind of the point. The package garamondx is NOT installed,
 and the non-free fonts are NOT installed:
 geek@liv-inspiron:~$ getnonfreefonts -l
 [...]
 garamond GaramondNo8 (URW) [not installed]
 garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]


 Yet LyX presents the font as installed (i.e. there is no '(not
 installed)' tag), as attached.

 Does it really attempt to load garamondx, or rather
 \renewcommand{\rmdefault}{ugm}

Yes, the latter is what I am seeing in here in the source pane.


 This is the fallback garamond font.

Well, I have mathdesign installed.
http://www.ctan.org/tex-archive/fonts/mathdesign/

Apparently it provides:
* mdugm family corresponds to URW Garamond text fonts

Which is clearly present on my system. But this seems to deal only
with the math part of the fonts.

For the text part, as per the CTAN docs you also need to install:
CTAN directory of URW Garamond : nonfree/fonts/urw/garamond

But this one is certainly not present on my system.


 It looks to me like a font detection bug in LyX...

 Yes, maybe.

Can LyX determine if the URW Garamond font is present by checking for
this non free font? And then correctly display installed/not installed
status?

Regards,
Liviu



 Jürgen





-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 6:53 PM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

 Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm
 is present), but we do not use this information yet.

 Please file a bug on trac. I do not have much time during the next weeks
 (months?) probably (but it will be trivial to implement this). This also needs
 to be done for others TeX fonts.

Here we go:
http://www.lyx.org/trac/ticket/9429


Liviu



 Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
is present), but we do not use this information yet.

Please file a bug on trac. I do not have much time during the next weeks 
(months?) probably (but it will be trivial to implement this). This also needs 
to be done for others TeX fonts.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Guenter Milde
On 2015-02-23, Jürgen Spitzmüller wrote:
 Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

 Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
 is present), but we do not use this information yet.

The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
are installed by the tex-support package together with *.fd and *.sty.
However the actual font files (*pfa or similar) are not included but must be
installed separately.

 Please file a bug on trac. I do not have much time during the next
 weeks (months?) probably (but it will be trivial to implement this).

 This also needs to be done for others TeX fonts.

Most fonts are contained in one package together with a supporting *.sty
file, sot we only need to check these.

Exceptions are the non-free fonts. We should check the getnonfreefonts
tool for hints.

Günter



Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Guenter Milde wrote:
 The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
 are installed by the tex-support package together with *.fd and *.sty.
 However the actual font files (*pfa or similar) are not included but must be
 installed separately.

Feel free to improve the \TestFont macro in chkconfig.ltx.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 7:44 AM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Liviu Andronic wrote:
 But that's kind of the point. The package garamondx is NOT installed,
 and the non-free fonts are NOT installed:
 geek@liv-inspiron:~$ getnonfreefonts -l
 [...]
 garamond GaramondNo8 (URW) [not installed]
 garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]


 Yet LyX presents the font as installed (i.e. there is no '(not
 installed)' tag), as attached.

 Does it really attempt to load garamondx, or rather
 \renewcommand{\rmdefault}{ugm}

Yes, the latter is what I am seeing in here in the source pane.


 This is the fallback garamond font.

Well, I have mathdesign installed.
http://www.ctan.org/tex-archive/fonts/mathdesign/

Apparently it provides:
* mdugm family corresponds to URW Garamond text fonts

Which is clearly present on my system. But this seems to deal only
with the math part of the fonts.

For the text part, as per the CTAN docs you also need to install:
CTAN directory of URW Garamond : nonfree/fonts/urw/garamond

But this one is certainly not present on my system.


 It looks to me like a font detection bug in LyX...

 Yes, maybe.

Can LyX determine if the URW Garamond font is present by checking for
this non free font? And then correctly display installed/not installed
status?

Regards,
Liviu



 Jürgen





-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
is present), but we do not use this information yet.

Please file a bug on trac. I do not have much time during the next weeks 
(months?) probably (but it will be trivial to implement this). This also needs 
to be done for others TeX fonts.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 6:53 PM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

 Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm
 is present), but we do not use this information yet.

 Please file a bug on trac. I do not have much time during the next weeks
 (months?) probably (but it will be trivial to implement this). This also needs
 to be done for others TeX fonts.

Here we go:
http://www.lyx.org/trac/ticket/9429


Liviu



 Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Guenter Milde
On 2015-02-23, Jürgen Spitzmüller wrote:
 Liviu Andronic wrote:
 Can LyX determine if the URW Garamond font is present by checking for
 this non free font? And then correctly display installed/not installed
 status?

 Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
 is present), but we do not use this information yet.

The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
are installed by the tex-support package together with *.fd and *.sty.
However the actual font files (*pfa or similar) are not included but must be
installed separately.

 Please file a bug on trac. I do not have much time during the next
 weeks (months?) probably (but it will be trivial to implement this).

 This also needs to be done for others TeX fonts.

Most fonts are contained in one package together with a supporting *.sty
file, sot we only need to check these.

Exceptions are the non-free fonts. We should check the getnonfreefonts
tool for hints.

Günter



Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Guenter Milde wrote:
 The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
 are installed by the tex-support package together with *.fd and *.sty.
 However the actual font files (*pfa or similar) are not included but must be
 installed separately.

Feel free to improve the \TestFont macro in chkconfig.ltx.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 7:44 AM, Jürgen Spitzmüller  wrote:
> Liviu Andronic wrote:
>> But that's kind of the point. The package garamondx is NOT installed,
>> and the non-free fonts are NOT installed:
>> geek@liv-inspiron:~$ getnonfreefonts -l
>> [...]
>> garamond GaramondNo8 (URW) [not installed]
>> garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]
>>
>>
>> Yet LyX presents the font as installed (i.e. there is no '(not
>> installed)' tag), as attached.
>
> Does it really attempt to load garamondx, or rather
> \renewcommand{\rmdefault}{ugm}
>
Yes, the latter is what I am seeing in here in the source pane.


> This is the fallback garamond font.
>
Well, I have mathdesign installed.
http://www.ctan.org/tex-archive/fonts/mathdesign/

Apparently it provides:
* mdugm family corresponds to URW Garamond text fonts

Which is clearly present on my system. But this seems to deal only
with the math part of the fonts.

For the text part, as per the CTAN docs you also need to install:
CTAN directory of URW Garamond : nonfree/fonts/urw/garamond

But this one is certainly not present on my system.


>> It looks to me like a font detection bug in LyX...
>
> Yes, maybe.
>
Can LyX determine if the URW Garamond font is present by checking for
this non free font? And then correctly display installed/not installed
status?

Regards,
Liviu



> Jürgen
>
>



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
> Can LyX determine if the URW Garamond font is present by checking for
> this non free font? And then correctly display installed/not installed
> status?

Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
is present), but we do not use this information yet.

Please file a bug on trac. I do not have much time during the next weeks 
(months?) probably (but it will be trivial to implement this). This also needs 
to be done for others TeX fonts.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Liviu Andronic
On Mon, Feb 23, 2015 at 6:53 PM, Jürgen Spitzmüller  wrote:
> Liviu Andronic wrote:
>> Can LyX determine if the URW Garamond font is present by checking for
>> this non free font? And then correctly display installed/not installed
>> status?
>
> Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm
> is present), but we do not use this information yet.
>
> Please file a bug on trac. I do not have much time during the next weeks
> (months?) probably (but it will be trivial to implement this). This also needs
> to be done for others TeX fonts.
>
Here we go:
http://www.lyx.org/trac/ticket/9429


Liviu



> Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Guenter Milde
On 2015-02-23, Jürgen Spitzmüller wrote:
> Liviu Andronic wrote:
>> Can LyX determine if the URW Garamond font is present by checking for
>> this non free font? And then correctly display installed/not installed
>> status?

> Yes, it can do that. Actually, we already check that (we check if ugmr8r.tfm 
> is present), but we do not use this information yet.

The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
are installed by the "tex-support package" together with *.fd and *.sty.
However the actual font files (*pfa or similar) are not included but must be
installed separately.

> Please file a bug on trac. I do not have much time during the next
> weeks (months?) probably (but it will be trivial to implement this).

> This also needs to be done for others TeX fonts.

Most fonts are contained in one package together with a supporting *.sty
file, sot we only need to check these.

Exceptions are the non-free fonts. We should check the "getnonfreefonts"
tool for hints.

Günter



Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-23 Thread Jürgen Spitzmüller
Guenter Milde wrote:
> The *.tfm file may be misleading: for some non-free fonts, the *.tfm files
> are installed by the "tex-support package" together with *.fd and *.sty.
> However the actual font files (*pfa or similar) are not included but must be
> installed separately.

Feel free to improve the \TestFont macro in chkconfig.ltx.

Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Julio Rojas
Hi,

I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
the problem using your Vinh's file. See the attachements. While Palatino
and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
am pretty sure Garamond is installed, as I have recently reinstalled this
computer.

Comments?

Regards,

-
Julio Rojas
jcredbe...@gmail.com

On Wed, Feb 18, 2015 at 6:08 PM, Vinh Le Ngoc vlen...@gmail.com wrote:

 Hi,
 I selected URW Garamond which shows up as installed.

 Attached is an example.

 Regards,
 Vinh

 -Original Message-
 From: Liviu Andronic [mailto:landronim...@gmail.com]
 Sent: 18 February 2015 13:31
 To: Vinh Le Ngoc
 Cc: lyx-users
 Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

 On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
  Hi,
 
  I installed LyX 2.1.3 via the PPA last night and I'm having a problem
  where previews and exports do not use the font selected in document
  settings; rather, it always uses nasty bitmapped Computer Modern.
 
 What fonts exactly do you select, and can you send a minimal example
 exhibiting your issue.

 Regards,
 Liviu


  I've tried different combinations of fonts and even tried reinstalling
  LyX to no avail.
 
  Thanks,
  Vinh
 



 --
 Do you think you know what math is?
 http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
 Or what it means to be intelligent?
 http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
 Think again:
 http://www.ideasroadshow.com/library



test_computer_modern.pdf
Description: Adobe PDF document


test_times_roman.pdf
Description: Adobe PDF document


test_palatino.pdf
Description: Adobe PDF document


test_garamond.pdf
Description: Adobe PDF document


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Liviu Andronic
On Sun, Feb 22, 2015 at 6:29 PM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
 I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
 the problem using your Vinh's file. See the attachements. While Palatino
 and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
 am pretty sure Garamond is installed, as I have recently reinstalled this
 computer.

 Comments?

 Works here.

 Are you sure the garamondx package _and_ all necessary fonts are really
 installed?

But that's kind of the point. The package garamondx is NOT installed,
and the non-free fonts are NOT installed:
geek@liv-inspiron:~$ getnonfreefonts -l
[...]
garamond GaramondNo8 (URW) [not installed]
garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]


Yet LyX presents the font as installed (i.e. there is no '(not
installed)' tag), as attached.

It looks to me like a font detection bug in LyX...

Regards,
Liviu


 Since these fonts are non-free, they are not included in TeXLive,
 but must be manually downloaded via the getnonfreefonts script (which is part
 of TeXLive). See http://tug.org/fonts/getnonfreefonts/

 HTH
 Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
 I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
 the problem using your Vinh's file. See the attachements. While Palatino
 and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
 am pretty sure Garamond is installed, as I have recently reinstalled this
 computer.
 
 Comments?

Works here.

Are you sure the garamondx package _and_ all necessary fonts are really 
installed? Since these fonts are non-free, they are not included in TeXLive, 
but must be manually downloaded via the getnonfreefonts script (which is part 
of TeXLive). See http://tug.org/fonts/getnonfreefonts/

HTH
Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
 But that's kind of the point. The package garamondx is NOT installed,
 and the non-free fonts are NOT installed:
 geek@liv-inspiron:~$ getnonfreefonts -l
 [...]
 garamond GaramondNo8 (URW) [not installed]
 garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]
 
 
 Yet LyX presents the font as installed (i.e. there is no '(not
 installed)' tag), as attached.

Does it really attempt to load garamondx, or rather
\renewcommand{\rmdefault}{ugm}

This is the fallback garamond font.

 It looks to me like a font detection bug in LyX...

Yes, maybe.

Jürgen




Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Julio Rojas
Hi,

I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
the problem using your Vinh's file. See the attachements. While Palatino
and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
am pretty sure Garamond is installed, as I have recently reinstalled this
computer.

Comments?

Regards,

-
Julio Rojas
jcredbe...@gmail.com

On Wed, Feb 18, 2015 at 6:08 PM, Vinh Le Ngoc vlen...@gmail.com wrote:

 Hi,
 I selected URW Garamond which shows up as installed.

 Attached is an example.

 Regards,
 Vinh

 -Original Message-
 From: Liviu Andronic [mailto:landronim...@gmail.com]
 Sent: 18 February 2015 13:31
 To: Vinh Le Ngoc
 Cc: lyx-users
 Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

 On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
  Hi,
 
  I installed LyX 2.1.3 via the PPA last night and I'm having a problem
  where previews and exports do not use the font selected in document
  settings; rather, it always uses nasty bitmapped Computer Modern.
 
 What fonts exactly do you select, and can you send a minimal example
 exhibiting your issue.

 Regards,
 Liviu


  I've tried different combinations of fonts and even tried reinstalling
  LyX to no avail.
 
  Thanks,
  Vinh
 



 --
 Do you think you know what math is?
 http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
 Or what it means to be intelligent?
 http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
 Think again:
 http://www.ideasroadshow.com/library



test_computer_modern.pdf
Description: Adobe PDF document


test_times_roman.pdf
Description: Adobe PDF document


test_palatino.pdf
Description: Adobe PDF document


test_garamond.pdf
Description: Adobe PDF document


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
 I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
 the problem using your Vinh's file. See the attachements. While Palatino
 and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
 am pretty sure Garamond is installed, as I have recently reinstalled this
 computer.
 
 Comments?

Works here.

Are you sure the garamondx package _and_ all necessary fonts are really 
installed? Since these fonts are non-free, they are not included in TeXLive, 
but must be manually downloaded via the getnonfreefonts script (which is part 
of TeXLive). See http://tug.org/fonts/getnonfreefonts/

HTH
Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Liviu Andronic
On Sun, Feb 22, 2015 at 6:29 PM, Jürgen Spitzmüller sp...@lyx.org wrote:
 Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
 I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
 the problem using your Vinh's file. See the attachements. While Palatino
 and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
 am pretty sure Garamond is installed, as I have recently reinstalled this
 computer.

 Comments?

 Works here.

 Are you sure the garamondx package _and_ all necessary fonts are really
 installed?

But that's kind of the point. The package garamondx is NOT installed,
and the non-free fonts are NOT installed:
geek@liv-inspiron:~$ getnonfreefonts -l
[...]
garamond GaramondNo8 (URW) [not installed]
garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]


Yet LyX presents the font as installed (i.e. there is no '(not
installed)' tag), as attached.

It looks to me like a font detection bug in LyX...

Regards,
Liviu


 Since these fonts are non-free, they are not included in TeXLive,
 but must be manually downloaded via the getnonfreefonts script (which is part
 of TeXLive). See http://tug.org/fonts/getnonfreefonts/

 HTH
 Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
 But that's kind of the point. The package garamondx is NOT installed,
 and the non-free fonts are NOT installed:
 geek@liv-inspiron:~$ getnonfreefonts -l
 [...]
 garamond GaramondNo8 (URW) [not installed]
 garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]
 
 
 Yet LyX presents the font as installed (i.e. there is no '(not
 installed)' tag), as attached.

Does it really attempt to load garamondx, or rather
\renewcommand{\rmdefault}{ugm}

This is the fallback garamond font.

 It looks to me like a font detection bug in LyX...

Yes, maybe.

Jürgen




Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Julio Rojas
Hi,

I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
the problem using your Vinh's file. See the attachements. While Palatino
and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
am pretty sure Garamond is installed, as I have recently reinstalled this
computer.

Comments?

Regards,

-
Julio Rojas
jcredbe...@gmail.com

On Wed, Feb 18, 2015 at 6:08 PM, Vinh Le Ngoc <vlen...@gmail.com> wrote:

> Hi,
> I selected URW Garamond which shows up as installed.
>
> Attached is an example.
>
> Regards,
> Vinh
>
> -Original Message-
> From: Liviu Andronic [mailto:landronim...@gmail.com]
> Sent: 18 February 2015 13:31
> To: Vinh Le Ngoc
> Cc: lyx-users
> Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04
>
> On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc <vlen...@gmail.com> wrote:
> > Hi,
> >
> > I installed LyX 2.1.3 via the PPA last night and I'm having a problem
> > where previews and exports do not use the font selected in document
> > settings; rather, it always uses nasty bitmapped Computer Modern.
> >
> What fonts exactly do you select, and can you send a minimal example
> exhibiting your issue.
>
> Regards,
> Liviu
>
>
> > I've tried different combinations of fonts and even tried reinstalling
> > LyX to no avail.
> >
> > Thanks,
> > Vinh
> >
>
>
>
> --
> Do you think you know what math is?
> http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
> Or what it means to be intelligent?
> http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
> Think again:
> http://www.ideasroadshow.com/library
>


test_computer_modern.pdf
Description: Adobe PDF document


test_times_roman.pdf
Description: Adobe PDF document


test_palatino.pdf
Description: Adobe PDF document


test_garamond.pdf
Description: Adobe PDF document


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
> I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
> the problem using your Vinh's file. See the attachements. While Palatino
> and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
> am pretty sure Garamond is installed, as I have recently reinstalled this
> computer.
> 
> Comments?

Works here.

Are you sure the garamondx package _and_ all necessary fonts are really 
installed? Since these fonts are non-free, they are not included in TeXLive, 
but must be manually downloaded via the getnonfreefonts script (which is part 
of TeXLive). See http://tug.org/fonts/getnonfreefonts/

HTH
Jürgen


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Liviu Andronic
On Sun, Feb 22, 2015 at 6:29 PM, Jürgen Spitzmüller  wrote:
> Am Sonntag 22 Februar 2015, 13:13:21 schrieb Julio Rojas:
>> I have Ubuntu 14.04 and Lyx 2.1.3 installed from the PPA and I can confirm
>> the problem using your Vinh's file. See the attachements. While Palatino
>> and Times Roman work perfectly, Garamond is rendered as Computer Modern. I
>> am pretty sure Garamond is installed, as I have recently reinstalled this
>> computer.
>>
>> Comments?
>
> Works here.
>
> Are you sure the garamondx package _and_ all necessary fonts are really
> installed?
>
But that's kind of the point. The package garamondx is NOT installed,
and the non-free fonts are NOT installed:
geek@liv-inspiron:~$ getnonfreefonts -l
[...]
garamond GaramondNo8 (URW) [not installed]
garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]


Yet LyX presents the font as installed (i.e. there is no '(not
installed)' tag), as attached.

It looks to me like a font detection bug in LyX...

Regards,
Liviu


> Since these fonts are non-free, they are not included in TeXLive,
> but must be manually downloaded via the getnonfreefonts script (which is part
> of TeXLive). See http://tug.org/fonts/getnonfreefonts/
>
> HTH
> Jürgen



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-22 Thread Jürgen Spitzmüller
Liviu Andronic wrote:
> But that's kind of the point. The package garamondx is NOT installed,
> and the non-free fonts are NOT installed:
> geek@liv-inspiron:~$ getnonfreefonts -l
> [...]
> garamond GaramondNo8 (URW) [not installed]
> garamondx GaramondNo8 Expert (Michael Sharpe) [not installed]
> 
> 
> Yet LyX presents the font as installed (i.e. there is no '(not
> installed)' tag), as attached.

Does it really attempt to load garamondx, or rather
\renewcommand{\rmdefault}{ugm}

This is the fallback garamond font.

> It looks to me like a font detection bug in LyX...

Yes, maybe.

Jürgen




RE: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Vinh Le Ngoc
Hi,
I selected URW Garamond which shows up as installed.

Attached is an example.

Regards,
Vinh

-Original Message-
From: Liviu Andronic [mailto:landronim...@gmail.com] 
Sent: 18 February 2015 13:31
To: Vinh Le Ngoc
Cc: lyx-users
Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
 Hi,

 I installed LyX 2.1.3 via the PPA last night and I'm having a problem 
 where previews and exports do not use the font selected in document 
 settings; rather, it always uses nasty bitmapped Computer Modern.

What fonts exactly do you select, and can you send a minimal example exhibiting 
your issue.

Regards,
Liviu


 I've tried different combinations of fonts and even tried reinstalling 
 LyX to no avail.

 Thanks,
 Vinh




--
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


test.lyx
Description: Binary data


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Liviu Andronic
On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
 Hi,

 I installed LyX 2.1.3 via the PPA last night and I'm having a problem where
 previews and exports do not use the font selected in document settings;
 rather, it always uses nasty bitmapped Computer Modern.

What fonts exactly do you select, and can you send a minimal example
exhibiting your issue.

Regards,
Liviu


 I've tried different combinations of fonts and even tried reinstalling LyX
 to no avail.

 Thanks,
 Vinh




-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Liviu Andronic
On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
 Hi,

 I installed LyX 2.1.3 via the PPA last night and I'm having a problem where
 previews and exports do not use the font selected in document settings;
 rather, it always uses nasty bitmapped Computer Modern.

What fonts exactly do you select, and can you send a minimal example
exhibiting your issue.

Regards,
Liviu


 I've tried different combinations of fonts and even tried reinstalling LyX
 to no avail.

 Thanks,
 Vinh




-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


RE: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Vinh Le Ngoc
Hi,
I selected URW Garamond which shows up as installed.

Attached is an example.

Regards,
Vinh

-Original Message-
From: Liviu Andronic [mailto:landronim...@gmail.com] 
Sent: 18 February 2015 13:31
To: Vinh Le Ngoc
Cc: lyx-users
Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc vlen...@gmail.com wrote:
 Hi,

 I installed LyX 2.1.3 via the PPA last night and I'm having a problem 
 where previews and exports do not use the font selected in document 
 settings; rather, it always uses nasty bitmapped Computer Modern.

What fonts exactly do you select, and can you send a minimal example exhibiting 
your issue.

Regards,
Liviu


 I've tried different combinations of fonts and even tried reinstalling 
 LyX to no avail.

 Thanks,
 Vinh




--
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


test.lyx
Description: Binary data


Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Liviu Andronic
On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc  wrote:
> Hi,
>
> I installed LyX 2.1.3 via the PPA last night and I'm having a problem where
> previews and exports do not use the font selected in document settings;
> rather, it always uses nasty bitmapped Computer Modern.
>
What fonts exactly do you select, and can you send a minimal example
exhibiting your issue.

Regards,
Liviu


> I've tried different combinations of fonts and even tried reinstalling LyX
> to no avail.
>
> Thanks,
> Vinh
>



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


RE: Font problem with LyX 2.1.3 on Ubuntu 14.04

2015-02-18 Thread Vinh Le Ngoc
Hi,
I selected URW Garamond which shows up as installed.

Attached is an example.

Regards,
Vinh

-Original Message-
From: Liviu Andronic [mailto:landronim...@gmail.com] 
Sent: 18 February 2015 13:31
To: Vinh Le Ngoc
Cc: lyx-users
Subject: Re: Font problem with LyX 2.1.3 on Ubuntu 14.04

On Wed, Feb 18, 2015 at 12:37 PM, Vinh Le Ngoc <vlen...@gmail.com> wrote:
> Hi,
>
> I installed LyX 2.1.3 via the PPA last night and I'm having a problem 
> where previews and exports do not use the font selected in document 
> settings; rather, it always uses nasty bitmapped Computer Modern.
>
What fonts exactly do you select, and can you send a minimal example exhibiting 
your issue.

Regards,
Liviu


> I've tried different combinations of fonts and even tried reinstalling 
> LyX to no avail.
>
> Thanks,
> Vinh
>



--
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


test.lyx
Description: Binary data


Re: Font problem in MikTeX 2.9

2013-08-06 Thread Julio Rojas
Thanks Paul. I tried both to update formats and install packages with no
good results. I was kind of in a rush, so I reinstalled MikTeX and it
worked.

I have been having many problems with MikTeX 2.9... I am kind of fed up...

Regards.

-
Julio Rojas
jcredbe...@gmail.com


On Mon, Aug 5, 2013 at 7:29 PM, Paul Rubin ru...@msu.edu wrote:

 Two things come to mind. First, open a DOS window and run the command

 kpsewhich ecsi.mf

 It should tell you where the ecsi font source code is installed (probably
 in
 the jknappen package). If you get a blank line as the response, you need to
 install a package containing the font.

 If the font is installed, try opening the MiKTeX settings application and
 clicking the update formats button. I vaguely recall one or two occasions
 where installation or update of packages through the package manager
 somehow
 bollixed the formats, leading to font errors (on installed fonts); updating
 formats seemed to fix it.

 Paul





Re: Font problem in MikTeX 2.9

2013-08-06 Thread Julio Rojas
Thanks Paul. I tried both to update formats and install packages with no
good results. I was kind of in a rush, so I reinstalled MikTeX and it
worked.

I have been having many problems with MikTeX 2.9... I am kind of fed up...

Regards.

-
Julio Rojas
jcredbe...@gmail.com


On Mon, Aug 5, 2013 at 7:29 PM, Paul Rubin ru...@msu.edu wrote:

 Two things come to mind. First, open a DOS window and run the command

 kpsewhich ecsi.mf

 It should tell you where the ecsi font source code is installed (probably
 in
 the jknappen package). If you get a blank line as the response, you need to
 install a package containing the font.

 If the font is installed, try opening the MiKTeX settings application and
 clicking the update formats button. I vaguely recall one or two occasions
 where installation or update of packages through the package manager
 somehow
 bollixed the formats, leading to font errors (on installed fonts); updating
 formats seemed to fix it.

 Paul





Re: Font problem in MikTeX 2.9

2013-08-06 Thread Julio Rojas
Thanks Paul. I tried both to "update formats" and install packages with no
good results. I was kind of in a rush, so I reinstalled MikTeX and it
worked.

I have been having many problems with MikTeX 2.9... I am kind of fed up...

Regards.

-
Julio Rojas
jcredbe...@gmail.com


On Mon, Aug 5, 2013 at 7:29 PM, Paul Rubin  wrote:

> Two things come to mind. First, open a DOS window and run the command
>
> kpsewhich ecsi.mf
>
> It should tell you where the ecsi font source code is installed (probably
> in
> the jknappen package). If you get a blank line as the response, you need to
> install a package containing the font.
>
> If the font is installed, try opening the MiKTeX settings application and
> clicking the "update formats" button. I vaguely recall one or two occasions
> where installation or update of packages through the package manager
> somehow
> bollixed the formats, leading to font errors (on installed fonts); updating
> formats seemed to fix it.
>
> Paul
>
>
>


Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the update formats button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the update formats button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the "update formats" button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-27 Thread Guenter Milde
On 2011-06-26, ölm wrote:
 same problem with lyx 2.0.0 under ubuntu 11.04 64bit
 but THE SAME document is working under WinXP32bitSP3

The Greek fonts are missing. With Debian or Ubuntu, install the package
texlive-lang-greek.

 only the (pre)view using xetex is working without error, but all greek
 letters and italic are then missing.

With XeTeX, you do not get errors if the font misses some glyphs. It
is up to you to spot this in the document and to change to some more
complet font (e.g. the DejaVu).

 under windows everything is working (except correct linebreaks at
 inline-formulas at description style. but thats another story.
 regards,

It looks like there is a more complete TeX installation on this
machine, or MikTeX's auto-installer fetched the missing packages.

Günter



Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-27 Thread Guenter Milde
On 2011-06-26, ölm wrote:
 same problem with lyx 2.0.0 under ubuntu 11.04 64bit
 but THE SAME document is working under WinXP32bitSP3

The Greek fonts are missing. With Debian or Ubuntu, install the package
texlive-lang-greek.

 only the (pre)view using xetex is working without error, but all greek
 letters and italic are then missing.

With XeTeX, you do not get errors if the font misses some glyphs. It
is up to you to spot this in the document and to change to some more
complet font (e.g. the DejaVu).

 under windows everything is working (except correct linebreaks at
 inline-formulas at description style. but thats another story.
 regards,

It looks like there is a more complete TeX installation on this
machine, or MikTeX's auto-installer fetched the missing packages.

Günter



Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-27 Thread Guenter Milde
On 2011-06-26, ölm wrote:
> same problem with lyx 2.0.0 under ubuntu 11.04 64bit
> but THE SAME document is working under WinXP32bitSP3

The Greek fonts are missing. With Debian or Ubuntu, install the package
texlive-lang-greek.

> only the (pre)view using xetex is working without error, but all greek
> letters and italic are then missing.

With XeTeX, you do not get errors if the font misses some glyphs. It
is up to you to spot this in the document and to change to some more
complet font (e.g. the DejaVu).

> under windows everything is working (except correct linebreaks at
> inline-formulas at "description" style. but thats another story.
> regards,

It looks like there is a more complete TeX installation on this
machine, or MikTeX's auto-installer fetched the missing packages.

Günter



Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-26 Thread ölm
same problem with lyx 2.0.0 under ubuntu 11.04 64bit
but THE SAME document is working under WinXP32bitSP3

only the (pre)view using xetex is working without error, but all greek
letters and italic are then missing.
under windows everything is working (except correct linebreaks at
inline-formulas at description style. but thats another story.
regards,
- elmar  -


--
View this message in context: 
http://lyx.475766.n2.nabble.com/Font-Problem-with-Lyx-Metric-TFM-file-not-found-tp1675343p6518091.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-26 Thread ölm
same problem with lyx 2.0.0 under ubuntu 11.04 64bit
but THE SAME document is working under WinXP32bitSP3

only the (pre)view using xetex is working without error, but all greek
letters and italic are then missing.
under windows everything is working (except correct linebreaks at
inline-formulas at description style. but thats another story.
regards,
- elmar  -


--
View this message in context: 
http://lyx.475766.n2.nabble.com/Font-Problem-with-Lyx-Metric-TFM-file-not-found-tp1675343p6518091.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Font Problem with Lyx - Metric (TFM) file not found

2011-06-26 Thread ölm
same problem with lyx 2.0.0 under ubuntu 11.04 64bit
but THE SAME document is working under WinXP32bitSP3

only the (pre)view using xetex is working without error, but all greek
letters and italic are then missing.
under windows everything is working (except correct linebreaks at
inline-formulas at "description" style. but thats another story.
regards,
- elmar  -


--
View this message in context: 
http://lyx.475766.n2.nabble.com/Font-Problem-with-Lyx-Metric-TFM-file-not-found-tp1675343p6518091.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-24 Thread sara_me

i forgot to say that i'm using WinXP

please help...
-- 
View this message in context: 
http://n2.nabble.com/Font-Problem-with-Lyx---Metric-%28TFM%29-file-not-found-tp1675343p1776280.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-24 Thread sara_me

i forgot to say that i'm using WinXP

please help...
-- 
View this message in context: 
http://n2.nabble.com/Font-Problem-with-Lyx---Metric-%28TFM%29-file-not-found-tp1675343p1776280.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-24 Thread sara_me

i forgot to say that i'm using WinXP

please help...
-- 
View this message in context: 
http://n2.nabble.com/Font-Problem-with-Lyx---Metric-%28TFM%29-file-not-found-tp1675343p1776280.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-19 Thread Guenter Milde
On 2008-12-18, sara_me wrote:

 i installed  Lyx 1.6.0 and MikTex and under the Packeges tab i installed
 (all) the Fonts

 but under Lyx i get this error:
 Font LGR/ptm/m/n/10=grtm10 at 10.0pt not loadable: Metric (TFM) file not
 found
...

 Description:
  ...ackets. Using $\lyxmathsym{\textgreek{h}}
  $

From the error message, I assume that you

* changed the Fonts from Default to Times (or similar)

* used some Greek letter (most probably as Unicode char in a math formula)


However, the Times font that comes with TeX does not include Greek letters
(for text, at least).

You can 

* switch to a different Font (e.g. Latin Modern (untestes)), or

* use e.g. \eta instead of the Unicode Char η for eta in math.
  
  Generally, in math, you should not use InsertSpecial CharSymbols
  (which inserts text symbols) but the Symbol tables from the math
  toolbar or the equivalent latex macros or keybindings.

Günter



Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-19 Thread Guenter Milde
On 2008-12-18, sara_me wrote:

 i installed  Lyx 1.6.0 and MikTex and under the Packeges tab i installed
 (all) the Fonts

 but under Lyx i get this error:
 Font LGR/ptm/m/n/10=grtm10 at 10.0pt not loadable: Metric (TFM) file not
 found
...

 Description:
  ...ackets. Using $\lyxmathsym{\textgreek{h}}
  $

From the error message, I assume that you

* changed the Fonts from Default to Times (or similar)

* used some Greek letter (most probably as Unicode char in a math formula)


However, the Times font that comes with TeX does not include Greek letters
(for text, at least).

You can 

* switch to a different Font (e.g. Latin Modern (untestes)), or

* use e.g. \eta instead of the Unicode Char η for eta in math.
  
  Generally, in math, you should not use InsertSpecial CharSymbols
  (which inserts text symbols) but the Symbol tables from the math
  toolbar or the equivalent latex macros or keybindings.

Günter



Re: Font Problem with Lyx - Metric (TFM) file not found

2008-12-19 Thread Guenter Milde
On 2008-12-18, sara_me wrote:

> i installed  Lyx 1.6.0 and MikTex and under the Packeges tab i installed
> (all) the Fonts

> but under Lyx i get this error:
> Font LGR/ptm/m/n/10=grtm10 at 10.0pt not loadable: Metric (TFM) file not
> found
...

> Description:
>  ...ackets. Using $\lyxmathsym{\textgreek{h}}
>  $

>From the error message, I assume that you

* changed the Fonts from Default to Times (or similar)

* used some Greek letter (most probably as Unicode char in a math formula)


However, the Times font that comes with TeX does not include Greek letters
(for text, at least).

You can 

* switch to a different Font (e.g. Latin Modern (untestes)), or

* use e.g. \eta instead of the Unicode Char η for eta in math.
  
  Generally, in math, you should not use Insert>Special Char>Symbols
  (which inserts text symbols) but the Symbol tables from the math
  toolbar or the equivalent latex macros or keybindings.

Günter



Re: Font problem with LyX-Mac

2004-08-26 Thread Bennett Helm
On Jul 21, 2004, at 8:55 AM, Stephen Buonopane wrote:
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview 
took effect. That problem disappeared at some LyX Aqua upgrade, but I 
don't remember which one.

I've managed to fix the problem I had with display fonts and LyX-Mac.
I have the CM-Super fonts installed via Gerben Wierda's i-Installer. I 
used i-Installer to reconfigure these fonts. Then quitting and 
restarting LyX results in symbols being displayed properly within Math 
environments.

Now that my fonts are working properly again, I can't test further. But 
all the i-Installer configure script seems to do is run updmap (as 
root). Try running that (without i-Installer) to see if that works.

Bennett


Re: Font problem with LyX-Mac

2004-08-26 Thread Bennett Helm
On Jul 21, 2004, at 8:55 AM, Stephen Buonopane wrote:
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview 
took effect. That problem disappeared at some LyX Aqua upgrade, but I 
don't remember which one.

I've managed to fix the problem I had with display fonts and LyX-Mac.
I have the CM-Super fonts installed via Gerben Wierda's i-Installer. I 
used i-Installer to reconfigure these fonts. Then quitting and 
restarting LyX results in symbols being displayed properly within Math 
environments.

Now that my fonts are working properly again, I can't test further. But 
all the i-Installer configure script seems to do is run updmap (as 
root). Try running that (without i-Installer) to see if that works.

Bennett


Re: Font problem with LyX-Mac

2004-08-26 Thread Bennett Helm
On Jul 21, 2004, at 8:55 AM, Stephen Buonopane wrote:
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview 
took effect. That problem disappeared at some LyX Aqua upgrade, but I 
don't remember which one.

I've managed to fix the problem I had with display fonts and LyX-Mac.
I have the CM-Super fonts installed via Gerben Wierda's i-Installer. I 
used i-Installer to reconfigure these fonts. Then quitting and 
restarting LyX results in symbols being displayed properly within Math 
environments.

Now that my fonts are working properly again, I can't test further. But 
all the i-Installer configure script seems to do is run updmap (as 
root). Try running that (without i-Installer) to see if that works.

Bennett


Re: Font problem

2004-07-21 Thread Stephen Buonopane
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview took 
effect. That problem disappeared at some LyX Aqua upgrade, but I don't 
remember which one.

Steve


Re: Font problem

2004-07-21 Thread Stephen Buonopane
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview took 
effect. That problem disappeared at some LyX Aqua upgrade, but I don't 
remember which one.

Steve


Re: Font problem

2004-07-21 Thread Stephen Buonopane
On Jul 21, 2004, at 12:06 AM, Jan Peters wrote:
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 
10.3.
I get the same output in the console and I also have both .tfm and 
.pfb
fonts installed.
Must be something else?
Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan
I have LyX Aqua 1.3.4, installed from Ronald Florence's binary.
I'd be glad to check any other details of my installation, just let me 
know.
I previously had trouble with \ge (greater than or equal to) or maybe 
it was \le. It showed up as a center dot until the instant preview took 
effect. That problem disappeared at some LyX Aqua upgrade, but I don't 
remember which one.

Steve


Re: Font problem

2004-07-20 Thread Uwe Stöhr
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
You need to install the LaTeX XFT-fonts.
regards Uwe


Re: Font problem

2004-07-20 Thread Bennett Helm
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for some 
reason these fonts are not being recognized. When I reconfigure LyX, I 
get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett


Re: Font problem

2004-07-20 Thread Stephen Buonopane
On Jul 20, 2004, at 9:13 AM, Bennett Helm wrote:
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - 
after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for 
some reason these fonts are not being recognized. When I reconfigure 
LyX, I get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
I get the same output in the console and I also have both .tfm and .pfb 
fonts installed.
Must be something else?

Steve


Re: Font problem

2004-07-20 Thread Angus Leeming
Stephen Buonopane wrote:
 In my teTeX installation, I have duplicate versions of all these fonts
 as .tfm and .pfb files; that's causing the conflict, right?

 How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?

 Bennett

 
 I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
 I get the same output in the console and I also have both .tfm and .pfb
 fonts installed.
 Must be something else?

tfm: TeX font metric file. TeX reads .tfm files to find out how big letters
are. (TeX doesn't actually know anything about fonts.) Some other program,
like a driver, reads PK, Type1, TrueType etc to actually render the
letters.

You might find this useful for general info: http://tinyurl.com/4hl6g

pfb: Typically, a UNIX Type1 font is distributed as an afm (adobe font
metric) file, and an outline file, which is usually a pfb (printer font
binary) or pfa (printer font ascii) file. The outline file contains all
the glyphs, while the metric file contains the metrics. On Win32 afm files
are often replaced by pfm files.

A general description of all the different font files on your machine and
how to go about configuring 'em: http://tinyurl.com/43vrv

I don't suppose that either link will nail down your problem, but I've
found both to be generally useful.

-- 
Angus



Re: Font problem

2004-07-20 Thread Jan Peters
 You need to install the LaTeX XFT-fonts.

No they are installed...
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
  My problem is actually a problem with the on-screen fonts only - after
  compiling it looks nice; already in the instant-preview!
 
  Only on screen it will always replace my greek characters - and
  changing the screen fonts does not help!
 
 You need to install the LaTeX XFT-fonts.


Also for the Aqua version? This makes complete sense
for the X11 version but not the Aqua version!


Re: Font problem

2004-07-20 Thread Jan Peters
  I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
 I get the same output in the console and I also have both .tfm and .pfb
 fonts installed.
 Must be something else?

Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
Hi Bennet!

I am not sure what is causing the problem. Installed LyX for
a completely new user and it did not help - same problem.
Interestingly, tough it happens ONLY for selected characters.
It is like if it was just missing exactly one or two fonts but not
more. I am quite confused here as not even hacking
around like e.g., replace the xfonts dir by a backupped one etc helps...

I heard you took over from Ron for version 1.4.0, is that right?
I would love to be a LyX tester for you whenever you need people to
test the new version upon!!

-Jan

On Tue, 20 Jul 2004 09:13:14 -0400, Bennett Helm [EMAIL PROTECTED] wrote:
 
 
 On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
 
  Jan Peters wrote:
 
  My problem is actually a problem with the on-screen fonts only - after
  compiling it looks nice; already in the instant-preview!
  Only on screen it will always replace my greek characters - and
  changing the screen fonts does not help!
 
 I'm getting the same problem here.
 
  You need to install the LaTeX XFT-fonts.
 
 Things are actually a bit more complicated than this. LaTeX XFT-fonts
 are installed by default in LyX/Mac in the LyX/Mac bundle, but for some
 reason these fonts are not being recognized. When I reconfigure LyX, I
 get the following output in console:
 
 checking for TeX fonts
 +checking for cmex10... yes (pfb)
 +checking for cmmi10... yes (pfb)
 +checking for cmr10... yes (pfb)
 +checking for cmsy10... yes (pfb)
 +checking for eufm10... yes (pfb)
 +checking for msam10... yes (pfb)
 +checking for msbm10... yes (pfb)
 +checking for wasy10... yes (pfb)
 removing xfonts/fonts.dir, which is identical to the system global
 version
 removing font links
 
 In my teTeX installation, I have duplicate versions of all these fonts
 as .tfm and .pfb files; that's causing the conflict, right?
 
 How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
 
 Bennett



Re: Font problem

2004-07-20 Thread Jan Peters
Can really nobody help me getting that problem away
easily? It cannot be something sooo special!

-Jan


Re: Font problem

2004-07-20 Thread Uwe Stöhr
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
You need to install the LaTeX XFT-fonts.
regards Uwe


Re: Font problem

2004-07-20 Thread Bennett Helm
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for some 
reason these fonts are not being recognized. When I reconfigure LyX, I 
get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett


Re: Font problem

2004-07-20 Thread Stephen Buonopane
On Jul 20, 2004, at 9:13 AM, Bennett Helm wrote:
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - 
after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for 
some reason these fonts are not being recognized. When I reconfigure 
LyX, I get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
I get the same output in the console and I also have both .tfm and .pfb 
fonts installed.
Must be something else?

Steve


Re: Font problem

2004-07-20 Thread Angus Leeming
Stephen Buonopane wrote:
 In my teTeX installation, I have duplicate versions of all these fonts
 as .tfm and .pfb files; that's causing the conflict, right?

 How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?

 Bennett

 
 I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
 I get the same output in the console and I also have both .tfm and .pfb
 fonts installed.
 Must be something else?

tfm: TeX font metric file. TeX reads .tfm files to find out how big letters
are. (TeX doesn't actually know anything about fonts.) Some other program,
like a driver, reads PK, Type1, TrueType etc to actually render the
letters.

You might find this useful for general info: http://tinyurl.com/4hl6g

pfb: Typically, a UNIX Type1 font is distributed as an afm (adobe font
metric) file, and an outline file, which is usually a pfb (printer font
binary) or pfa (printer font ascii) file. The outline file contains all
the glyphs, while the metric file contains the metrics. On Win32 afm files
are often replaced by pfm files.

A general description of all the different font files on your machine and
how to go about configuring 'em: http://tinyurl.com/43vrv

I don't suppose that either link will nail down your problem, but I've
found both to be generally useful.

-- 
Angus



Re: Font problem

2004-07-20 Thread Jan Peters
 You need to install the LaTeX XFT-fonts.

No they are installed...
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
  My problem is actually a problem with the on-screen fonts only - after
  compiling it looks nice; already in the instant-preview!
 
  Only on screen it will always replace my greek characters - and
  changing the screen fonts does not help!
 
 You need to install the LaTeX XFT-fonts.


Also for the Aqua version? This makes complete sense
for the X11 version but not the Aqua version!


Re: Font problem

2004-07-20 Thread Jan Peters
  I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
 I get the same output in the console and I also have both .tfm and .pfb
 fonts installed.
 Must be something else?

Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
Hi Bennet!

I am not sure what is causing the problem. Installed LyX for
a completely new user and it did not help - same problem.
Interestingly, tough it happens ONLY for selected characters.
It is like if it was just missing exactly one or two fonts but not
more. I am quite confused here as not even hacking
around like e.g., replace the xfonts dir by a backupped one etc helps...

I heard you took over from Ron for version 1.4.0, is that right?
I would love to be a LyX tester for you whenever you need people to
test the new version upon!!

-Jan

On Tue, 20 Jul 2004 09:13:14 -0400, Bennett Helm [EMAIL PROTECTED] wrote:
 
 
 On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
 
  Jan Peters wrote:
 
  My problem is actually a problem with the on-screen fonts only - after
  compiling it looks nice; already in the instant-preview!
  Only on screen it will always replace my greek characters - and
  changing the screen fonts does not help!
 
 I'm getting the same problem here.
 
  You need to install the LaTeX XFT-fonts.
 
 Things are actually a bit more complicated than this. LaTeX XFT-fonts
 are installed by default in LyX/Mac in the LyX/Mac bundle, but for some
 reason these fonts are not being recognized. When I reconfigure LyX, I
 get the following output in console:
 
 checking for TeX fonts
 +checking for cmex10... yes (pfb)
 +checking for cmmi10... yes (pfb)
 +checking for cmr10... yes (pfb)
 +checking for cmsy10... yes (pfb)
 +checking for eufm10... yes (pfb)
 +checking for msam10... yes (pfb)
 +checking for msbm10... yes (pfb)
 +checking for wasy10... yes (pfb)
 removing xfonts/fonts.dir, which is identical to the system global
 version
 removing font links
 
 In my teTeX installation, I have duplicate versions of all these fonts
 as .tfm and .pfb files; that's causing the conflict, right?
 
 How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
 
 Bennett



Re: Font problem

2004-07-20 Thread Jan Peters
Can really nobody help me getting that problem away
easily? It cannot be something sooo special!

-Jan


Re: Font problem

2004-07-20 Thread Uwe Stöhr
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
You need to install the LaTeX XFT-fonts.
regards Uwe


Re: Font problem

2004-07-20 Thread Bennett Helm
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for some 
reason these fonts are not being recognized. When I reconfigure LyX, I 
get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett


Re: Font problem

2004-07-20 Thread Stephen Buonopane
On Jul 20, 2004, at 9:13 AM, Bennett Helm wrote:
On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
Jan Peters wrote:
My problem is actually a problem with the on-screen fonts only - 
after
compiling it looks nice; already in the instant-preview!
Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
I'm getting the same problem here.
You need to install the LaTeX XFT-fonts.
Things are actually a bit more complicated than this. LaTeX XFT-fonts 
are installed by default in LyX/Mac in the LyX/Mac bundle, but for 
some reason these fonts are not being recognized. When I reconfigure 
LyX, I get the following output in console:

checking for TeX fonts
+checking for cmex10... yes (pfb)
+checking for cmmi10... yes (pfb)
+checking for cmr10... yes (pfb)
+checking for cmsy10... yes (pfb)
+checking for eufm10... yes (pfb)
+checking for msam10... yes (pfb)
+checking for msbm10... yes (pfb)
+checking for wasy10... yes (pfb)
removing xfonts/fonts.dir, which is identical to the system global 
version
removing font links

In my teTeX installation, I have duplicate versions of all these fonts 
as .tfm and .pfb files; that's causing the conflict, right?

How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
Bennett
I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
I get the same output in the console and I also have both .tfm and .pfb 
fonts installed.
Must be something else?

Steve


Re: Font problem

2004-07-20 Thread Angus Leeming
Stephen Buonopane wrote:
>> In my teTeX installation, I have duplicate versions of all these fonts
>> as .tfm and .pfb files; that's causing the conflict, right?
>>
>> How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
>>
>> Bennett
>>
> 
> I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
> I get the same output in the console and I also have both .tfm and .pfb
> fonts installed.
> Must be something else?

tfm: TeX font metric file. TeX reads .tfm files to find out how big letters
are. (TeX doesn't actually know anything about fonts.) Some other program,
like a driver, reads PK, Type1, TrueType etc to actually render the
letters.

You might find this useful for general info: http://tinyurl.com/4hl6g

pfb: Typically, a UNIX Type1 font is distributed as an afm (adobe font
metric) file, and an outline file, which is usually a pfb (printer font
binary) or pfa (printer font ascii) file. The outline file contains all
the glyphs, while the metric file contains the metrics. On Win32 afm files
are often replaced by pfm files.

A general description of all the different font files on your machine and
how to go about configuring 'em: http://tinyurl.com/43vrv

I don't suppose that either link will nail down your problem, but I've
found both to be generally useful.

-- 
Angus



Re: Font problem

2004-07-20 Thread Jan Peters
> You need to install the LaTeX XFT-fonts.

No they are installed...
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
> > My problem is actually a problem with the on-screen fonts only - after
> > compiling it looks nice; already in the instant-preview!
> >
> > Only on screen it will always replace my greek characters - and
> > changing the screen fonts does not help!
> 
> You need to install the LaTeX XFT-fonts.


Also for the Aqua version? This makes complete sense
for the X11 version but not the Aqua version!


Re: Font problem

2004-07-20 Thread Jan Peters
 > I have had no such problems with my Lyx/Mac. On both OS X 10.2 and 10.3.
> I get the same output in the console and I also have both .tfm and .pfb
> fonts installed.
> Must be something else?

Steve,
which version of Lyx do you have 1.3.4 or 1.3.3?
I believe, it happens only for LyX Aqua 1.3.4
-Jan


Re: Font problem

2004-07-20 Thread Jan Peters
Hi Bennet!

I am not sure what is causing the problem. Installed LyX for
a completely new user and it did not help - same problem.
Interestingly, tough it happens ONLY for selected characters.
It is like if it was just missing exactly one or two fonts but not
more. I am quite confused here as not even hacking
around like e.g., replace the xfonts dir by a backupped one etc helps...

I heard you took over from Ron for version 1.4.0, is that right?
I would love to be a LyX tester for you whenever you need people to
test the new version upon!!

-Jan

On Tue, 20 Jul 2004 09:13:14 -0400, Bennett Helm <[EMAIL PROTECTED]> wrote:
> 
> 
> On Jul 20, 2004, at 5:54 AM, Uwe Stöhr wrote:
> 
> > Jan Peters wrote:
> >
> >> My problem is actually a problem with the on-screen fonts only - after
> >> compiling it looks nice; already in the instant-preview!
> >> Only on screen it will always replace my greek characters - and
> >> changing the screen fonts does not help!
> 
> I'm getting the same problem here.
> 
> > You need to install the LaTeX XFT-fonts.
> 
> Things are actually a bit more complicated than this. LaTeX XFT-fonts
> are installed by default in LyX/Mac in the LyX/Mac bundle, but for some
> reason these fonts are not being recognized. When I reconfigure LyX, I
> get the following output in console:
> 
> checking for TeX fonts
> +checking for cmex10... yes (pfb)
> +checking for cmmi10... yes (pfb)
> +checking for cmr10... yes (pfb)
> +checking for cmsy10... yes (pfb)
> +checking for eufm10... yes (pfb)
> +checking for msam10... yes (pfb)
> +checking for msbm10... yes (pfb)
> +checking for wasy10... yes (pfb)
> removing xfonts/fonts.dir, which is identical to the system global
> version
> removing font links
> 
> In my teTeX installation, I have duplicate versions of all these fonts
> as .tfm and .pfb files; that's causing the conflict, right?
> 
> How can we get LyX to recognize the .ttf fonts in the LyX.app bundle?
> 
> Bennett
>


Re: Font problem

2004-07-20 Thread Jan Peters
Can really nobody help me getting that problem away
easily? It cannot be something sooo special!

-Jan


Re: Font problem

2004-07-19 Thread Rich Shepard
On Mon, 19 Jul 2004, Jan Peters wrote:

 I have a bizarre font problem (actually the same I had a couple of months
 ago; I got rid of it by reinstalling everything including the OS, but I do not
 want to do that again). Both on the LyX running on Aqua and on
 X-Windows it replaces

 \sigma   by   1/4(as a character)
 \theta by   \mue (as a character)
 \alphaby   (R)as a character

 etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .

 Does anybody know how to fix that?

Jan,

  I'm not sure that I understand your problem. If you are seeing a character
different from what you expect to see then the problem is one of the font
encoding. Your document might specify that all fonts are encoded OT1 when
they're actually T1. That will put different glyphs at certain positions in
the font glyph table and result in what I think you write that you see.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Font problem

2004-07-19 Thread Jan Peters
Rich,

I believe your comment refers to the Latex fonts, right?
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!

Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
Where are the maths fonts selected? 

-Jan

On Mon, 19 Jul 2004 18:07:04 -0700 (PDT), Rich Shepard
[EMAIL PROTECTED] wrote:
 
 
 On Mon, 19 Jul 2004, Jan Peters wrote:
 
  I have a bizarre font problem (actually the same I had a couple of months
  ago; I got rid of it by reinstalling everything including the OS, but I do not
  want to do that again). Both on the LyX running on Aqua and on
  X-Windows it replaces
 
  \sigma   by   1/4(as a character)
  \theta by   \mue (as a character)
  \alphaby   (R)as a character
 
  etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .
 
  Does anybody know how to fix that?
 
 Jan,
 
   I'm not sure that I understand your problem. If you are seeing a character
 different from what you expect to see then the problem is one of the font
 encoding. Your document might specify that all fonts are encoded OT1 when
 they're actually T1. That will put different glyphs at certain positions in
 the font glyph table and result in what I think you write that you see.
 
 HTH,
 
 Rich
 
 --
 Dr. Richard B. Shepard, President
 Applied Ecosystem Services, Inc. (TM)
 http://www.appl-ecosys.com



Re: Font problem

2004-07-19 Thread Rich Shepard
On Mon, 19 Jul 2004, Jan Peters wrote:

 I have a bizarre font problem (actually the same I had a couple of months
 ago; I got rid of it by reinstalling everything including the OS, but I do not
 want to do that again). Both on the LyX running on Aqua and on
 X-Windows it replaces

 \sigma   by   1/4(as a character)
 \theta by   \mue (as a character)
 \alphaby   (R)as a character

 etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .

 Does anybody know how to fix that?

Jan,

  I'm not sure that I understand your problem. If you are seeing a character
different from what you expect to see then the problem is one of the font
encoding. Your document might specify that all fonts are encoded OT1 when
they're actually T1. That will put different glyphs at certain positions in
the font glyph table and result in what I think you write that you see.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Font problem

2004-07-19 Thread Jan Peters
Rich,

I believe your comment refers to the Latex fonts, right?
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!

Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
Where are the maths fonts selected? 

-Jan

On Mon, 19 Jul 2004 18:07:04 -0700 (PDT), Rich Shepard
[EMAIL PROTECTED] wrote:
 
 
 On Mon, 19 Jul 2004, Jan Peters wrote:
 
  I have a bizarre font problem (actually the same I had a couple of months
  ago; I got rid of it by reinstalling everything including the OS, but I do not
  want to do that again). Both on the LyX running on Aqua and on
  X-Windows it replaces
 
  \sigma   by   1/4(as a character)
  \theta by   \mue (as a character)
  \alphaby   (R)as a character
 
  etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .
 
  Does anybody know how to fix that?
 
 Jan,
 
   I'm not sure that I understand your problem. If you are seeing a character
 different from what you expect to see then the problem is one of the font
 encoding. Your document might specify that all fonts are encoded OT1 when
 they're actually T1. That will put different glyphs at certain positions in
 the font glyph table and result in what I think you write that you see.
 
 HTH,
 
 Rich
 
 --
 Dr. Richard B. Shepard, President
 Applied Ecosystem Services, Inc. (TM)
 http://www.appl-ecosys.com



Re: Font problem

2004-07-19 Thread Rich Shepard
On Mon, 19 Jul 2004, Jan Peters wrote:

> I have a bizarre font problem (actually the same I had a couple of months
> ago; I got rid of it by reinstalling everything including the OS, but I do not
> want to do that again). Both on the LyX running on Aqua and on
> X-Windows it replaces
>
> \sigma   by   1/4(as a character)
> \theta by   \mue (as a character)
> \alphaby   (R)as a character
>
> etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .
>
> Does anybody know how to fix that?

Jan,

  I'm not sure that I understand your problem. If you are seeing a character
different from what you expect to see then the problem is one of the font
encoding. Your document might specify that all fonts are encoded OT1 when
they're actually T1. That will put different glyphs at certain positions in
the font glyph table and result in what I think you write that you see.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Font problem

2004-07-19 Thread Jan Peters
Rich,

I believe your comment refers to the Latex fonts, right?
My problem is actually a problem with the on-screen fonts only - after
compiling it looks nice; already in the instant-preview!

Only on screen it will always replace my greek characters - and
changing the screen fonts does not help!
Where are the maths fonts selected? 

-Jan

On Mon, 19 Jul 2004 18:07:04 -0700 (PDT), Rich Shepard
<[EMAIL PROTECTED]> wrote:
> 
> 
> On Mon, 19 Jul 2004, Jan Peters wrote:
> 
> > I have a bizarre font problem (actually the same I had a couple of months
> > ago; I got rid of it by reinstalling everything including the OS, but I do not
> > want to do that again). Both on the LyX running on Aqua and on
> > X-Windows it replaces
> >
> > \sigma   by   1/4(as a character)
> > \theta by   \mue (as a character)
> > \alphaby   (R)as a character
> >
> > etc.  In Aqua its just the greek letters but in X-windows also \nabla and \int .
> >
> > Does anybody know how to fix that?
> 
> Jan,
> 
>   I'm not sure that I understand your problem. If you are seeing a character
> different from what you expect to see then the problem is one of the font
> encoding. Your document might specify that all fonts are encoded OT1 when
> they're actually T1. That will put different glyphs at certain positions in
> the font glyph table and result in what I think you write that you see.
> 
> HTH,
> 
> Rich
> 
> --
> Dr. Richard B. Shepard, President
> Applied Ecosystem Services, Inc. (TM)
> 
>


Re: font problem in windows xp (Solved)

2004-01-09 Thread Jose Sanchez
Thanks, I opened the control panel, fonts and copied in this way the 
fonts and they were installed automatically.  This is extrange, since in 
Windows 95 you need only to copy and in XP you need to do this.  Well, 
thanks again.

Jose

Uwe Stöhr wrote:

I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.


Try to install the fonts via the menu
'My Computer'  'system control'  'fonts'



Re: font problem in windows xp (Solved)

2004-01-09 Thread Jose Sanchez
Thanks, I opened the control panel, fonts and copied in this way the 
fonts and they were installed automatically.  This is extrange, since in 
Windows 95 you need only to copy and in XP you need to do this.  Well, 
thanks again.

Jose

Uwe Stöhr wrote:

I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.


Try to install the fonts via the menu
'My Computer'  'system control'  'fonts'



Re: font problem in windows xp (Solved)

2004-01-09 Thread Jose Sanchez
Thanks, I opened the control panel, fonts and copied in this way the 
fonts and they were installed automatically.  This is extrange, since in 
Windows 95 you need only to copy and in XP you need to do this.  Well, 
thanks again.

Jose

Uwe Stöhr wrote:

I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.


Try to install the fonts via the menu
'My Computer' > 'system control' > 'fonts'



Re: font problem in windows xp

2004-01-08 Thread Uwe Stöhr
I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.
Try to install the fonts via the menu
'My Computer'  'system control'  'fonts'


Re: font problem in windows xp

2004-01-08 Thread Uwe Stöhr
I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.
Try to install the fonts via the menu
'My Computer'  'system control'  'fonts'


Re: font problem in windows xp

2004-01-08 Thread Uwe Stöhr
I just installed the lyx version for windows (1.3.3).  I copied the 
fonts in the windows/fonts directory but still when I write equations 
all math simbols appear as strange letters.
Try to install the fonts via the menu
'My Computer' > 'system control' > 'fonts'


Re: font problem

2002-06-05 Thread Jean-Marc Lasgouttes

 Gosse == Gosse Michel [EMAIL PROTECTED] writes:

Gosse Hello Using klyx 0.11 under mandrake 8.2, some symbols don't
Gosse appears on the screen : sum, integral, some greek caracters...
Gosse Viewing and printing is ok. I think it is a font problem, but i
Gosse doesn't know how to find the font that is missing.

The bug is in the urw-fonts package, which you can remove if you do
not need it. That said, I agree with Andre that klyx is getting very
very old.

JMarc



Re: font problem

2002-06-05 Thread Jean-Marc Lasgouttes

 Gosse == Gosse Michel [EMAIL PROTECTED] writes:

Gosse Hello Using klyx 0.11 under mandrake 8.2, some symbols don't
Gosse appears on the screen : sum, integral, some greek caracters...
Gosse Viewing and printing is ok. I think it is a font problem, but i
Gosse doesn't know how to find the font that is missing.

The bug is in the urw-fonts package, which you can remove if you do
not need it. That said, I agree with Andre that klyx is getting very
very old.

JMarc



Re: font problem

2002-06-05 Thread Jean-Marc Lasgouttes

> "Gosse" == Gosse Michel <[EMAIL PROTECTED]> writes:

Gosse> Hello Using klyx 0.11 under mandrake 8.2, some symbols don't
Gosse> appears on the screen : sum, integral, some greek caracters...
Gosse> Viewing and printing is ok. I think it is a font problem, but i
Gosse> doesn't know how to find the font that is missing.

The bug is in the urw-fonts package, which you can remove if you do
not need it. That said, I agree with Andre that klyx is getting very
very old.

JMarc



Re: font problem

2002-06-04 Thread Andre Poenitz

On Mon, Jun 03, 2002 at 06:25:51PM -0400, Gosse Michel wrote:
 Hello
 
 Using klyx 0.11 under mandrake 8.2, some symbols don't appears on the 
 screen : sum, integral, some greek caracters...

[klyx is an old branch of LyX and has not been supported for four years
now.]

Having said that, has klyx somewhere a toggle Use scalable screen fonts
or similar?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



  1   2   >