>>>>> "Fabien" == Fabien Hinault <[EMAIL PROTECTED]> writes:

Fabien> if I define a math-macro in a document, and reuse it in
Fabien> another document, the macro is changed in its content on the
Fabien> screen, but it produces latex-errors at viewing-time. It is a
Fabien> problem for multi-parts documents. I would like to define all
Fabien> my macros in the master-file, and use it in the other files.
Fabien> there does not seem to be very much written in the manuals on
Fabien> the way macros work. Can someone explain it to me better?

The problem with macros is that there is only one list of macros
defined for all the open documents. The good side of this is that you
can define the macros in the main document and, provided it is loaded,
they will be accessible in the child docs too. The bad side is that
the definition of macros may be incompatible.

JMarc

Reply via email to