Search found 1 match

by Hayk Asatryan
Mon Mar 02, 2020 4:41 pm
Forum: LyX
Topic: LyX dispaying incorrect characters in Math Mode - Linux Mint
Replies: 5
Views: 8662

LyX dispaying incorrect characters in Math Mode - Linux Mint

The trick that solved this problem for me was the installation of

"fonts-lyx" (version: 2.2.4-0ubuntu0.18.04.1)

using Synaptic Package Manager . Earlier I removed LyX using

sudo apt-get remove lyx (remove your repository version)
sudo apt-get autoremove (remove repository dependencies)

as ...