<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HOWTO: count &#8220;real&#8221; word in Latex document</title>
	<atom:link href="http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/feed/" rel="self" type="application/rss+xml" />
	<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/</link>
	<description>Better Life Experience with Linux</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:41:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: name</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2322</link>
		<dc:creator>name</dc:creator>
		<pubDate>Mon, 01 Sep 2008 06:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2322</guid>
		<description>Hello!,</description>
		<content:encoded><![CDATA[<p>Hello!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2321</link>
		<dc:creator>name</dc:creator>
		<pubDate>Mon, 01 Sep 2008 06:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2321</guid>
		<description>Good day!,</description>
		<content:encoded><![CDATA[<p>Good day!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2314</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 13 Mar 2008 21:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2314</guid>
		<description>That perl script is very nice. Thanks for the tip. Anyone up to the task of making it give section specific word count information? The output could add: 

Section (Introduction): 300 words
Section (Methods): 500 words
Section (Results): 500 words

etc.</description>
		<content:encoded><![CDATA[<p>That perl script is very nice. Thanks for the tip. Anyone up to the task of making it give section specific word count information? The output could add: </p>
<p>Section (Introduction): 300 words<br />
Section (Methods): 500 words<br />
Section (Results): 500 words</p>
<p>etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to pick up women easily</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2310</link>
		<dc:creator>How to pick up women easily</dc:creator>
		<pubDate>Fri, 18 Jan 2008 23:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2310</guid>
		<description>&lt;strong&gt;pick up women&lt;/strong&gt;

how to pick up women the right way</description>
		<content:encoded><![CDATA[<p><strong>pick up women</strong></p>
<p>how to pick up women the right way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2278</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 03 Jan 2008 09:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-2278</guid>
		<description>May be a bit late for you, but I came across this Perl script (and this blog post, too) while searching for a way to do a word count on a LaTex document.

I seems to work quite well!
http://folk.uio.no/einarro/Comp/texwordcount.html</description>
		<content:encoded><![CDATA[<p>May be a bit late for you, but I came across this Perl script (and this blog post, too) while searching for a way to do a word count on a LaTex document.</p>
<p>I seems to work quite well!<br />
<a href="http://folk.uio.no/einarro/Comp/texwordcount.html" rel="nofollow">http://folk.uio.no/einarro/Comp/texwordcount.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samar</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-1182</link>
		<dc:creator>samar</dc:creator>
		<pubDate>Thu, 14 Jun 2007 06:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-1182</guid>
		<description>Note that these methods do not seem to expand \newcommands or automatically count words in \inputted or \included documents.

I am still searching for a comprehensive way to do a latex word count, unfortunately the  definitive way seems to involve converting the final pdf (I use pdflatex BTW) to text and then doing a wc on that.

Note also you can abbreviate

untex target.tex &gt; count ; wc -w count

to simply

untex target.tex &#124; wc -w</description>
		<content:encoded><![CDATA[<p>Note that these methods do not seem to expand \newcommands or automatically count words in \inputted or \included documents.</p>
<p>I am still searching for a comprehensive way to do a latex word count, unfortunately the  definitive way seems to involve converting the final pdf (I use pdflatex BTW) to text and then doing a wc on that.</p>
<p>Note also you can abbreviate</p>
<p>untex target.tex &gt; count ; wc -w count</p>
<p>to simply</p>
<p>untex target.tex | wc -w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-53</link>
		<dc:creator>Test</dc:creator>
		<pubDate>Fri, 30 Mar 2007 11:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-53</guid>
		<description>Hello 
 
 
G&#039;night</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>G&#8217;night</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-34</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Wed, 21 Feb 2007 15:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-34</guid>
		<description>Thanks Olli, I&#039;ll check this out, looks good</description>
		<content:encoded><![CDATA[<p>Thanks Olli, I&#8217;ll check this out, looks good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olli</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-33</link>
		<dc:creator>Olli</dc:creator>
		<pubDate>Tue, 20 Feb 2007 16:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-33</guid>
		<description>hi there, here is another small utility that is able to count Words in Latex. It is called LaTeX Word Counter. As it is based on Java it should also run under Windows. 

http://lwc.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>hi there, here is another small utility that is able to count Words in Latex. It is called LaTeX Word Counter. As it is based on Java it should also run under Windows. </p>
<p><a href="http://lwc.sourceforge.net/" rel="nofollow">http://lwc.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu &#124; Carthik Sharma: “True” Word Count In LaTeX</title>
		<link>http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-31</link>
		<dc:creator>Ubuntu &#124; Carthik Sharma: “True” Word Count In LaTeX</dc:creator>
		<pubDate>Sun, 11 Feb 2007 10:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://weichen.wordpress.com/2007/02/06/howto-count-real-word-in-latex-document/#comment-31</guid>
		<description>[...] way of Wei comes this little nugget of useful information of the kind I [...]</description>
		<content:encoded><![CDATA[<p>[...] way of Wei comes this little nugget of useful information of the kind I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
