<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Expressed Exons &#187; footnote</title>
	<atom:link href="http://armish.linux-sevenler.org/blog/tag/footnote/feed" rel="self" type="application/rss+xml" />
	<link>http://armish.linux-sevenler.org/blog</link>
	<description>AUG ... UAA</description>
	<lastBuildDate>Wed, 13 Jan 2010 02:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Footnote tricks in TeX</title>
		<link>http://armish.linux-sevenler.org/blog/2008/10/21/footnote-tricks-in-tex.html</link>
		<comments>http://armish.linux-sevenler.org/blog/2008/10/21/footnote-tricks-in-tex.html#comments</comments>
		<pubDate>Tue, 21 Oct 2008 06:41:26 +0000</pubDate>
		<dc:creator>B. Arman Aksoy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[footnote]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[symbol]]></category>
		<category><![CDATA[tex]]></category>

		<guid isPermaLink="false">http://armish.linux-sevenler.org/blog/?p=131</guid>
		<description><![CDATA[As in the most of the papers around, what I wanted was to use symbols for the footnotes in the title page; and to use numbers for rest of the document. By,
\documentclass[11pt, twocolumn, titlepage]{article}

...

\maketitle

...

I was getting numbers for both. And by,
\documentclass[11pt, twocolumn]{article}

...

\maketitle

...

I got what I wanted, but with a numbered title page! So, after Googling [...]]]></description>
			<content:encoded><![CDATA[<p>As in the most of the papers around, what I wanted was to use symbols for the footnotes in the title page; and to use numbers for rest of the document. By,</p>
<blockquote><pre>\documentclass[11pt, twocolumn, titlepage]{article}

...

\maketitle

...</pre>
</blockquote>
<p>I was getting numbers for both. And by,</p>
<blockquote><pre>\documentclass[11pt, twocolumn]{article}

...

\maketitle

...</pre>
</blockquote>
<p>I got what I wanted, but with a numbered title page! So, after Googling a little, I found this trick:</p>
<blockquote><pre>\documentclass[11pt, twocolumn, titlepage]{article}

...

\renewcommand\thefootnote{\fnsymbol{footnote}}
\maketitle
\renewcommand\thefootnote{\arabic{footnote}}
...
</pre>
</blockquote>
<p>Thank God, I am using TeX after ~30 years it&#8217;s been invented. Phew!</p>
]]></content:encoded>
			<wfw:commentRss>http://armish.linux-sevenler.org/blog/2008/10/21/footnote-tricks-in-tex.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
