E.g., inside a file named test7.tex, I have:
Code: Select all
\Chapter{test7 chapter}
\label{ch:test}
Code: Select all
\externaldocument[7-]{test7}
Code: Select all
Now go to \autoref{7-ch:test}, \Nameref{7-ch:test}
in test8.pdf and this will link to the appropriate place in test7.pdf. However, even though the links go to the correct external file, the text produced by \autoref and \Nameref doesn't list the name of the file itself. I would like to have this for human readability -- e.g., something likeNow go to chapter 1, "test7 chapter", on page 1
where "of file test7" is generated automatically by a command similar to \autoref and \Nameref. However, I could not find such a command or any other ways to do this. Any pointers will be greatly appreciated.Now go to chapter 1, "test7 chapter", on page 1 of file test7