<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multiple bibliographies in LaTeX</title>
	<atom:link href="http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multiple-bibliographies-in-latex</link>
	<description>Airpower and British society, 1908-1941</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-162339</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Sun, 22 Jan 2012 04:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-162339</guid>
		<description>Sorry, I can&#039;t give you a simple answer, as I don&#039;t use a makefile. There are a number of LaTeX makefiles out there but for some reason it seems to be too hard for them to allow for bibtex (e.g. see &lt;a href=&quot;http://code.google.com/p/latex-makefile/issues/detail?id=103&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;). I don&#039;t understand why, maybe it&#039;s the need to be generic. I think if you defined the bibtex command so that instead of running once for the default bibliography, it runs once for each of your bibliographies that would do it, e.g. instead of BIBTEX = bibtex use BIBTEX = bibtex primary; bibtex secondary. Maybe.</description>
		<content:encoded><![CDATA[<p>Sorry, I can't give you a simple answer, as I don't use a makefile. There are a number of LaTeX makefiles out there but for some reason it seems to be too hard for them to allow for bibtex (e.g. see <a href="http://code.google.com/p/latex-makefile/issues/detail?id=103" rel="nofollow">here</a>). I don't understand why, maybe it's the need to be generic. I think if you defined the bibtex command so that instead of running once for the default bibliography, it runs once for each of your bibliographies that would do it, e.g. instead of BIBTEX = bibtex use BIBTEX = bibtex primary; bibtex secondary. Maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-162326</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 20 Jan 2012 22:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-162326</guid>
		<description>How does one write a makefile to use multibib ??</description>
		<content:encoded><![CDATA[<p>How does one write a makefile to use multibib ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Secondary citation &#171; Abner&#8217;s Postgraduate Days</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-157177</link>
		<dc:creator>Secondary citation &#171; Abner&#8217;s Postgraduate Days</dc:creator>
		<pubDate>Sun, 27 Feb 2011 20:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-157177</guid>
		<description>[...] LaTeX: Airminded · Multiple bibliographies in LaTeX [...]</description>
		<content:encoded><![CDATA[<p>[...] LaTeX: Airminded · Multiple bibliographies in LaTeX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-144089</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Sat, 19 Jun 2010 07:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-144089</guid>
		<description>Thanks for the note. TeX has weathered surprisingly well for such an old piece of software (it was started over 30 years ago). But only 16 files? I didn&#039;t think anything could still count that low.</description>
		<content:encoded><![CDATA[<p>Thanks for the note. TeX has weathered surprisingly well for such an old piece of software (it was started over 30 years ago). But only 16 files? I didn't think anything could still count that low.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-144065</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-144065</guid>
		<description>I obtained good results with multibib but due to the particulars of my document (technical software users manual with a glossary, multiple indices, etc.) I exceeded LaTeX&#039;s internal file limit. My solution was to switch to splitbib. There&#039;s a little more overhead in that I have to manually categorize my references, but that was minor compared to bringing document compilation to a screeching halt after unwittingly running the system out of internal files.

I don&#039;t have a strong opinion either way - multibib and splitbib address the same issue in different ways and they each have their pros and cons. I just wanted to note that multibib may cause problems if your document makes heavy use of internal files. The underlying issue is that TeX is a victim of its own success; it&#039;s easy to extend its functionality with packages and thereby run the system out of files, even without creating an obviously pathological document. Apparently the limitation on the number of internal files (currently 16) is to be addressed in an upcoming release. That&#039;s good news, but nothing that could help me in the near term.</description>
		<content:encoded><![CDATA[<p>I obtained good results with multibib but due to the particulars of my document (technical software users manual with a glossary, multiple indices, etc.) I exceeded LaTeX's internal file limit. My solution was to switch to splitbib. There's a little more overhead in that I have to manually categorize my references, but that was minor compared to bringing document compilation to a screeching halt after unwittingly running the system out of internal files.</p>
<p>I don't have a strong opinion either way - multibib and splitbib address the same issue in different ways and they each have their pros and cons. I just wanted to note that multibib may cause problems if your document makes heavy use of internal files. The underlying issue is that TeX is a victim of its own success; it's easy to extend its functionality with packages and thereby run the system out of files, even without creating an obviously pathological document. Apparently the limitation on the number of internal files (currently 16) is to be addressed in an upcoming release. That's good news, but nothing that could help me in the near term.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-104988</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Tue, 05 May 2009 05:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-104988</guid>
		<description>Peter, I addressed that in an &lt;a href=&quot;http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-35674&quot; rel=&quot;nofollow&quot;&gt;earlier comment&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Peter, I addressed that in an <a href="http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-35674" rel="nofollow">earlier comment</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-104709</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-104709</guid>
		<description>ummm...
it&#039;s all very well 
how to do thia dn that and what not
but can come one please explain where to place what files?!?</description>
		<content:encoded><![CDATA[<p>ummm...<br />
it's all very well<br />
how to do thia dn that and what not<br />
but can come one please explain where to place what files?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-95883</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-95883</guid>
		<description>If I understand this correctly, you&#039;re using both the normal bibliography and a multibib bibliography (called publi). uschold97 is in the first one and dutot07 is in the second. I suspect that when you compile with bibtex, you are just doing it the normal way and so it is not compiling the publi bibliography. But with multibib you need to do bibtex on each bibliography. E.g., from the command line you would need to run &#039;bibtex publi&#039; as well.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>If I understand this correctly, you're using both the normal bibliography and a multibib bibliography (called publi). uschold97 is in the first one and dutot07 is in the second. I suspect that when you compile with bibtex, you are just doing it the normal way and so it is not compiling the publi bibliography. But with multibib you need to do bibtex on each bibliography. E.g., from the command line you would need to run 'bibtex publi' as well.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahem</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-95845</link>
		<dc:creator>Fahem</dc:creator>
		<pubDate>Sun, 25 Jan 2009 10:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-95845</guid>
		<description>Hi, i have a problem with multibib. This my sample:

\documentclass{article}
\usepackage{multibib}

\newcites{publi}{Publications}

\begin{document}
blalalalalal  \cite{uschold96}
blalalalallala \citepubli{dutot07}.

\bibliographystyle{plain}
\bibliography{These}

\renewcommand{\refname}{Publications}
\bibliographystylepubli{plain}
\bibliographypubli{These}

\end{document}

But only the first reference (uschold96) appears. The compilator can&#039;t find the second citation. i d&#039;ont konw why. 
Than you for your help!</description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with multibib. This my sample:</p>
<p>\documentclass{article}<br />
\usepackage{multibib}</p>
<p>\newcites{publi}{Publications}</p>
<p>\begin{document}<br />
blalalalalal  \cite{uschold96}<br />
blalalalallala \citepubli{dutot07}.</p>
<p>\bibliographystyle{plain}<br />
\bibliography{These}</p>
<p>\renewcommand{\refname}{Publications}<br />
\bibliographystylepubli{plain}<br />
\bibliographypubli{These}</p>
<p>\end{document}</p>
<p>But only the first reference (uschold96) appears. The compilator can't find the second citation. i d'ont konw why.<br />
Than you for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-83723</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Sun, 07 Sep 2008 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-83723</guid>
		<description>OK, there&#039;s a few problems here.

1. &#039;bibtex: command not found&#039; tells me that bibtex is not in your path (i.e a list of directories that it searches for commands). On my system bibtex is in /usr/texbin, and it seems to have been set up automatically when I installed &lt;a href=&quot;http://www.tug.org/mactex/&quot; rel=&quot;nofollow&quot;&gt;MacTeX&lt;/a&gt; -- it will depend on what distribution you are using. If you&#039;re using MacTeX too, you could always type /usr/texbin/bibtex instead of just bibtex.

2. You wouldn&#039;t use &#039;bibtex workingpaper.tex&#039; because bibtex can&#039;t understand the tex file. Instead, you&#039;d do &#039;bibtex workingpaper.aux&#039; or, even easier, just &#039;bibtex workingpaper&#039;.

3. Finally, with natbib, you don&#039;t actually use the name of the document (as you would normally do with bibtex), but the name of the different bibliographies. I.e., the names you have used in the \newcites command. So in my example in this post, I have 

\newcites{pri}{Primary sources}
\newcites{sec}{Secondary sources}

So I would then do &#039;bibtex pri&#039; and &#039;bibtex sec&#039;, and not use the filename at all.

Good luck ...</description>
		<content:encoded><![CDATA[<p>OK, there's a few problems here.</p>
<p>1. 'bibtex: command not found' tells me that bibtex is not in your path (i.e a list of directories that it searches for commands). On my system bibtex is in /usr/texbin, and it seems to have been set up automatically when I installed <a href="http://www.tug.org/mactex/" rel="nofollow">MacTeX</a> -- it will depend on what distribution you are using. If you're using MacTeX too, you could always type /usr/texbin/bibtex instead of just bibtex.</p>
<p>2. You wouldn't use 'bibtex workingpaper.tex' because bibtex can't understand the tex file. Instead, you'd do 'bibtex workingpaper.aux' or, even easier, just 'bibtex workingpaper'.</p>
<p>3. Finally, with natbib, you don't actually use the name of the document (as you would normally do with bibtex), but the name of the different bibliographies. I.e., the names you have used in the \newcites command. So in my example in this post, I have </p>
<p>\newcites{pri}{Primary sources}<br />
\newcites{sec}{Secondary sources}</p>
<p>So I would then do 'bibtex pri' and 'bibtex sec', and not use the filename at all.</p>
<p>Good luck ...</p>
]]></content:encoded>
	</item>
</channel>
</rss>

