D
Danny
I have one sourcefile.
I create a new document every time that the header changes in my source
document. Afterwards, I copy the whole section to my new document.
So the end result is that I get as many result documents as there are
sections with "header changes" in my source document.
This works very fine.
I have one problem, the numbering of my headings starts every time again
from "1".
I want that in the new documents that the numbering stays the same as in the
original.
I know I can use "Startat"-property to set the beginning of mij numbered
list. But I can't find a way to get the correct number of the heading in my
source document. How can I do that?
To explain my problem a little bit better, a short scheme:
Sourcefile:
<header1>
1. Heading1
1.1 Heading2
2. Heading1
<section-end new page>
<header2>
3. Heading1
3.1 Heading2
<section-end new page>
4 Heading1
.......
My current result:
resultfile 1
1. Heading1
1.1 Heading2
2. Heading1
resultfile2
1. Heading1
1.1. Heading2
resultfile3
1. Heading1
Desired result
resultfile 1
1. Heading1
1.1. Heading2
2. Heading1
resultfile2
3. Heading1
3.1. Heading2
resultfile3
4. Heading1
I create a new document every time that the header changes in my source
document. Afterwards, I copy the whole section to my new document.
So the end result is that I get as many result documents as there are
sections with "header changes" in my source document.
This works very fine.
I have one problem, the numbering of my headings starts every time again
from "1".
I want that in the new documents that the numbering stays the same as in the
original.
I know I can use "Startat"-property to set the beginning of mij numbered
list. But I can't find a way to get the correct number of the heading in my
source document. How can I do that?
To explain my problem a little bit better, a short scheme:
Sourcefile:
<header1>
1. Heading1
1.1 Heading2
2. Heading1
<section-end new page>
<header2>
3. Heading1
3.1 Heading2
<section-end new page>
4 Heading1
.......
My current result:
resultfile 1
1. Heading1
1.1 Heading2
2. Heading1
resultfile2
1. Heading1
1.1. Heading2
resultfile3
1. Heading1
Desired result
resultfile 1
1. Heading1
1.1. Heading2
2. Heading1
resultfile2
3. Heading1
3.1. Heading2
resultfile3
4. Heading1