diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html index d645229c75c..70425074fd0 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipsgraphics.html @@ -12,10 +12,10 @@ applications produce corrupt EPS when asked for such output, this is pretty satisfactory for vector graphics work. <p/>To include bitmap graphics, you need some means of converting them to PostScript; in fact many standard image manipulators (such as -<i>ImageMagick</i>’s <i>convert</i>) make a good job of +<i>ImageMagick</i>’s <i>convert</i>) make a good job of creating EPS files (but be sure to ask for output at PostScript level 2 or higher). (<i>Unix</i> users should beware of -<i>xv</i>’s claims: it has a tendency to downsample your bitmap to +<i>xv</i>’s claims: it has a tendency to downsample your bitmap to your screen resolution.) <p/>Special purpose applications <i>jpeg2ps</i> (which converts JPEG files using PostScript level 2 functionality), @@ -23,10 +23,10 @@ JPEG files using PostScript level 2 functionality), files) and <i>a2ping</i>/<i>sam2p</i> (which convert a bewildering array of bitmap formats to EPS or PDF files; <i>sam2p</i> is one of the engines that <i>a2ping</i> uses) -are also considered “good bets”. +are also considered “good bets”. <p/><i>Bmeps</i> comes with patches to produce your own version of <i>dvips</i> that can cope with JPEG and PNG direct, -using <i>bmeps</i>’s conversion library. <i>Dvips</i>, as +using <i>bmeps</i>’s conversion library. <i>Dvips</i>, as distributed by MiKTeX, comes with those patches built-in, but assuming that capability destroys portability, and is only recommendable if you are sure you will never want to share your |