summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html
index cb6d878c84a..8a9722a3adf 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-xspace.html
@@ -5,7 +5,7 @@
<p/>People are forever surprised that simple commands gobble the space
after them: this is just the way it is. The effect arises from the
way TeX works, and Lamport describes a solution (place a pair of braces
-after a command&rsquo;s invocation) in the description of LaTeX syntax.
+after a command&#8217;s invocation) in the description of LaTeX syntax.
Thus the requirement is in effect part of the definition of LaTeX.
<p/>This FAQ,
for example, is written with definitions that <em>require</em> one to
@@ -16,17 +16,17 @@ of whether the following space is required: however, this FAQ
is written by highly dedicated (and, some would say, eccentric)
people. Many users find all those braces become very tedious very
quickly, and would really rather not type them all.
-<p/>An alternative structure, that doesn&rsquo;t violate the design of LaTeX,
-is to say <code>\</code><code>fred</code><code>\</code><code> </code> &mdash; the <code>\</code><code> </code> command is &ldquo;self
-terminating&rdquo; (like <code>\</code><code>\</code>) and you don&rsquo;t need braces after
+<p/>An alternative structure, that doesn&#8217;t violate the design of LaTeX,
+is to say <code>\</code><code>fred</code><code>\</code><code> </code> &#8212; the <code>\</code><code> </code> command is &#8220;self
+terminating&#8221; (like <code>\</code><code>\</code>) and you don&#8217;t need braces after
<em>it</em>. Thus one can reduce to one the extra characters one needs
to type.
<p/>If even that one character is too many, the package <i>xspace</i>
defines a command <code>\</code><code>xspace</code> that guesses whether there should have
been a space after it, and if so introduces that space. So
-&ldquo;<code>fred<code>\</code><code>xspace</code> jim</code>&rdquo; produces &ldquo;fred jim&rdquo;, while
-&ldquo;<code>fred<code>\</code><code>xspace</code>. jim</code>&rdquo; produces &ldquo;fred. jim&rdquo;. Which
+&#8220;<code>fred<code>\</code><code>xspace</code> jim</code>&#8221; produces &#8220;fred jim&#8221;, while
+&#8220;<code>fred<code>\</code><code>xspace</code>. jim</code>&#8221; produces &#8220;fred. jim&#8221;. Which
usage would of course be completely pointless; but you can incorporate
<code>\</code><code>xspace</code> in your own macros:
<blockquote>
@@ -40,17 +40,17 @@ and we find \restenergy available to us...
</blockquote><p>
The <code>\</code><code>xspace</code> command must be the last thing in your macro
-definition (as in the example); it&rsquo;s not completely foolproof, but it
+definition (as in the example); it&#8217;s not completely foolproof, but it
copes with most obvious situations in running text.
-<p/>The <i>xspace</i> package doesn&rsquo;t save you anything if you only use
+<p/>The <i>xspace</i> package doesn&#8217;t save you anything if you only use
a modified macro once or twice within your document. In any case, be
-careful with usage of <code>\</code><code>xspace</code> &mdash; it changes your input syntax,
+careful with usage of <code>\</code><code>xspace</code> &#8212; it changes your input syntax,
which can be confusing, notably to a collaborating author
(particularly if you create some commands which use it and some which
-don&rsquo;t). Of course, no command built into LaTeX or into any
-&ldquo;standard&rdquo; class or package will use <code>\</code><code>xspace</code>.
+don&#8217;t). Of course, no command built into LaTeX or into any
+&#8220;standard&#8221; class or package will use <code>\</code><code>xspace</code>.
<dl>
-<dt><tt><i>xspace.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>)
+<dt><tt><i>xspace.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/xspace.html">catalogue entry</a>
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xspace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xspace</a>
</body>