[texhax] auto footnote placement in textwidth area
bala
jack_perl at yahoo.com
Mon Jan 9 08:50:21 CET 2012
Hi Uwe,
Thanks for your response.
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.
simple code is:
\documentclass{article}
\usepackage{multicol,ftnpara}
\begin{document}
\title{Title here}
\author{Author here\footnote{Author email id}}
\section{Introduction}
\begin{multicols}{3}
<some text here>
\end{multicols}
\end{document}
Text area width means need to place the footnote in the <some text here> layout.
Hope you can understand my requirement.
Thanks and Regards,
jack
--- On Sat, 1/7/12, Uwe Lueck <uwe.lueck at web.de> wrote:
From: Uwe Lueck <uwe.lueck at web.de>
Subject: Re: [texhax] auto footnote placement in textwidth area
To: "bala" <jack_perl at yahoo.com>, texhax at tug.org
Date: Saturday, January 7, 2012, 11:24 PM
bala <jack_perl at yahoo.com> wrote 06.01.2012 18:06:00:
> I have drying multicolumn package with footnote placement
> in the text area width (automatically adjust in the \textwidth area).
> That is possible in LaTeX or XeLaTeX? If yes, could you please
> provide me some sample. I have tried ledmac, footmisc, etc.,
> but this is controlling in the footer align only. But, I need to
> automatically update in the textarea width.
I do not quite understand (i) "footnote placement in the text area width",
(ii) "controlling in the footer align", and (iii) "automatically update in the
textarea width". The only sense I can make of (i) would be getting
footnotes typeset in a single column of text area width on the page
below the columns, spanning all of them.
And actually I do not quite understand (iv) "drying multicolumn package".
First I thought you tried the *multicol* package already, but you may be
looking for a package allowing multiple columns with text-area-width-wide
footnotes. Anyway, according to what I read, multicol *is* a package that
does this. It happens without any additional footnote package, just
\documentclass{article} %% or so
\usepackage{multicol}
%% more?
\begin{document}
%% title and such
\begin{multicols}{NUMBER}
TEXT.\footnote{FOOTNOTE TEXT.}
\end{multicols}
\end{document}
Maybe it stops working as soon as you add another footnote package,
I don't know, sorry ...
HTH -- Uwe.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20120108/cbc4c795/attachment.html>
More information about the texhax
mailing list