summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html
index 55669eb2d3c..01b829b4be1 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-marginmanual.html
@@ -1,12 +1,12 @@
<head>
<title>UK TeX FAQ -- question label marginmanual</title>
</head><body>
-<h3>How to set up page layout &ldquo;by hand&rdquo;</h3>
-<p/>So you&rsquo;re eager to do it yourself, notwithstanding the cautions
+<h3>How to set up page layout &#8220;by hand&#8221;</h3>
+<p/>So you&#8217;re eager to do it yourself, notwithstanding the cautions
- outlined in &ldquo;<a href="FAQ-changemargin.html">changing margins</a>&rdquo;.
-<p/>It&rsquo;s important that you first start by familiarising yourself
-with LaTeX&rsquo;s page layout parameters. For example, see section C.5.3 of the
+ outlined in &#8220;<a href="FAQ-changemargin.html">changing margins</a>&#8221;.
+<p/>It&#8217;s important that you first start by familiarising yourself
+with LaTeX&#8217;s page layout parameters. For example, see section C.5.3 of the
LaTeX manual (pp. 181-182), or corresponding sections in many of the other
good LaTeX manuals (see <a href="FAQ-books.html">LaTeX books</a>).
<p/>LaTeX controls the page layout with a number of parameters, which
@@ -22,19 +22,19 @@ layout, with the dimensions (but not their interrelationships) shown.
should be set to fit a whole number of text lines (in terms of
multiples of <code>\</code><code>baselinskip</code>), and the width should be constrained
by the number of characters per line, as mentioned in
-&ldquo;<a href="FAQ-changemargin.html">changing margins</a>&rdquo;.
+&#8220;<a href="FAQ-changemargin.html">changing margins</a>&#8221;.
<p/>Margins are controlled by two parameters: <code>\</code><code>oddsidemargin</code> and
<code>\</code><code>evensidemargin</code>, whose names come from the convention that
-odd-numbered pages appear on the right-hand side (&lsquo;recto&rsquo;) of a
+odd-numbered pages appear on the right-hand side (&#8216;recto&#8217;) of a
two-page spread and even-numbered pages on the left-hand side
-(&lsquo;verso&rsquo;). Both parameters actually refer to the left-hand margin of
+(&#8216;verso&#8217;). Both parameters actually refer to the left-hand margin of
the relevant pages; in each case the right-hand margin is specified by
implication, from the value of <code>\</code><code>textwidth</code> and the width of the
paper. (In a one-sided document, which is the default in many
classes, including the standard <i>article</i> and <i>report</i>
classes, <code>\</code><code>oddsidemargin</code> stands for both.)
<p/>The
-&ldquo;origin&rdquo; (the zero position) on the page is one inch from the top of
+&#8220;origin&#8221; (the zero position) on the page is one inch from the top of
the paper and one inch from the left side; positive horizontal
measurements extend right across the page, and positive vertical
measurements extend down the page. Thus, the parameters