<?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"
	>
<channel>
	<title>Comments on: Bibtex Entry Extractor/Subsetter</title>
	<atom:link href="http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter</link>
	<description>thoughts of michael xiaoquan zhang professor at hkust</description>
	<pubDate>Sun, 21 Mar 2010 23:05:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: bdp</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-156866</link>
		<dc:creator>bdp</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-156866</guid>
		<description>If you edit your latex files using emacs and the excellent auctex mode with it's partner reftex, there is a menu entry ("Ref -&#62; Global Actions -&#62; Create BibTeX File") which does this for you.</description>
		<content:encoded><![CDATA[<p>If you edit your latex files using emacs and the excellent auctex mode with it&#8217;s partner reftex, there is a menu entry (&#8221;Ref -&gt; Global Actions -&gt; Create BibTeX File&#8221;) which does this for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hectorpal</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-152726</link>
		<dc:creator>hectorpal</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-152726</guid>
		<description>There is also "bibtool"
that allows to do this extraction. I installed using apt-get in ubuntu.
The main drawback of bibtool the aux includes other aux files. BibTex items get repeated.</description>
		<content:encoded><![CDATA[<p>There is also &#8220;bibtool&#8221;<br />
that allows to do this extraction. I installed using apt-get in ubuntu.<br />
The main drawback of bibtool the aux includes other aux files. BibTex items get repeated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ET</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-143311</link>
		<dc:creator>ET</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-143311</guid>
		<description>using aux file is indeed a good idea.</description>
		<content:encoded><![CDATA[<p>using aux file is indeed a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-142051</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 11 Feb 2009 00:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-142051</guid>
		<description>Nice job. there is better option though

To extract bibtex entries from the aux file you can use jabRef. There is one item under menu "Tool" called "New subdatabase based on AUX file". 
Quite convenient.</description>
		<content:encoded><![CDATA[<p>Nice job. there is better option though</p>
<p>To extract bibtex entries from the aux file you can use jabRef. There is one item under menu &#8220;Tool&#8221; called &#8220;New subdatabase based on AUX file&#8221;.<br />
Quite convenient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ET</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-97420</link>
		<dc:creator>ET</dc:creator>
		<pubDate>Mon, 02 Jun 2008 17:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-97420</guid>
		<description>Thx! Austin.  Yours is very cool!
I noticed your IP from MIT. Say hi to eastgate for me, my wife was missing 27C just now. She obviously enjoyed the time there while I was busy working on the problem sets for 14.271, 6.262, 15.575, etc.</description>
		<content:encoded><![CDATA[<p>Thx! Austin.  Yours is very cool!<br />
I noticed your IP from MIT. Say hi to eastgate for me, my wife was missing 27C just now. She obviously enjoyed the time there while I was busy working on the problem sets for 14.271, 6.262, 15.575, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Che</title>
		<link>http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter#comment-97300</link>
		<dc:creator>Austin Che</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikezhang.com/2007/07/04/bibtex-entry-extractorsubsetter/#comment-97300</guid>
		<description>I was looking for something exactly like this. Unfortunately all my files are spread around different tex files and parsing the source tex file doesn't seem the right way to go. I put together a much simpler version that just parses the generated .aux file and subsets the bib file: http://austinche.name/misc/bibsubset.pl</description>
		<content:encoded><![CDATA[<p>I was looking for something exactly like this. Unfortunately all my files are spread around different tex files and parsing the source tex file doesn&#8217;t seem the right way to go. I put together a much simpler version that just parses the generated .aux file and subsets the bib file: <a href="http://austinche.name/misc/bibsubset.pl" rel="nofollow">http://austinche.name/misc/bibsubset.pl</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
