Hi! I am rewriting the master/child document code for math macros right now. When viewing the master document, it works fine now. But I am not completely sure what should happen if the child document is rendered (i.e. converted to PDF, tex or whatever output format) separately.
I was thinking that the master buffer's preamble for example is included into the child during this, but that's not the case. Usually the user will define math macros either in the master or some special child of the master document. It would be possible for my code to also include all defined macros from the master and the children up the current viewed child when rendering. So math macros will look the same in a child output as in the master output, and moreover no "undefined" errors will show up. Any comment if that makes sense? Stefan