rs to make
it worthwhile embarking on. Worth your while, of course, is
what I mean, since I'm not a Lyx developer. But it would be
sort of irritating for you to get it all worked out and then
have those MSDOS users you were trying to seduce say, Oh,
we didn't think to mention that we need to cite words too ...
Greg Lee <[EMAIL PROTECTED]>
mean paragraph-level support without
also sentence- and word-level support. When you cite from a
different language, the citation is obviously not always
going to be a separate paragraph.
...
Greg Lee <[EMAIL PROTECTED]>
I was adding a user-callable "font-color " function and
noticed in the CVS source:
/// Sets size after GUI name
LyXFont & LyXFont::setGUISize(string const & siz)
{
setColor(lcolor.getFromGUIName(siz));
return *this;
}
(line 445 of lyxfont.C)
Looks like a