summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html
index e65a45b7e86..72fe78d0686 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-limits.html
@@ -6,7 +6,7 @@
expressions on operators such as <code>\</code><code>sum</code> and <code>\</code><code>int</code> physically
above and below the operator. In (La)TeX, we write these limit
expressions using sub- and superscripts applied to the operator, but
-they don&rsquo;t always appear in the &ldquo;handwritten&rdquo; way in TeX&rsquo;s
+they don&#8217;t always appear in the &#8220;handwritten&#8221; way in TeX&#8217;s
output.
<p/>The reason is, that when an expression appears in non-display maths,
in running text (and is therefore in TeX <code>\</code><code>textstyle</code>), placing
@@ -21,9 +21,9 @@ $\sum\limits_{n=1}^{m} ...$
</pre>
</blockquote><p>
which will place the limits right above and below the symbol (and be
-blowed to the typography&hellip;).
+blowed to the typography&#8230;).
<p/>Contrariwise, you may wish to change the arrangement of the limits
-when in <code>\</code><code>displaystyle</code>. For this purpose, there&rsquo;s a corresponding
+when in <code>\</code><code>displaystyle</code>. For this purpose, there&#8217;s a corresponding
<code>\</code><code>nolimits</code>:
<blockquote>
<pre>
@@ -33,13 +33,13 @@ when in <code>\</code><code>displaystyle</code>. For this purpose, there&rsquo;
which will place the limits as they would be in <code>\</code><code>textstyle</code>.
<p/>Alternatively, one can manipulate the
<code>\</code><code>textstyle</code>/<code>\</code><code>displaystyle</code> state of the mathematics. To get
-&ldquo;<code>\</code><code>limits</code> placement&rdquo; in inline maths,
+&#8220;<code>\</code><code>limits</code> placement&#8221; in inline maths,
<blockquote>
<pre>
$\displaystyle\sum_{n=1}^{m} ...$
</pre>
</blockquote><p>
-and for &ldquo;<code>\</code><code>nolimits</code> placement&rdquo; in display maths,
+and for &#8220;<code>\</code><code>nolimits</code> placement&#8221; in display maths,
<code>\</code><code>nolimits</code>:
<blockquote>
<pre>
@@ -47,9 +47,9 @@ and for &ldquo;<code>\</code><code>nolimits</code> placement&rdquo; in display m
</pre>
</blockquote><p>
will serve. Either of these forms may have effects other than on the
-operator you&rsquo;re considering, but there are still those who prefer this
+operator you&#8217;re considering, but there are still those who prefer this
formulation.
-<p/>Remember, if you&rsquo;re
+<p/>Remember, if you&#8217;re
<a href="FAQ-newfunction.html">declaring a special operator of your own</a>, the
AMSLaTeX functions (that you ought to be using) allow you to choose
how limits are displayed, at definition time.