summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html
index d21944babf0..9d68d4c176f 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-reallyblank.html
@@ -6,7 +6,7 @@
option) ensure that each chapter starts on a right-hand (recto) page;
they do this by inserting a <code>\</code><code>cleardoublepage</code> command between
chapters (rather than a mere <code>\</code><code>clearpage</code>). The empty page thus
-created gets to have a normal running header, which some people don&rsquo;t
+created gets to have a normal running header, which some people don&#8217;t
like.
<p/>The (excellent) <i>fancyhdr</i> manual covers this issue, basically
advising the creation of a command <code>\</code><code>clearemptydoublepage</code>:
@@ -19,11 +19,11 @@ advising the creation of a command <code>\</code><code>clearemptydoublepage</cod
}
</pre>
</blockquote><p>
-The &ldquo;obvious&rdquo; thing is then to use this command to replace
+The &#8220;obvious&#8221; thing is then to use this command to replace
<code>\</code><code>cleardoublepage</code> in a patched version of the <code>\</code><code>chapter</code> command.
(Make a package of your own containing a copy
-of the command out of the class.) This isn&rsquo;t particularly difficult,
-but you can instead simply subvert <code>\</code><code>cleardoublepage</code> (which isn&rsquo;t
+of the command out of the class.) This isn&#8217;t particularly difficult,
+but you can instead simply subvert <code>\</code><code>cleardoublepage</code> (which isn&#8217;t
often used elsewhere):
<blockquote>
<pre>
@@ -46,11 +46,11 @@ of these empty pages. The classes also offer do-it-yourself commands
provide commands <code>\</code><code>cleartooddpage</code> and <code>\</code><code>cleartoevenpage</code>,
which both take an optional argument (the first, with no argument,
being an equivalent of <code>\</code><code>cleardoublepage</code>). One can achieve
-&lsquo;special&rsquo; effects by putting commands in the optional argument: the
-<code>\</code><code>clearemptydoublepage</code> we&rsquo;re after would be achieved by
+&#8216;special&#8217; effects by putting commands in the optional argument: the
+<code>\</code><code>clearemptydoublepage</code> we&#8217;re after would be achieved by
<code>\</code><code>cleartooddpage[</code><code>\</code><code>thispagestyle{empty}</code><code>]</code>. The
-commands will also serve if you want the surreal effect of &ldquo;This page
-intentionally left blank&rdquo; in the centre of an otherwise empty page.
+commands will also serve if you want the surreal effect of &#8220;This page
+intentionally left blank&#8221; in the centre of an otherwise empty page.
<dl>
<dt><tt><i>fancyhdr</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse the directory</a>)
<dt><tt><i>memoir.cls</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse the directory</a>)