diff options
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.html | 14 |
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’t always appear in the “handwritten” way in TeX’s +they don’t always appear in the “handwritten” way in TeX’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…). +blowed to the typography…). <p/>Contrariwise, you may wish to change the arrangement of the limits -when in <code>\</code><code>displaystyle</code>. For this purpose, there’s a corresponding +when in <code>\</code><code>displaystyle</code>. For this purpose, there’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’ 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 -“<code>\</code><code>limits</code> placement” in inline maths, +“<code>\</code><code>limits</code> placement” in inline maths, <blockquote> <pre> $\displaystyle\sum_{n=1}^{m} ...$ </pre> </blockquote><p> -and for “<code>\</code><code>nolimits</code> placement” in display maths, +and for “<code>\</code><code>nolimits</code> placement” in display maths, <code>\</code><code>nolimits</code>: <blockquote> <pre> @@ -47,9 +47,9 @@ and for “<code>\</code><code>nolimits</code> placement” in display m </pre> </blockquote><p> will serve. Either of these forms may have effects other than on the -operator you’re considering, but there are still those who prefer this +operator you’re considering, but there are still those who prefer this formulation. -<p/>Remember, if you’re +<p/>Remember, if you’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. |