<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Uwe,<br><br>Thanks for your response.<br><br>Actually i have need to place the footnotes in the each page 3rd column bottom alignment only (in the text area part).  I have tried in ftnpara package.  But, this is working in 2 column only. But my requirement is 3rd column bottom placement.<br><br>simple code is:<br><br>\documentclass{article}<br>\usepackage{multicol,ftnpara}<br>\begin{document}<br>\title{Title here}<br>\author{Author here\footnote{Author email id}}<br>\section{Introduction}<br>\begin{multicols}{3}<br><some text here><br>\end{multicols}<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\end{document}<br></p><br>Text area width means need to place the footnote in the <some text here> layout.<br><br>Hope you can understand my requirement.<br><br>Thanks and Regards,<br>jack<br><div><div><div><div><div> </div></div></div></div></div><br><br>--- On <b>Sat, 1/7/12, Uwe Lueck <i><uwe.lueck@web.de></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Uwe Lueck <uwe.lueck@web.de><br>Subject: Re: [texhax] auto footnote placement in textwidth area<br>To: "bala" <jack_perl@yahoo.com>, texhax@tug.org<br>Date: Saturday, January 7, 2012, 11:24 PM<br><br><div class="plainMail">bala <<a ymailto="mailto:jack_perl@yahoo.com" href="/mc/compose?to=jack_perl@yahoo.com">jack_perl@yahoo.com</a>> wrote 06.01.2012
 18:06:00:<br>> I have drying multicolumn package with footnote placement<br>> in the text area width (automatically adjust in the \textwidth area).<br>> That is possible in LaTeX or XeLaTeX? If yes, could you please<br>> provide me some sample. I have tried ledmac, footmisc, etc.,<br>> but this is controlling in the footer align only. But, I need to<br>> automatically update in the textarea width.<br><br>I do not quite understand (i) "footnote placement in the text area width", <br>(ii) "controlling in the footer align", and (iii) "automatically update in the<br>textarea width". The only sense I can make of (i) would be getting<br>footnotes typeset in a single column of text area width on the page<br>below the columns, spanning all of them.<br><br>And actually I do not quite understand (iv) "drying multicolumn package".<br>First I thought you tried the *multicol* package already, but you may be<br>looking for a package allowing
 multiple columns with text-area-width-wide<br>footnotes. Anyway, according to what I read, multicol *is* a package that <br>does this. It happens without any additional footnote package, just<br><br>    \documentclass{article} %% or so<br>    \usepackage{multicol}<br>    %% more?<br>    \begin{document}<br>    %% title and such<br>    \begin{multicols}{NUMBER}<br>    TEXT.\footnote{FOOTNOTE TEXT.}<br>    \end{multicols}<br>    \end{document}<br><br>Maybe it stops working as soon as you add another footnote package,<br>I don't know, sorry ...<br><br>HTH -- Uwe.<br></div></blockquote></td></tr></table>