Jean-Marc Lasgouttes wrote: >>>>>> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: > > Uwe> With Abdel's latest change from images to unicode symbols for the > Uwe> delimiter dialog the following symbols are no longer displayed in > Uwe> my system: > > Uwe> \Up(Down)arrow \l(r)deil \l(r)angle > > Uwe> See attached screnshot. Do I need a special font for this? If yes > Uwe> LyX should ship it. > > Are we going to need to hunt yet another font just because of a last > minute change? Abdel, please, what is this mysterious font you rely on?
No mysterious font, simply any font that also covers unusual unicode symbols. Obviously not everybody has such a font installed. The proper solution would be to use the computer modern fonts we require anyway for drawing the symbols in the document, but doing that with unicode would imply a major reorganization of the lib/symbols file and math symbol handling in general, so it is definitely nothing to do now. A quick solution for now (besides reverting this stuff) could be to change the UCS4 code points to the font code points of the cmsy font and use that for drawing. I definitely don't like yet another font requirement. Georg