Hi, Jürgen, thanks for your reply.
I'm not sure I've understood your solution: I must copy and paste the
text of the repeated example and place a crossref before, enclosed by
two ERT calls, one with an opening bracket, the other with a closing
bracket. Is that right?
The problem if I do that is that the example does not have the same
format as normal numbered examples. So, for instance, The line-spacing
is not respected.
Anyway, have I understood the solution you proposed? Thanks again,
Manolo
Jürgen Spitzmüller escribió:
Manolo Martínez wrote:
I'm writing a paper using numbered examples, with Covington.sty. I would
like to repeat one example later in the text, like this
***
Some text
(1) The first example
(2) The second example
Some more text
(3) The third example
(1) The first example
***
I have found no easy way to do this. Any ideas?
* insert a label in the first example
* in the repeated example, insert at a crossref to this first example at the
beginning and enclose the crossref by [( and )]. At least the square brackets
must be in TeX mode.
Jürgen