summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
committerKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
commitc7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch)
tree8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html
parent8948a31a6e2ac27883f7adac1b339003961ba43f (diff)
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html
index ce82fb7b42c..e5a36b9f191 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html
@@ -2,7 +2,7 @@
<title>UK TeX FAQ -- question label verbfile</title>
</head><body>
<h3>Including a file verbatim in LaTeX</h3>
-<p>A good way is to use Rainer Sch&ouml;pf&rsquo;s <i>verbatim</i> package,
+<p/>A good way is to use Rainer Sch&ouml;pf&rsquo;s <i>verbatim</i> package,
which provides a command <code>\verbatiminput</code> that takes a file name as
argument:
<blockquote>
@@ -27,13 +27,13 @@ finds:
</blockquote><p>
of course, this is little use for inputting (La)TeX source
code...
-<p>The <i>moreverb</i> package extends the <i>verbatim</i> package,
+<p/>The <i>moreverb</i> package extends the <i>verbatim</i> package,
providing a <code>listing</code> environment and a <code>\</code><code>listinginput</code>
command, which line-number the text of the file. The package also has
a <code>\</code><code>verbatimtabinput</code> command, that honours TAB characters in
the input (the package&rsquo;s <code>listing</code> environment and the
<code>\</code><code>listinginput</code> command also both honour TAB).
-<p>The <i>sverb</i> package provides verbatim input (without recourse
+<p/>The <i>sverb</i> package provides verbatim input (without recourse
to the facilities of the <i>verbatim</i> package):
<blockquote>
<pre>
@@ -42,13 +42,13 @@ to the facilities of the <i>verbatim</i> package):
\verbinput{verb.txt}
</pre>
</blockquote><p>
-<p>The <i>fancyvrb</i> package offers configurable implementations of
+<p/>The <i>fancyvrb</i> package offers configurable implementations of
everything <i>verbatim</i>, <i>sverb</i> and <i>moreverb</i>
have, and more besides. It is nowadays the package of choice for the
discerning typesetter of verbatim text, but its wealth of facilities
makes it a complex beast and study of the documentation is strongly
advised.
-<p>The <i>memoir</i> class includes the relevant functionality of the
+<p/>The <i>memoir</i> class includes the relevant functionality of the
<i>verbatim</i> and <i>moreverb</i> packages.
<dl>
<dt><tt><i>alltt.sty</i></tt><dd>Part of the LaTeX distribution.
@@ -58,5 +58,5 @@ advised.
<dt><tt><i>sverb.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>)
<dt><tt><i>verbatim.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>)
</dl>
-<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile</a>
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile</a>
</body>