diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html index 9981f266dcc..4eb00fb66a4 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-compactbib.html @@ -5,9 +5,9 @@ <p/>Bibliographies are, in fact, implemented as lists, so all the confusion about <a href="FAQ-complist.html">reducing list item spacing</a> also applies to bibliographies. -<p/>If the <i>natbib</i> package ‘works’ for you (it may not if you are using +<p/>If the <i>natbib</i> package ‘works’ for you (it may not if you are using some special-purpose bibliography style), the solution is relatively -simple — add +simple — add <blockquote> <pre> \usepackage{natbib} @@ -18,11 +18,11 @@ to the preamble of your document. <p/>The <i>compactbib</i> package has a similar effect. Its primary purpose is to produce two bibliographies, and it seems to preclude use of BibTeX (though the package documentation, in the package file -itself, isn’t particularly clear). +itself, isn’t particularly clear). <p/>Otherwise, one is into unseemly hacking of something or other. The -<i>mdwlist</i> package actually does the job, but it doesn’t work +<i>mdwlist</i> package actually does the job, but it doesn’t work here, because it makes a different-named list, while the name -“<code>thebibliography</code>” is built into LaTeX and +“<code>thebibliography</code>” is built into LaTeX and BibTeX. Therefore, we need to <a href="FAQ-patch.html">patch the underlying macro</a>: <blockquote> @@ -40,7 +40,7 @@ its other actions, and have it provide you a compressed bibliography <em>only</em>. <dl> <dt><tt><i>compactbib.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/compactbib/compactbib.sty">macros/latex/contrib/compactbib/compactbib.sty</a> -<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>) +<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/mdwlist.html">catalogue entry</a> <dt><tt><i>natbib.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse the directory</a>) <dt><tt><i>savetrees.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/savetrees.zip">macros/latex/contrib/savetrees</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/savetrees/">browse the directory</a>) </dl> |