Re: REVTeX 4, table* and footnotes



On Mar 19, 12:00 pm, cefstat <cefs...@xxxxxxxxx> wrote:
I am using REVTeX 4 for typesetting an article. The format is
twocolumn and I am using the table* environment to obtain a full width
table. In the same table I have one footnote using \footnotemark[] and
\footnotetext[]{}. Unfortunately, the footnote instead of extending to
the whole page width like the table itself, extends only to the width
of one column.

A simple example that exhibits the problem is below:

\documentclass[aps,pra,twocolumn,preprint,tightenlines]{revtex4}

\begin{document}

\begin{table*}
\caption{This is a simple table.}
\begin{ruledtabular}
\begin{tabular}{|c|c|c|}
Column A & Column B\footnotemark[1] & Column C \\
Column A & Column B & Column C \\
\end{tabular}
\end{ruledtabular}
\footnotetext[1]{This is the first footnote and I am writing a lot
of things
in order to make it long enough to show that it wraps at the end
of the column.}
\end{table*}

\end{document}

I guess that this is a bug. Is this true or I am doing something
wrong?

Best wishes,
Konstantinos

A minipage, perhaps

\documentclass[aps,pra,twocolumn,preprint,tightenlines]{revtex4}

\begin{document}

\begin{table*}
\begin{minipage}{\textwidth}
\caption{This is a simple table.}
\begin{ruledtabular}
\begin{tabular}{|c|c|c|}
Column A & Column B\footnotemark[1] & Column C \\
Column A & Column B & Column C \\
\end{tabular}
\end{ruledtabular}
\footnotetext[1]{This is the first footnote and I am writing a lot
of things
in order to make it long enough to show that it wraps at the end
of the column.}
\end{minipage}
\end{table*}
\end{document}

Joseph Wright
.



Relevant Pages

  • Re: Footnote in section title
    ... general practice consisting in writing: ... with document class and preamble ... \protect\footnote provides a footnote in the table of contents, ...
    (comp.text.tex)
  • Re: Footnotes in LaTeX
    ... I'm a LaTeX rookie, so forgive me if this question is extremely ... I'm writing a report and in it I've got footnotes. ... is there anything I can do to stop LaTeX splitting one footnote ...
    (comp.text.tex)
  • Re: crashes while editing footnotes
    ... "Text" the other contains the footnote text. ... As I am writing, I simply type in the text where I want the footnote ... But I don't have any tracked changes in my document! ... John McGhie, Microsoft MVP, Consultant Technical Writer, ...
    (microsoft.public.mac.office.word)
  • Re: Footnote in section title
    ... I need to insert a footnote to a section title. ... general practice consisting in writing: ... Runaway argument? ... LaTeX FAQ: http://www.tex.ac.uk/faq ...
    (comp.text.tex)
  • Re: Different footnote styles in the same document
    ... I'm writing a conference paper and I would like the footnotes referred ... to the authors (containing affiliation and university department ... address) to be run-in the same paragraph (since all authors belong to ... footnote should be "new line for each footnote". ...
    (comp.text.tex)