LaTeX LaTeX PDFs look bad, but print okay?

  • Thread starter Thread starter rapid1
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The discussion revolves around issues with LaTeX-generated PDFs appearing unprofessional in viewers, specifically with broken matrices, incorrect text boldness, and odd dashes, despite printing perfectly. The user employs TeXworks with pdfLaTeX and MikTeX, and experiences these issues in both Chrome's built-in PDF viewer and Adobe Reader. Suggestions include trying different fonts, such as Times New Roman or Palatino, to improve on-screen appearance. Additionally, it's noted that viewing PDFs in a browser can lead to subpar rendering, which may contribute to the perceived quality issues. Users are encouraged to explore different PDF creation methods and font packages to enhance the visual quality of their documents.
rapid1
Messages
13
Reaction score
0
Kind of a non-issue but still bugging me. Basically, whenever I create a LaTeX file certain things will look a bit naff in PDF viewers, such as matrices will appear with the large square brackets broken in the middle, also text can appear bold when it isn't, dashes look odd etc. However, when i print these to paper they always look perfect. Obviously i'd be more annoyed if it were the other way around but as i publish some of my files only online it leaves them looking a little less professional.

I was wondering if anyone has any experience with this issue or any workarounds or reasons for this. Thanks.

Just for info i use TeXworks (pdfLaTeX) with MikTeX and for viewer i use the built in PDF viewer with Chrome, i do also experience this with Adobe Reader though.
 
Last edited:
Physics news on Phys.org
rapid said:
Kind of a non-issue but still bugging me. Basically, whenever I create a LaTeX file certain things will look a bit naff in PDF viewers, such as matrices will appear with the large square brackets broken in the middle, also text can appear bold when it isn't, dashes look odd etc. However, when i print these to paper they always look perfect. Obviously i'd be more annoyed if it were the other way around but as i publish some of my files only online it leaves them looking a little less professional.

I was wondering if anyone has any experience with this issue or any workarounds or reasons for this. Thanks.

Just for info i use TeXworks (pdfLaTeX) with MikTeX and for viewer i use the built in PDF viewer with Chrome, i do also experience this with Adobe Reader though.

You could try using a different font. Are you using Times New Roman, or the default?
 
It's the default. But even in the math environment "\left[" would look broken up. I'm not sure if i am allowed to use a different font, unless there are different 'better' fonts that look the same? But like i say, when i print the PDFs they come out looking exactly as they should.
 
rapid said:
It's the default. But even in the math environment "\left[" would look broken up. I'm not sure if i am allowed to use a different font, unless there are different 'better' fonts that look the same? But like i say, when i print the PDFs they come out looking exactly as they should.

How are you creating the pdf? Pdflatex? Or are you printing the dvi file using an Adobe (or free) pdf printer? Whichever one you're using, try using the other method and see if that does any better. Does your dvi file look wrong?

You can specify a different font by including the line \usepackage{fontname} in your document. For example, I do

\usepackage{times}

in the header (before the \begin{document} line), and that makes all the fonts Times New Roman.
 
Ackbach said:
You could try using a different font. Are you using Times New Roman, or the default?

I use Palatino for the Roman font in LaTeX that is going to be pdf-ed using pdflatex. The default font always looked dreadfull onscreen (Printers being smart could usually sort out the font on printing).

CB
 
\usepackage{times} worked perfectly, thanks Ackbach!
 
You're welcome. Happy TeX'ing.
 
rapid said:
Kind of a non-issue but still bugging me. Basically, whenever I create a LaTeX file certain things will look a bit naff in PDF viewers, such as matrices will appear with the large square brackets broken in the middle, also text can appear bold when it isn't, dashes look odd etc. However, when i print these to paper they always look perfect. Obviously i'd be more annoyed if it were the other way around but as i publish some of my files only online it leaves them looking a little less professional.

I was wondering if anyone has any experience with this issue or any workarounds or reasons for this. Thanks.

Just for info i use TeXworks (pdfLaTeX) with MikTeX and for viewer i use the built in PDF viewer with Chrome, i do also experience this with Adobe Reader though.

By Chrome viewer, does that mean you are viewing the pdf in the browser? If you are viewing a pdf in the browser, it will general look shoddy. Similar if you are using the adobe viewer from the browser.
 

Similar threads

Replies
1
Views
7K
Replies
3
Views
2K
Replies
4
Views
4K
Replies
7
Views
9K
Replies
12
Views
6K
Replies
2
Views
502K
Back
Top