Uwe Stöhr wrote: > Yes beause it's an "extended" manual. As in Extended.lyx there are also > descriptions how to solve special problems using ERT and preamble commands. > (I collected this stuff over the last two years from answers I gave on the > users-list.)
But it is a help manual, so users should not be forced to install non-standard packages if not really necessary. For instance, you could use: % use the marginnote package for margin notes [EMAIL PROTECTED] \usepackage{marginnote} \let\marginpar\marginnote } And then tell the readers they should install that package if they need to solve this specific case. I'm sure something like this is possible in many other cases. Jürgen