Document Classes ⇒ elsarticle | Table Footnotes and 'endfloat' package
elsarticle | Table Footnotes and 'endfloat' package
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.
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
Re: elsarticle | Table Footnotes and 'endfloat' package
Re: elsarticle | Table Footnotes and 'endfloat' package
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.