On Friday 19 July 2002 1:28 pm, Edwin Leuven wrote: > How easy/difficult would it be to have the "text before" option working > with natbib? > > I think that it would be nice to have this in 1.3...
A hack is easy. Output to the LyX file something like "before |++| after" where "|++|" is some homegrown delimiter that can be parsed by LyX to split the two options. I think that we decided that we would prefer not to introduce such things to the LyX format. The real solution is more difficult. Give insetcommand the ability to store multiple options. André has been doing some work on integrating such insetcommand insets into the mathed way of doing things. This would give you a much more powerful parser of such things for free. Perhaps you might like to ask him for further datails. In any case, you would still need to modify insetcommand to store multiple options. Angus