Renvoi vers un repère dans un doc maitre

Bonjour,
J’ai un doc maitre X.odm qui compile 3 fichiers A.odt, B.odt et C.odt.
Comment intégrer dans C.odt un renvoi vers un repère de texte (par exemple numéro de page) contenu dans A.odt pour qu’il soit opérationnel à l’appel de X.odm ?

Je ne l’ai pas essayé mais j’ai trouvé cette approche dans un autre article de TDF :
C’est en anglais mais j’espère que cela vous aidera.

For example you have defined a bookmark ‘part03_bookmark07’ in a sub-document ‘chapter3.odt’. Now you open a sub-document ‘chapter15.odt’. To insert a link to the bookmark you mark the link text and press Ctrl+K.
In that ‘Hyperlink’ dialog you chose ‘Document’ tab in the left column. Then you click on the file-picker icon at the right side of the ‘Path’ field of section ‘Document’. In the file picker dialog open the file ‘chapter3.odt’. Then click on the icon on the right side of field ‘Target’. You should now get a dialog where you can chose the bookmark ‘part03_bookmark07’. Klick ‘Apply’ and ‘CLose’.
Back in the ‘Hyperlink’ dialog, you see that the generated paths contain an absolute part. Now the trick: Go back to the field ‘Path’ and delete its content. Notice that not only this field is now empty, but the shown URL in the section ‘Target in Document’ in relative now as well. Finish the dialog with ‘OK’.
Of cause, the hyperlink will not work while you edit the sub-document. But is will work, when you use the hyperlink in the global document.

Merci bantoniof,
Oui, cette astuce fonctionne bien en renvoi vers un simple repère de texte donc de manière explicite. Par exemple: dans A.odt j’introduit un repère Tartempion. Avec cette astuce, j’obtiens dans C.odt : “voir #Tartempion” qui est bien opérationnel dans X.odm. Et donc OK pour un X.pdf.

Cependant, j’aimerais avoir un renvoi vers un repère de texte sous format “champ ; numéro de page” pour que dans X.odm j’obtienne : “voir page XX” avec XX=“champ ; numéro de page” de A.odt.

Je pense que ce n’est pas possible puisqu’il s’agit de documents distincts.

Une solution serait d’exporter l’odm vers odt, d’annuler les liens vers les sous-documents pour les intégrer dans l’odt puis d’utiliser les champs comme vous le dites.