summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html
index 93fa590fe8a..b93f11eb629 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html
+++ b/Master/texmf-doc/doc/english/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
+<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;
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;
+<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
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
+<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
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&rsquo;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
@@ -29,5 +29,5 @@ discusses use of <code>\</code><code>@startsection</code> for this sort of thing
<dt><tt><i>LaTeX source</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.zip">macros/latex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/base/">browse</a>)
<dt><tt><i>titlesec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.zip">macros/latex/contrib/titlesec</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titlesec/">browse</a>)
</dl>
-<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub</a>
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub</a>
</body>