LyX ⇒ size 12 police is ugly
size 12 police is ugly
Can't seem to find any answer so i'm posting a question.
I would like to have bigger sized police, but it doesn't look good, it's a bit pixelated. How can i fix that? Thx a lot in advance for any response.
Roken
Edit: i just found out that opening my pdf file with chrome rather than edge rendered it a lot better.
- Attachments
-
- lire_un_graph.pdf
- (93.52 KiB) Downloaded 565 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Re: size 12 police is ugly
welcome to the forum!
I recommend using Latin Modern for a high-quality font that looks like the default font, with
\usepackage{lmodern}
in the preamble (or an equivalent LyX setting). The default font looks bad with modern font encoding for French. Another way to improve this would be installing the cm-super package in your TeX installation, which improves the default font.Stefan