I
igor
I auto-number paragraphs in a document with this code:
{ SEQ ABC \# "[000#]" \* MERGEFORMAT }
When I revise the document, I may insert new paragraphs. I'd like them to
be numbered with the number of the preceding original paragraph plus a
letter suffix -- a, b, c, etc. And, of course, I do not want any of the
original paragraph numbers to change.
So, if I add 2 paragraphs after original paragraph [102] I'd like the
sequence to go: [102], [102a], [102b], [103] ...
I'd appreciate suggestions as to an effective way to accomplish this. TIA.
-- Igor
{ SEQ ABC \# "[000#]" \* MERGEFORMAT }
When I revise the document, I may insert new paragraphs. I'd like them to
be numbered with the number of the preceding original paragraph plus a
letter suffix -- a, b, c, etc. And, of course, I do not want any of the
original paragraph numbers to change.
So, if I add 2 paragraphs after original paragraph [102] I'd like the
sequence to go: [102], [102a], [102b], [103] ...
I'd appreciate suggestions as to an effective way to accomplish this. TIA.
-- Igor