LyX ⇒ Ugly Text, beautiful Formulae
Ugly Text, beautiful Formulae
I have a problem with the PDFs produced by LyX. As the attached image shows, formulae are as beautiful as usual in LaTeX, but the text has become jagged. Does anyone know what the cause is and how to remove it? Thank you very much for your efforts!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Ugly Text, beautiful Formulae
Try to remedy the issue by installing the cm-super package with the package manager of your TeX distribution.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10329
- Joined: Mon Mar 10, 2008 9:44 pm
Ugly Text, beautiful Formulae
Alternatively, you could use the Latin Modern font, which is very similar to the default font, as it's intended to become the successor, and which supports T1 encoding. If you like, just add to your document preamble:
Code: Select all
\usepackage{lmodern}
Stefan