Merging one page per record is quite possible.
In the example provided with the OpenTBS package, you have a tip:
***********
If you try to merge one page per record without text before the first page, then you may have an unsightly page-break at the beginning of your merged document. If it does so, then first check that the page-break is made thought the properties of the paragraph, and not using a manually inserted page-break. Then make sure the first page of your template contains only one paragraph which includes the following TBS tag.
***********
So, the basic principle for merging one page per record without a blank page, is to use the synopsis below:
<paragraph>
[b;block=begin;comm=w:p] (put this tag in a separate paragraph, before the page-break)
</paragraph>
<paragraph with "page-break before" as a property>
Here, put the content of the page on one or more paragraphs.
</paragraph>
<paragraph>
[b;block=end;comm=w:p] (put this tag in a separate paragraph, at the end of the page)
</paragraph>
|
If your page has only drawings, then locate the drawing relatively to paragraph with the "page-break before".
This can be done in the "Format Drawing Canvas" property window, choose tab "Layout".
You must be sure that there is absolutely nothing before the paragraph with [b;block=begin;comm=w:p].
If this doesn't help, then you can send to me a template and I'll check what is going wrong.