I have a problem:
In my thesis I added some figures via:
\begin{figure}[H]
\begin{center}
\includegraphics[width=\textwidth]{figure.png}
\caption{blablabla}
\label{Abb.1}
\end{center}
\end{figure}
My problem is, that the internal PDF-Viewer (I use TexMaker V4.1.1 under Debian Wheezy x64) displays the figures much, much clearer than any external PDF-Viewer.. But I am opening the same (!) file.
The following link shows a screenshot. On the left side one can see the internal Viewer from TexMaker and on the right side my external. https://i.stack.imgur.com/4AiMy.png
Thank you in advance!
Edit: What I have tried so far:
As suggested here I installed cm-super. But it didn't change anything. (This might not have been the right approach.. I mean the fonts look fine, it's just the figures. But I wanted to try it anyway.)
Also this solution didn't bring any changes...
And thanks egreg for pointing out the reason for the differences between those two appearances.
– Stephan Jan 29 '14 at 14:58