>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> So, the only change you need to make is to disable (remove?)
Angus> the Converter
LyX-> LaTeX. All you need to do now is think of some way of telling
LyX-> the user
Angus> WHY this Converter has been disabled, or perhaps more
Angus> accurately, you need to think of WHEN to tell him. I'd suggest
Angus> when the document is loaded into LyX or when the first
Angus> not-present LaTeX feature is requested.
What we need if we are ambitious is a feature manager, which would
contain packages, ans maybe also document classes. This would be
filled by lib/configure, bu the user would have the possibility to
enable/disable some of the features. Then LyX could refuse some
actions when the required features are not enabled. The LaTeXConfig
could be changed to use a InsetFeature which would tell whether some
features are enabled or not (avoiding generation of the file).
Features would be something like geometry, prettyref, T1 fonts, or
anything.
JMarc