Viewers for PDF, PS, and DVI ⇒ Blurry text in PDF with TeXworks
Blurry text in PDF with TeXworks
- Attachments
-
- blur1.png (101.91 KiB) Viewed 27790 times
-
- blur_test.tex
- (160 Bytes) Downloaded 1004 times
-
- blur_test.pdf
- (27.71 KiB) Downloaded 1022 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Blurry text in PDF with TeXworks
Pdf-readers sometimes just have a bad day. Zooming in or out can lead to all kinds of artefacts, including blurred fonts.
Are you always seeing blurred fonts with texworks internal viewer?
Blurry text in PDF with TeXworks
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
As you guessed, LibreOffice might be a possible reason since it installs and configures fonts. Looks like a font issue, for example wenn a scalable (Type 1) font cannot be displayed, so instead of that vector font a bitmap font is used, that can look pixelated and blurry.
Perhaps try another font (
\usepackage{lmodern}
or \usepackage{kpfonts}
) just to see if it's related to the font or generally to the displaying of the PDF viewer.Stefan
Blurry text in PDF with TeXworks
If lmodern should have worked, it seems like uninstalling LibreOffice is the remaining option. Is the uninstall likely to reset the fonts appropriately?
Cheers!
- Attachments
-
- miktex-makepk.log
- (6.39 KiB) Downloaded 966 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
lmodern
?That's Latin Modern and may come with LibreOffice too, so possibly affected. The default is Computer Modern (very similar). Can you try without
lmodern
?Stefan
Blurry text in PDF with TeXworks
I tried kpfonts with and without lmodern (in case they collided), but the "compilation" failed in both cases (with T1 included).
Blurry text in PDF with TeXworks
- Attachments
-
- blur2.png (23.8 KiB) Viewed 27764 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
cm-super
package installed, or install it.Stefan