I am trying to implement a reuse flow where document A can include parts of document B, say B1.
Document B builds fine standalone, but when including B1 into document A, parts included in B1 are no longer found.
This is essentially the problem reported in
650.
I don't use imagedir, but always use full path relative to the current document. A simple way to solve the problem above, is to provide the path of the current adoc file and use it in the include statement.
Is there a way to make the path of a file available to the adoc file for use?
Even better would be full support for subdocuments. Issue 650 seems to have gone quiet. Is there a plan to improve subdocument support?
Thanks,
MT
--