\DeclareDelayedFloatFlavour*{longtable}{table}
found on TeX.SX
Thank you for the reply. Sorry, I forgot to include this. However, as long as the endfloat package is in effect, the sub-numbering stops working. Could you kindly help me solve this in the context of longtable with notes (using the ...
Search found 3 matches
- Wed May 02, 2018 9:39 am
- Forum: Graphics, Figures & Tables
- Topic: Endfloat seems to suppress subnumbering of tables
- Replies: 4
- Views: 3803
- Wed May 02, 2018 5:08 am
- Forum: Graphics, Figures & Tables
- Topic: Endfloat seems to suppress subnumbering of tables
- Replies: 4
- Views: 3803
Endfloat seems to suppress subnumbering of tables
\documentclass[12pt, a4paper]{article}
\usepackage{eurosym,geometry, pdflscape,booktabs, lipsum}
\usepackage[countmax]{subfloat}
\usepackage[notablist, nofiglist]{endfloat}
\geometry{left=1.0in,right=1.0in,top=1.0in,bottom=1.0in}
\begin{document}
\lipsum[1-15]
\begin{table}
\centering
\begin ...
\usepackage{eurosym,geometry, pdflscape,booktabs, lipsum}
\usepackage[countmax]{subfloat}
\usepackage[notablist, nofiglist]{endfloat}
\geometry{left=1.0in,right=1.0in,top=1.0in,bottom=1.0in}
\begin{document}
\lipsum[1-15]
\begin{table}
\centering
\begin ...
- Sun Apr 29, 2018 4:48 pm
- Forum: Graphics, Figures & Tables
- Topic: Endfloat seems to suppress subnumbering of tables
- Replies: 4
- Views: 3803
Endfloat seems to suppress subnumbering of tables
I have been using the endfloat package to put my figures and tables to the end of the paper. Besides I also use subtables environment from the subfloat package to sub-number some tables, e.g., Table 1a and Table 1b. However, as long as I use the endfloat package, the sub-numbering of tables failed ...