summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html
index 22620f9e201..847c199c994 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-seccntfmt.html
@@ -13,11 +13,11 @@ out a few macros. This answer is for <em>them</em>.
<a href="FAQ-atsigns.html">LaTeX internal</a>
<code>\</code><code>@seccntformat</code> command, which is given the &ldquo;name&rdquo; (section,
-subsection, ...) of the heading, as argument. Ordinarily,
+subsection, &hellip;) of the heading, as argument. Ordinarily,
<code>\</code><code>@seccntformat</code>
merely outputs the section number, and then a <code>\</code><code>quad</code> of space.
Suppose you want to put a stop after every section (subsection,
-subsubsection, ...) number, a trivial change may be implemented by
+subsubsection, &hellip;) number, a trivial change may be implemented by
simple modification of the command:
<blockquote>
<pre>
@@ -33,7 +33,6 @@ argument. The following technique for doing the job is slightly
wasteful, but is efficient enough for a relatively rare operation:
<blockquote>
<pre>
-\let\@@seccntformat\@seccntformat
\renewcommand*{\@seccntformat}[1]{%
\expandafter\ifx\csname @seccntformat@#1\endcsname\relax
\expandafter\@@seccntformat
@@ -65,7 +64,7 @@ changes to section number presentation: <code>\</code><code>partformat</code>,
<code>\</code><code>chapterformat</code> and <code>\</code><code>othersectionlevelsformat</code>, but otherwise
their facilities are similar to those of &ldquo;raw&rdquo; LaTeX.
<dl>
-<dt><tt><i>KOMA script bundle</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/koma-script/">browse the directory</a>)
+<dt><tt><i>KOMA script bundle</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse the directory</a>)
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=seccntfmt">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=seccntfmt</a>
</body>