Whisprin / pgf-umlsd

Automatically exported from code.google.com/p/pgf-umlsd
0 stars 0 forks source link

Using this package makes all other text and graphics pixelated #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Windows (MiKTeX 2.8)...

What steps will reproduce the problem?
1. Create a diagram with MetaUML and build with metapost
2. Add to a latex document using \includegraphics
3. Add the pgf-umlsd example from version 0.2 also
4. Build using pdflatex

Expected: Fonts and graphics are smooth when zoomed out (as before).
Actual: Fonts and graphics look pixelated and "jagged" (due to pgf-umlsd).

Original issue reported on code.google.com by nick.bolton.uk on 11 Oct 2010 at 4:51

GoogleCodeExporter commented 9 years ago
Well, I don't believe it... since the fonts in pgf-umlsd example is okay. Can 
you provide files which have such problem?

Original comment by xuyuan...@gmail.com on 11 Oct 2010 at 5:18

GoogleCodeExporter commented 9 years ago
I attach a screenshot, and the two .pdf files ("bad" shows the affect of 
including your sample). It's probably overkill for me to send all the .tex 
files, but here's the preamble of the main file:

\documentclass{article}
\setlength{\parindent}{0pt} 
\setlength{\parskip}{2ex}

% use links in content headers
\usepackage{hyperref}

\usepackage{tikz}
\usetikzlibrary{arrows,shadows} % for pgf-umlsd
\usepackage[underline=true,rounded corners=false]{pgf-umlsd}

%\usepackage[final]{pdfpages}

% use correct package for Metapost
\ifx\pdftexversion\undefined
  \usepackage[dvips]{graphicx}
\else
  \usepackage{graphicx}
  \DeclareGraphicsRule{*}{mps}{*}{}
\fi

Original comment by nick.bolton.uk on 11 Oct 2010 at 6:00

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm, maybe this problem only occurs in Adobe Reader. I have tried TeXworks 
reader, and the two documents look identical - no pixelation. However, it would 
be nice to know why this is actually happening in Adobe (being the most widely 
used PDF viewer).

Original comment by nick.bolton.uk on 11 Oct 2010 at 6:06

Attachments:

GoogleCodeExporter commented 9 years ago
I also want to know...

Original comment by xuyuan...@gmail.com on 18 Nov 2010 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by xuyuan...@gmail.com on 31 Jan 2012 at 1:22