Graphics, Figures & Tablesunable to use \ContinuedFloat

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
karthikraj
Posts: 2
Joined: Tue Feb 09, 2010 12:37 am

unable to use \ContinuedFloat

Post by karthikraj »

Hi,

I'm new to Latex and I have a question. I'm using a pre-existing style file (given below) for my thesis which does not allow me to use \ContinuedFloat. Is there anything in the following that causes it? I'm using the subfig and caption packages.

Thanks,
Karthik
Attachments
asthesis.sty
(17.84 KiB) Downloaded 276 times
Last edited by karthikraj on Tue Feb 09, 2010 8:20 pm, 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.

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

unable to use \ContinuedFloat

Post by sommerfee »

karthikraj wrote:Is there anything in the following that causes it?
Yes, this style file defines its very own code for typesetting captions (\@caption) which is incompatible to the caption package.

You can try passing the option "compatibility=false" to the caption package, but this could break your caption layout or even produce errors. See caption package manual for details about incompatible document classes or packages and the "compatibility" option.
Last edited by sommerfee on Tue Feb 09, 2010 8:24 pm, edited 1 time in total.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: unable to use \ContinuedFloat

Post by localghost »

Please use the code environment for posting longer pieces of source code. Especially in the case that it is as long as here. Please edit your post and enclose the code in that environment by choosing the according button right above the input window. Alternatively you can attach the whole file. Thanks.


Best regards and welcome to the board
Thorsten
karthikraj
Posts: 2
Joined: Tue Feb 09, 2010 12:37 am

Re: unable to use \ContinuedFloat

Post by karthikraj »

Thanks for the responses.

I commented out the whole section which modifies the footnotes and floats and I can use \continuedfloat now.

Thanks, again.
Post Reply