Hi,
I am totally new to Lyx and LaTeX in general. I am using Lyx 1.6.9.
While writing my Bachelor thesis I found a problem I am not able to solve on my own:
Creating a subfigure inside a figure produces a numbering mistake in the final pdf. For example:
The figure is numbered 5.1 and its subfigures a and b. Inside the pdf I supposed to have references like 5.1a and 5.1b. Instead I always receive references like this 6.1a and 6.1b (they are numbered one higher than the actual float is).
Do you have any ideas how to solve the problem?
Thanks a lot for your help.
LyX ⇒ subfloat numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: subfloat numbering
Take a look at section 3.1.5 "The Caption Position Option" in the subfig package documentation.
subfloat numbering
If you are using LyX, in "Document Settings" > "LaTeX Preamble" add the following
This worked for me.
Best,
Joel
Code: Select all
\usepackage[position=top]{caption,subfig}
Best,
Joel