Graphics, Figures & Tables ⇒ index shown on the graph is inconsistent with in the text
index shown on the graph is inconsistent with in the text
the index shown on the graph is different from shown in the context. say, on the graph, it is generated as Figure 1, but in the context, it is something like Figure 3.2.1, where the context is exactly under the 3.2 section.
The class used is article.cls. It must have something to do with a specific class used to generate document, but how to track it and fix it?!
any idea on how this could happen would be greatly appreciated! Thank you very much for a quick hint!
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
index shown on the graph is inconsistent with in the text
If you are not already, load the amsmath package, and then use the \numberwithin command, as follows:
Code: Select all
\usepackage{amsmath}
\numberwithin{figure}{subsection}
Re: index shown on the graph is inconsistent with in the tex
BTW, sorry to post multiple board. I am in need of an answer very urgently. I saw the board does not have answers in the last three days, I thus posted the question into a board with more people ... I would not it again,
index shown on the graph is inconsistent with in the text
Code: Select all
\renewcommand*{\thefigure}{\arabic{figure}.\arabic{subsection}.\arabic{section}}