> > 2. handle the availability of package, textclass and font...
> > } else if (type_ == FONT_INFO) {
> > // name_ is the class name
> > info_ = LaTeXFeatures::isAvailable(name_) ? _("yes") :
> > _("no");
> > }
>
> This one looks wrong to me.
You may be right. This is used in the font section of LaTeXConfig.lyx,
which actually talks about font packages (if I understand correctly).
I guess I can remove FONT_INFO and use PACKAGE_INFO for that file.
> BTW, can yo post the new LaTeXConfig.lyx? The patch fdoes not apply
> well due to svn renaming tricks.
You can only view them after the core InsetInfo is in. I guess I can
prepare a patch after I get Jose' permission.
Bo