Dear LyX users,
I wrote a book using LyX 2.0.2. I used the KOMA-Script book class with all options being implicit. I generate a PDF but I find the on screen result for the PDF of very poor quality.
I browsed the internet and found some people reporting the same problem but no real solution. Is there a way to improve the on screen quality of a PDF generated by LyX ?
I thank you for your suggestions.
Best regards,
Alain Reymond
LyX ⇒ Poor Document Quality on Screen
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Poor Document Quality on Screen
Hi Alain,
perhaps post a sample PDF here, as attachment. It could be a font issue.
Stefan
perhaps post a sample PDF here, as attachment. It could be a font issue.
Stefan
LaTeX.org admin
Re: Poor Document Quality on Screen
I thank you for your answer.
Here is an example. I find it uneasy to read on a screen. It's grey ...
Regards,
AR
Here is an example. I find it uneasy to read on a screen. It's grey ...
Regards,
AR
- Attachments
-
- 14_pdfsam_préface2.pdf
- A few pages further...
- (106.61 KiB) Downloaded 415 times
-
- 02_pdfsam_préface2.pdf
- Example of one page.
- (43.99 KiB) Downloaded 323 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Poor Document Quality on Screen
The fonts are Type 3 fonts, bitmap fonts. If you continue using the default fonts, install the cm-super package, since I guess you use T1 font encoding, which is not supported by default, but cm-super brings T1 support. In the document no changes are needed then.
Or switch to a T1 supporting font, such as Latin Modern, which is very similar to the default Computer Modern font and has been developed to become the successor. For this, add in your document preamble:
Stefan
Or switch to a T1 supporting font, such as Latin Modern, which is very similar to the default Computer Modern font and has been developed to become the successor. For this, add in your document preamble:
Code: Select all
\usepackage{lmodern}
LaTeX.org admin
Re: Poor Document Quality on Screen
Thank you for the tip.
Regards
Alain
Regards
Alain
Re: Poor Document Quality on Screen
Thank you Stefan_K. You solve my problem (and my friend). I thought it was because of some kind of file compression 
