diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
commit | c7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch) | |
tree | 8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html | |
parent | 8948a31a6e2ac27883f7adac1b339003961ba43f (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-linenos.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html index 1471cdd3c43..ac06276ba38 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html @@ -2,18 +2,18 @@ <title>UK TeX FAQ -- question label linenos</title> </head><body> <h3>Including line numbers in typeset output</h3> -<p>For general numbering of lines, there are two packages for use with +<p/>For general numbering of lines, there are two packages for use with LaTeX, <i>lineno</i> (which permits labels attached to individual lines of typeset output) and <i>numline</i>. -<p>Both of these packages play fast and loose with the LaTeX output +<p/>Both of these packages play fast and loose with the LaTeX output routine, which can cause problems: the user should beware... -<p>If the requirement is for numbering verbatim text, <i>moreverb</i>, +<p/>If the requirement is for numbering verbatim text, <i>moreverb</i>, <i>memoir</i> or <i>fancyvrb</i> (see <a href="FAQ-verbfile.html">including files verbatim</a>) may be used. -<p>One common use of line numbers is in critical editions of texts, and +<p/>One common use of line numbers is in critical editions of texts, and for this the <i>edmac</i> package offers comprehensive support; <i>ledmac</i> is a LaTeX port of <i>edmac</i>. -<p>The <i>vruler</i> package sidesteps many of the problems associated +<p/>The <i>vruler</i> package sidesteps many of the problems associated with line-numbering, by offering (as its name suggests) a rule that numbers positions on the page. The effect is good, applied to even-looking text, but is poor in texts that involve breaks such as @@ -30,5 +30,5 @@ the package itself, is pretty tough going, though there is an example <dt><tt><i>numline.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/numline/numline.sty">macros/latex/contrib/numline/numline.sty</a> <dt><tt><i>vruler.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/vruler.sty">macros/latex/contrib/misc/vruler.sty</a> </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos</a> </body> |