LyX ⇒ subfloat numbering
subfloat numbering
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: subfloat numbering
subfloat numbering
Code: Select all
\usepackage[position=top]{caption,subfig}
Best,
Joel