summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (diff)
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html
index 81e90ce4d86..7565a3f2f55 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-divzero.html
@@ -9,13 +9,13 @@
</pre>
</blockquote><p>
can actually be caused by offering the package a figure which claims
-to have a zero dimension, it&rsquo;s more commonly caused by rotation.
+to have a zero dimension, it&#8217;s more commonly caused by rotation.
<p/>Objects in TeX may have both height (the height above the baseline)
and depth (the distance the object goes below the baseline). If you
rotate an object by 180 degrees, you convert its height into depth,
-and vice versa; if the object started with zero depth, you&rsquo;ve
+and vice versa; if the object started with zero depth, you&#8217;ve
converted it to a zero-height object.
-<p/>Suppose you&rsquo;re including your graphic with a command like:
+<p/>Suppose you&#8217;re including your graphic with a command like:
<blockquote>
<pre>
\includegraphics[angle=180,height=5cm]{myfig.eps}
@@ -26,7 +26,7 @@ In the case that <i>myfig.eps</i> has no depth to start with, the
scaling calculations will produce the division-by-zero error.
<p/>Fortunately, the <i>graphicx</i> package has a keyword
<code>totalheight</code>, which allows you to specify the size of the
-image relative to the sum of the object&rsquo;s <code>height</code> and
+image relative to the sum of the object&#8217;s <code>height</code> and
<code>depth</code>, so
<blockquote>
<pre>
@@ -35,7 +35,7 @@ image relative to the sum of the object&rsquo;s <code>height</code> and
</blockquote><p>
will resolve the error, and will behave as you might hope.
-<p/>If you&rsquo;re using the simpler <i>graphics</i> package, use the
+<p/>If you&#8217;re using the simpler <i>graphics</i> package, use the
<code>*</code> form of the <code>\</code><code>resizebox</code> command to specify the use of
<code>totalheight</code>:
<blockquote>