GeneralMismatch in Document Quality on Screen and on Paper

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
offroad
Posts: 17
Joined: Mon Feb 18, 2013 5:06 am

Mismatch in Document Quality on Screen and on Paper

Post by offroad »

Hi all

Has any of you had this problem?

Everything looks great on the screen (all vectorized) but when printed out it goes downhill. I noticed a few lines of a page look OK but the others are low quality. I suspected it was the hardware (printer) but it was not. I added these two packages and it only made everything worse:

Code: Select all

%\usepackage[cmyk]{xcolor}
%\usepackage{bera}
Any help is appreciated very much.


Offroad

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Mismatch in Document Quality on Screen and on Paper

Post by Stefan Kottwitz »

offroad wrote:I suspected it was the hardware (printer) but it was not.
Why do you think this? Try another printer to verify if the result shows the same quality. You coud attach a sample PDF file here.

Stefan
LaTeX.org admin
User avatar
shadgrind
Posts: 140
Joined: Thu Jul 16, 2009 12:39 am

Mismatch in Document Quality on Screen and on Paper

Post by shadgrind »

The choice of fonts can make a big difference in printed output. Generally serif fonts look better for printing, while sans serif fonts look better on a screen.

Try putting this in your preamble and see if it makes a difference (don't load the bera package if you do this):

Code: Select all

\usepackage[T1]{fontenc}
\usepackage{lmodern}
System: TeX Live 2012, Fedora 18 x86_64, GNU Emacs 24.2
offroad
Posts: 17
Joined: Mon Feb 18, 2013 5:06 am

Mismatch in Document Quality on Screen and on Paper

Post by offroad »

Stefan_K wrote:
offroad wrote:I suspected it was the hardware (printer) but it was not.
Why do you think this? Try another printer to verify if the result shows the same quality. You coud attach a sample PDF file here.

Stefan
Because I printed a report from MS Word and it was great quality.

I'm uploading a pdf file so you can print and see, if possible.

Very much appreciated

Offroad
Attachments
thesis.pdf
(24.25 KiB) Downloaded 283 times
offroad
Posts: 17
Joined: Mon Feb 18, 2013 5:06 am

Re: Mismatch in Document Quality on Screen and on Paper

Post by offroad »

I added the 'palatino' packagge and everything SEEMS a little better now. I like the LaTeX default font better, you know!
I'll print one page tomorrow and compare.

Many thanks
Attachments
thesis2_palatino.pdf
(21.74 KiB) Downloaded 281 times
Post Reply