This is a revised patch to let LyX/Mac find additional fonts inside its
own application bundle. The hack to get addFontPath called here is
less ugly than the version I posted earlier.
The new fonts do get added, but for some reason, the Debug::FONT code
in this function does not get invoked.
The attached patch fixes the following:
- The note inset should only write the label once into the lyx file. This is
what it expects for reading the file. I believe that this is only a bug fix
and no file format change, because the current format can be read, only the
status tag is swallowed.
On Monday 29 December 2003 17:58, Martin Vermeer wrote:
> > How do you plan to do this? A list of layouts that accept a given
> > CharStyle?
>
> Yes... as a parameter within that CharStyle definition. "AllowedIn" or
> something, with a comma separated arg list.
IMHO we should follow the way dtd
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Moreover, Qt uses a (rather elegant) notation, of the form:
Angus> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files
Angus> (*.xml)"
Angus> Rather than reinvent the wheel, I propose we use this notation
Angus> ourselv
Am Montag, 29. Dezember 2003 16:16 schrieb Angus Leeming:
> What I meant was that this 'removal of InsetMinipage/conversion of
> InsetMinipage to InsetBox' is a format change and so should
> 1 be documented
> 2 be placed in its own lyx2lyx files, lyxconvert_228.py and
> lyxrevert_229.py.
'removal