summaryrefslogtreecommitdiff
path: root/Master/texmf-doc
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-23 00:03:39 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-23 00:03:39 +0000
commitca6ad61fe708a8030ce1f6ee409a201b5091e551 (patch)
treed4df035bd7a07a8755fb11c29bdeea8c3fafa466 /Master/texmf-doc
parent9ac09455da066bf87a1c6568bf333a8da1a423a3 (diff)
FAQ-en without fancy chars in filenames
git-svn-id: svn://tug.org/texlive/trunk@8945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html4
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html (renamed from Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktex.html)0
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html2
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html24
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/index.html4
5 files changed, 26 insertions, 8 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html
index 7d6ffc3b674..d8ef63eaa2c 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html
@@ -20,8 +20,8 @@ following minimal solution:
<blockquote>
<pre>
\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}}
-\RCS$Revision: 1.548 $ % or any RCS keyword
-\RCS$Date: 2008/06/20 13:37:44 $
+\RCS$Revision: 1.543 $ % or any RCS keyword
+\RCS$Date: 2008/06/21 18:54:02 $
...
\date{Revision \RCSRevision, \RCSDate}
</pre>
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html
index 7ffb88aba90..7ffb88aba90 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktex.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html
index 92e5237582e..5b1d5a1c03d 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html
@@ -6,7 +6,7 @@
be bypassed:
<ul>
<li> If you are a MiKTeX user, the
- <a href="FAQ-inst-miktex*.html">MiKTeX package management system</a>
+ <a href="FAQ-inst-miktexstar.html">MiKTeX package management system</a>
can usually help;
<li> The package you want may already exist as a ZIP file
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html
index 72367f6d61f..419d3f8d472 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html
@@ -87,6 +87,23 @@ release, will also allow you to resume lists:
which feels just as &ldquo;natural&rdquo; as the <i>mdwtools</i> facility,
and has the advantage of playing well with the other excellent
facilities of <i>enumitem</i>.
+<p/><i>Expdlist</i> has a neat way of providing for comments, with its
+<code>\</code><code>listpart</code> command. The command&rsquo;s argument becomes a comment
+between items of the list:
+<blockquote>
+<pre>
+\begin{enumerate}
+\item item 1
+\item item 2
+ \listpart{interpolated comment}
+\item item 3
+\end{enumerate}
+</pre>
+</blockquote><p>
+This, you will realise, means it doesn&rsquo;t even have to think about
+suspending or resuming the list, and of course it works equally well
+in any of the list environments (thought it&rsquo;s not actually
+<em>necessary</em> for any but <code>enumerate</code>).
<p/><i>Enumitem</i> also allows multi-level suspension and resumption
of lists:
<blockquote>
@@ -110,13 +127,14 @@ of lists:
% end outer enumerate
\end{enumerate}
</pre>
-However, the comment interpolated in the nested enumeration appears as
-if it were a second paragraph to &ldquo;outer item 2&rdquo;, which is hardly
-satisfactory.
</blockquote><p>
+However, the &lsquo;nested comment&rsquo; interpolated in the nested enumeration
+appears as if it were a second paragraph to &ldquo;outer item 2&rdquo;, which is
+hardly satisfactory.
<dl>
<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>)
<dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>)
+<dt><tt><i>expdlist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.zip">macros/latex/contrib/expdlist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist/">browse</a>)
<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>)
</dl>
<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=interruptlist">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=interruptlist</a>
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/index.html b/Master/texmf-doc/doc/english/FAQ-en/html/index.html
index f1e535b65dd..81a159e718e 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/index.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/index.html
@@ -225,7 +225,7 @@ Reinhard Zierke.
<li><a href="FAQ-install-where.html">Where to install packages</a>
<li><a href="FAQ-inst-tidy.html">Tidying up after installation</a>
<li><a href="FAQ-inst-scut.html">Shortcuts to installing files</a>
-<li><a href="FAQ-inst-miktex*.html">Installation using MiKTeX package manager</a>
+<li><a href="FAQ-inst-miktexstar.html">Installation using MiKTeX package manager</a>
<li><a href="FAQ-inst-tds-zip.html">Installing using preformatted ZIP files</a>
<li><a href="FAQ-tempinst.html">&ldquo;Temporary&rdquo; installation of (La)TeX files</a>
<li><a href="FAQ-privinst.html">&ldquo;Private&rdquo; installations of files</a>
@@ -608,5 +608,5 @@ Reinhard Zierke.
"<a href="FAQ-noans.html">Improving the FAQ</a>" or
"<a href="FAQ-newans.html">Extending the FAQ</a>".
<p>
- This is FAQ version 3.18, last modified on 2008-06-20.
+ This is FAQ version 3.18, last modified on 2008-06-21.
</address>