Word – How to change numbering style in word 2010 image caption

microsoft-word-2010

I use roman numbering for Header 1 style in my word 2010 document. Then I use the chapter's number for the pictures' numbering. So that the first picture in second chapter would be captioned as Figure 2.1, the second picture as Figure 2.2, and so on. The problem is because I use roman numbering for Header 1, I get Figure II.1, Figure II.2, and so on. How I can I change it? Thanks before.

Best Answer

Normally when you use chapter-figure numbering in a caption, the numbering is inserted using fields like this:

{ STYLEREF 1 \s }.{ SEQ Figure \* ARABIC \s 1 }

where "1" means built-in style "Heading 1"

I think in this case you will have to insert a { SEQ } field at the beginning of each chapter (e.g. in the chapter heading) like this

{ SEQ Chapter \h }

then replace the { STYLEREF } field by another { SEQ } field like this:

{ SEQ Chapter \c }

(You could put * ARABIC in there like the other field, but it isn't really necessary)

There are other possibilities, but that's probably the simplest. You'll need to check that Tables of Figures, corss references etc. work as expected (I think they do).

Related Question