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