Re: Less or equal sign (\leq) appearing as a dot in Arch Linux

2019-07-30 Thread Pavel Sanda
On Mon, Jul 29, 2019 at 08:43:45PM +0200, Haroldo Gambini Santos wrote:
> Thank you very much Pavel.
> 
> I manually added /usr/share/lyx/fonts/ to /etc/fonts/fonts.conf and
> updated fc-cache . The font cmsy10 (and many others) appear as
> systems fonts, but the \leq sign still appears as a dot :/

Some more questions:
1. Can you post output of (relevant) debug output if you lanch lyx via 'lyx 
-dbg fonts' and write \leq in mathed?
2. Can anyone on Arch reproduce your problem?
3. Does \leqq work for you? Does \le work for you?
4. What is your Qt version?
5. Is fc-cache enough on your system? (fc-cache -f/reboot)

Pavel


Re: Less or equal sign (\leq) appearing as a dot in Arch Linux

2019-07-30 Thread Haroldo Gambini Santos

Dear Pavel,

Thank you very much for the suggestions.

I contacted the Arch developers and discovered that there is a third-part 
package that I installed that is causing the trouble:


https://aur.archlinux.org/packages/ttf-computer-modern-fonts/

Removed it and it is working again !



--
=
Haroldo Gambini Santos
Computing Department
Universidade Federal de Ouro Preto - UFOP
email: haro...@ufop.edu.br
   haroldo.gambinisan...@cs.kuleuven.be
home/research page: www.decom.ufop.br/haroldo


It has long been an axiom of mine that the little things are infinitely
the most important.
-- Sir Arthur Conan Doyle, "A Case of Identity"

On Tue, 30 Jul 2019, Pavel Sanda wrote:


On Mon, Jul 29, 2019 at 08:43:45PM +0200, Haroldo Gambini Santos wrote:

Thank you very much Pavel.

I manually added /usr/share/lyx/fonts/ to /etc/fonts/fonts.conf and
updated fc-cache . The font cmsy10 (and many others) appear as
systems fonts, but the \leq sign still appears as a dot :/


Some more questions:
1. Can you post output of (relevant) debug output if you lanch lyx via 'lyx 
-dbg fonts' and write \leq in mathed?
2. Can anyone on Arch reproduce your problem?
3. Does \leqq work for you? Does \le work for you?
4. What is your Qt version?
5. Is fc-cache enough on your system? (fc-cache -f/reboot)

Pavel



Re: Less or equal sign (\leq) appearing as a dot in Arch Linux

2019-07-30 Thread Pavel Sanda
On Tue, Jul 30, 2019 at 03:42:45PM +0200, Haroldo Gambini Santos wrote:
> Dear Pavel,
> 
> Thank you very much for the suggestions.
> 
> I contacted the Arch developers and discovered that there is a
> third-part package that I installed that is causing the trouble:
> 
> https://aur.archlinux.org/packages/ttf-computer-modern-fonts/

I see, that's basically bakoma fonts we include in lyx, except
two glyphs are missing (\leg being one of them).

If arch packaging systems allows it I would suggest they flag
ttf-computer-modern-fonts and lyx as mutually exclusive packages
so they do not get installed by accident at the same time.

Cheers,
Pavel