Document Classeselsarticle | Table Footnotes and 'endfloat' package

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
tafi
Posts: 42
Joined: Sat May 07, 2011 12:01 am

elsarticle | Table Footnotes and 'endfloat' package

Post by tafi »

I've gotten into a bit of a pickle and the issue originates with the elsarticle class.

My first problem was that I needed a footnote to be added to a table. Simple \footnotemark and \footnote text commands within the table float environment did not work as expected. I read somewhere that this could not be done with regular tables in elsarticle (a great shame since it is a common need to add footnotes to tables, particularly in scientific documents).

The solution to this was to use the ctable package, with which i can produce nice looking tables and uuse footnotes.

However, now I'm trying to use endfloat to move all floats to the end of the document for submission to NIM A. Murphy must be watching over me, because endfloat is not compatible with ctable.

This seems to be an impossible situation. has anyone come across a similar issue?

Is there a workaround that will allow me to add table footnotes without using ctable?

Elsevier ask that authors don't use complicated macros (And my latex knowledge is limited to packages and options) so I'm looking for the path of least resistance.
Last edited by tafi on Sat Jul 16, 2011 9:06 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: elsarticle | Table Footnotes and 'endfloat' package

Post by sommerfee »

The threeparttable package allows footnotes for tables, too. Another option would be using the floatrow package, which allows footnotes for floating environment like "figure" and "table".
tafi
Posts: 42
Joined: Sat May 07, 2011 12:01 am

Re: elsarticle | Table Footnotes and 'endfloat' package

Post by tafi »

Thanks sommerfree,

I decided to use threepartable. It seems to have been around longer than floatrow and the usage was far easier to understand.

Booktabs also allows me to get the same look as ctable without the hassle.

Thanks again.
Post Reply