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 31222 times
-
- blur_test.tex
- (160 Bytes) Downloaded 1038 times
-
- blur_test.pdf
- (27.71 KiB) Downloaded 1128 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
- 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: 10360
- 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 1003 times
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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 31196 times
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Blurry text in PDF with TeXworks
cm-super
package installed, or install it.Stefan