Re: footnotes at end of a longtable

2001-01-08 Thread Dekel Tsur

On Sun, Jan 07, 2001 at 08:39:22PM +, Herbert Voss wrote:
> Rolf von Kuhlmann wrote:
> > 
> > I want footnotes in a longtable, but they should appear at the end of the table, 
>not at the
> > bottom of the respective pages. This seems not to be covered by any of the 
>examples in
> > TableExamples.lyx .
> > Is it possible, or does anybody know a workaround?
> 
> from my point of view with standard-footnotes not possible.

It is possible!
The following solution is based of the footnote.sty package, after changing
one line (so the footnotes will not appear as footnotes at the last page of
table).

To use it, put

\usepackage{myfootnote}
\makesavenoteenv{longtable}

in the preamble (and use \footnote in the longtable as usual).

 myfootnote.sty.gz


Re: footnotes at end of a longtable

2001-01-07 Thread Rolf von Kuhlmann

This works fine! Thanks,

Rolf

On Son, 07 Jan 2001 wrote to Herbert Voss:
> Rolf von Kuhlmann wrote:
> > 
> > I want footnotes in a longtable, but they should appear at the end of the table, 
>not at the
> > bottom of the respective pages. This seems not to be covered by any of the 
>examples in
> > TableExamples.lyx .
> > Is it possible, or does anybody know a workaround?
> 
> from my point of view with standard-footnotes not possible.
> you can define your own footnotes with the footnote-counter.
> in the table write \footnotemark in tex(red) which gives the
> write number in supscript. behind the table do a
> 
> \addtocounter{footnote}{-n}
> 
> where n is the number of your footnotes in the table.
> than write behind your longtable the n "footnotes"
> 
> \myFoothote{...blah...} 
> \myFoothote{...blah...} 
> 
> 
> in the latex preamble define the footnote as
> 
> \newcommand\myFootnote[1]{%
>   \textsuperscript{\scriptsize\refstepcounter{footnote}\thefootnote}%
>   \footnotesize #1\normalsize%
> }
> 
> 
> iy you want this with tables in a float (not for longtables) you
> have to put the \myFootnotes... in the float, too.
> 
> hope, this helps
> 
> Herbert
> 
> 
> -- 
> [EMAIL PROTECTED]
> http://perce.de/lyx/
-- 

 note: NEW PHONE NUMBER !!! -
Rolf von Kuhlmann
Max-Planck-Institut fuer Chemie
Abteilung Atmosphaerenchemie |  Tel: (+49)-(06131)-305-332 (NEW!!!)
J.J.-Becher-Weg 27   |  Fax: (+49)-(06131)-305-511
D-55128 Mainz   |  E-Mail: [EMAIL PROTECTED]




Re: footnotes at end of a longtable

2001-01-07 Thread Herbert Voss

Rolf von Kuhlmann wrote:
> 
> I want footnotes in a longtable, but they should appear at the end of the table, not 
>at the
> bottom of the respective pages. This seems not to be covered by any of the examples 
>in
> TableExamples.lyx .
> Is it possible, or does anybody know a workaround?

from my point of view with standard-footnotes not possible.
you can define your own footnotes with the footnote-counter.
in the table write \footnotemark in tex(red) which gives the
write number in supscript. behind the table do a

\addtocounter{footnote}{-n}

where n is the number of your footnotes in the table.
than write behind your longtable the n "footnotes"

\myFoothote{...blah...} 
\myFoothote{...blah...} 


in the latex preamble define the footnote as

\newcommand\myFootnote[1]{%
  \textsuperscript{\scriptsize\refstepcounter{footnote}\thefootnote}%
  \footnotesize #1\normalsize%
}


iy you want this with tables in a float (not for longtables) you
have to put the \myFootnotes... in the float, too.

hope, this helps

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




footnotes at end of a longtable

2001-01-07 Thread Rolf von Kuhlmann

Hi,

I want footnotes in a longtable, but they should appear at the end of the table, not 
at the
bottom of the respective pages. This seems not to be covered by any of the examples in
TableExamples.lyx .
Is it possible, or does anybody know a workaround?

Thanks,
Rolf