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
Graphics, Figures & Tables ⇒ unable to use \ContinuedFloat
-
- Posts: 2
- Joined: Tue Feb 09, 2010 12:37 am
unable to use \ContinuedFloat
- 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.
NEW: TikZ book now 40% off at Amazon.com for a short time.

unable to use \ContinuedFloat
Yes, this style file defines its very own code for typesetting captions (\@caption) which is incompatible to the caption package.karthikraj wrote:Is there anything in the following that causes it?
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.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: unable to use \ContinuedFloat
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Tue Feb 09, 2010 12:37 am
Re: unable to use \ContinuedFloat
Thanks for the responses.
I commented out the whole section which modifies the footnotes and floats and I can use \continuedfloat now.
Thanks, again.
I commented out the whole section which modifies the footnotes and floats and I can use \continuedfloat now.
Thanks, again.