Graphics, Figures & Tables ⇒ unable to use \ContinuedFloat
-
- Posts: 2
- Joined: Tue Feb 09, 2010 12:37 am
unable to use \ContinuedFloat
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 280 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: unable to use \ContinuedFloat
Best regards and welcome to the board
Thorsten
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
I commented out the whole section which modifies the footnotes and floats and I can use \continuedfloat now.
Thanks, again.