summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (diff)
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html
index 5df1f34f09a..671ff882244 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subsubsub.html
@@ -2,22 +2,22 @@
<title>UK TeX FAQ -- question label subsubsub</title>
</head><body>
<h3>How to create a <code>\</code><code>subsubsubsection</code></h3>
-<p/>LaTeX&rsquo;s set of &ldquo;sections&rdquo; stops at the level of
-<code>\</code><code>subsubsection</code>. This reflects a design decision by Lamport &mdash;
+<p/>LaTeX&#8217;s set of &#8220;sections&#8221; stops at the level of
+<code>\</code><code>subsubsection</code>. This reflects a design decision by Lamport &#8212;
for, after all, who can reasonably want a section with such huge
strings of numbers in front of it?
-<p/>In fact, LaTeX standard classes <em>do</em> define &ldquo;sectioning&rdquo;
-levels lower than <code>\</code><code>subsubsection</code>, but they don&rsquo;t format them like
-sections (they&rsquo;re not numbered, and the text is run-in after the
+<p/>In fact, LaTeX standard classes <em>do</em> define &#8220;sectioning&#8221;
+levels lower than <code>\</code><code>subsubsection</code>, but they don&#8217;t format them like
+sections (they&#8217;re not numbered, and the text is run-in after the
heading). These deeply inferior section commands are <code>\</code><code>paragraph</code>
and <code>\</code><code>subparagraph</code>; you can (if you <em>must</em>) arrange that these
two commands produce numbered headings, so that you can use them as
<code>\</code><code>subsubsubsection</code>s and lower.
<p/>The <i>titlesec</i> allows you to adjust the definitions of the
sectioning macros, and it may be used to
-transform a <code>\</code><code>paragraph</code>&rsquo;s typesetting so that it looks like that
+transform a <code>\</code><code>paragraph</code>&#8217;s typesetting so that it looks like that
of a <code>\</code><code>section</code>.
-<p/>If you want to program the change yourself, you&rsquo;ll find that the
+<p/>If you want to program the change yourself, you&#8217;ll find that the
commands (<code>\</code><code>section</code> all the way down to <code>\</code><code>subparagraph</code>) are
defined in terms of the internal <code>\</code><code>@startsection</code> command, which
takes 6 arguments. Before attempting this sort of work, you are well