diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html index f6379c0d327..772dd0cfbf9 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-verbwithin.html @@ -60,7 +60,7 @@ necessary?”. address or the like, then the <code>\</code><code>url</code> command from the <i>url</i> will help: it doesn’t suffer from all the problems of <code>\</code><code>verb</code>, though it’s still not robust; - ”<a href="FAQ-setURL.html">typesetting URLs</a>” offers advice here. + “<a href="FAQ-setURL.html">typesetting URLs</a>” offers advice here. <li> If you’re putting <code>\</code><code>verb</code> into the argument of a boxing command (such as <code>\</code><code>fbox</code>), consider using the <code>lrbox</code> environment: @@ -80,21 +80,22 @@ necessary?”. <li> Some packages have macros which are designed to be responsive to verbatim text in their arguments. For example, the <i>fancyvrb</i> package defines a command - <code>\</code><code>VerbatimFootnotes</code>, which redefines the <code>\</code><code>footnotetext</code> (and - hence the <code>\</code><code>footnote</code>) commands in such a way that you can include - <code>\</code><code>verb</code> commands in its argument. This approach could in - principle be extended to the arguments of other commands, but it can - clash with other packages: for example, <code>\</code><code>VerbatimFootnotes</code> - interacts poorly with the <code>para</code> option to the <i>footmisc</i> - package. + <code>\</code><code>VerbatimFootnotes</code>, which redefines the <code>\</code><code>footnotetext</code> + command, and hence also the behaviour of the <code>\</code><code>footnote</code>) + command, in such a way that you can include <code>\</code><code>verb</code> commands in + its argument. This approach could in principle be extended to the + arguments of other commands, but it can clash with other packages: + for example, <code>\</code><code>VerbatimFootnotes</code> interacts poorly with the + <code>para</code> option of the <i>footmisc</i> package. <p/> The <i>memoir</i> class defines its <code>\</code><code>footnote</code> command so that it will accept verbatim in its arguments, without any supporting package. <li> The <i>fancyvrb</i> package defines a command <code>\</code><code>SaveVerb</code>, with a corresponding <code>\</code><code>UseVerb</code> command, that allow you to save and then to reuse the content of its argument; for details of this extremely powerful facility, see the package documentation. -<p/> Rather simpler is the <i>verbdef</i> package, which defines a - (robust) command which expands to the verbatim argument given. +<p/> Rather simpler is the <i>verbdef</i> package, whose <code>\</code><code>verbdef</code> + command defines a (robust) command which expands to the verbatim + argument given. <li> If you have a single character that is giving trouble (in its absence you could simply use <code>\</code><code>texttt</code>), consider using <code>\</code><code>string</code>. <code>\</code><code>texttt{my<code>\</code><code>string</code>_name}</code> @@ -120,10 +121,10 @@ necessary?”. Documentation of both <i>url</i> and <i>verbdef</i> is in the package files. <dl> -<dt><tt><i>fancyvrb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.zip">macros/latex/contrib/fancyvrb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyvrb/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>url.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">macros/latex/contrib/misc/url.sty</a> -<dt><tt><i>verbdef.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/verbdef.sty">macros/latex/contrib/misc/verbdef.sty</a> +<dt><tt><i>fancyvrb.sty</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/fancyvrb.zip">macros/latex/contrib/fancyvrb</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/fancyvrb/">browse the directory</a>) +<dt><tt><i>memoir.cls</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/memoir/">browse the directory</a>) +<dt><tt><i>url.sty</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/contrib/misc/url.sty">macros/latex/contrib/misc/url.sty</a> +<dt><tt><i>verbdef.sty</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/contrib/misc/verbdef.sty">macros/latex/contrib/misc/verbdef.sty</a> </dl> <p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbwithin">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbwithin</a> </body> |