Graphics, Figures & Tablesendfloat, float | Consider new Float Types

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ddenton
Posts: 34
Joined: Tue Mar 20, 2007 6:08 pm

endfloat, float | Consider new Float Types

Post by ddenton »

How to get the endfloat package to work with new float types defined using \newfloat (float package):

Code: Select all

\newfloat{map}{htbp}{lom}
\floatname{map}{Map}
\restylefloat*{map}

\newfloat{photo}{htbp}{lop}
\floatname{photo}{Photo}
Now, endfloat will send my figures and tables to the end, but not the maps and photos.

Any help would be appreciated. Thanks.

Recommended reading 2024:

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

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

ddenton
Posts: 34
Joined: Tue Mar 20, 2007 6:08 pm

endfloat, float | Consider new Float Types

Post by ddenton »

Please note that I have posted this query at {TeX} SX.
Post Reply