[EMAIL PROTECTED] wrote:
so i decided to break up my doc using inclusions. but now they each have their own document format, if i change the option in the main file the included files wont know about them and vice-versa...is it possible to share document format among files?
write your own style file and put all changes in there
and load this by every document
\usepackage{myPrefs}
put this style file into your main document dir or
in TEXMFLOCAL or in the main part, where TeX will search.
Herbert
