My query is very similar to an older one, that can be found here
However, the solution suggested doesn't quite work as I need it.
I want to include numbered examples in my work. So far, I've used the Covington package to do this pretty well. It sorts all the numbering out for me, and allows me to refer back to the number of the example. I do things that look like this
However, I would like to be able to repeat the numbered example, keeping the original number. Something like this(1) This is a numbered example
Some interesting things.
(2) This is another numbered example
More interesting things, comparing (1) and (2).
In particular, I want to be able to keep the way the numbers are all automatically updated, so if I insert another numbered example earlier on, all the numbers are updated - including the in-text references to the example, and the repeated use of the example.(1) This is a numbered example
Some interesting things.
(2) This is another numbered example
More interesting things, comparing (1) and (2).
Several pages of writing about something else, necessitating me to remind the reader about what (1) was.
(1) This is a numbered example
Using the amsmath package allows me to do just this for equations, as described here
However, this only seems to work with in the equation environment. However, the examples that I want to repeat are all English sentences, and I can't reproduce these in the examples environment.
I'm not wedded to using the Covington package, and will happily use anything that allows me to repeat numbered examples, whilst keeping both the example number and the number updating.
Many thanks.
Letty.