>>> Problem is that if I open this lyx document alone (with no lyx files
>>> that use math-macros currently open), then the macros will not convert
>>> to what they're supposed to look like.. they'll show up in ERT... is
>>> there a workaround to this? (I'm currently making sure that I open
>>> MathMacros.lyx before I open any of the other files..  hope there's
>>> some neater way of doing this).

What about a wrapper my_lyx:

#!/bin/sh
lyx MathMacros.lyx $1

Then my_lyx foo.lyx will load both files.

-- 
Jean-Pierre

Reply via email to