summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html
index c9537b69397..96afcc65da1 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-dvipdfmgraphics.html
@@ -9,12 +9,12 @@ output using <i>dvips</i> and then convert that to PDF with
<p/><i>Dvipdfm</i>/<i>Dvipdfmx</i> are particularly flexible
applications. They permit the inclusion of bitmap and PDF
graphics, as does <a href="FAQ-pdftexgraphics.html">PDFTeX</a>, but are also
-capable of employing <i>ghostscript</i> &ldquo;on the fly&rdquo; so as to be
+capable of employing <i>ghostscript</i> &#8220;on the fly&#8221; so as to be
able to permit the inclusion of encapsulated PostScript (<code>.eps</code>)
files by translating them to PDF. In this way, they combine the good
qualities of <i>dvips</i> and of PDFTeX as a means of
processing illustrated documents.
-<p/>Unfortunately, &ldquo;ordinary&rdquo; LaTeX can&rsquo;t deduce the bounding box of
+<p/>Unfortunately, &#8220;ordinary&#8221; LaTeX can&#8217;t deduce the bounding box of
a binary bitmap file (such as JPEG or PNG), so you have
to specify the bounding box. This may be done explicitly, in the
document:
@@ -25,7 +25,7 @@ document:
\includegraphics[bb=0 0 540 405]{photo.jpg}
</pre>
</blockquote><p>
-It&rsquo;s usually not obvious what values to give the &ldquo;<code>bb</code>&rdquo; key,
+It&#8217;s usually not obvious what values to give the &#8220;<code>bb</code>&#8221; key,
but the program <i>ebb</i> will generate a file
containing the information; the above numbers came from an
<i>ebb</i> output file <i>photo.bb</i>:
@@ -51,12 +51,12 @@ which makes the operation feel as simple as does including
<i>dvips</i>; the <i>graphicx</i> package knows to look for a
<code>.bb</code> file if no bounding box is provided in the
<code>\</code><code>includegraphics</code> command.
-<p/>The one place where usage isn&rsquo;t quite so simple is the need to quote
+<p/>The one place where usage isn&#8217;t quite so simple is the need to quote
<i>dvipdfm</i> explicitly, as an option when loading the
<i>graphicx</i> package: if you are using <i>dvips</i>, you
-don&rsquo;t ordinarily need to specify the fact, since the default graphics
-configuration file (of most distributions) &ldquo;guesses&rdquo; the
-<code>dvips</code> option if you&rsquo;re using TeX.
+don&#8217;t ordinarily need to specify the fact, since the default graphics
+configuration file (of most distributions) &#8220;guesses&#8221; the
+<code>dvips</code> option if you&#8217;re using TeX.
<dl>
<dt><tt><i>dvipdfm</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfm.zip">dviware/dvipdfm</a> (or <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfm/">browse the directory</a>)
<dt><tt><i>dvipdfmx</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfmx.zip">dviware/dvipdfmx</a> (or <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfmx/">browse the directory</a>)