View Single Post
 
Old 01-12-2021, 07:26 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,977
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

fito

Your sample document had hard-coded captions so that is one way of doing the caption numbers.

If you want to use fields to reflect the appendix numbers then you will need to fiddle with field codes so that the entries in the appendices look like this
Figure {StyleRef "Appendix 1" \n \t}-{Seq Figure \r 1}
Figure {StyleRef "Appendix 1" \n \t}-{Seq Figure}
Figure {StyleRef "Appendix 1" \n \t}-{Seq Figure}

Then after each new Appendix starts, the first instance of "Seq Figure" needs to reset the starting number again with the \r 1 as shown above
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote