On 2009-09-12, Uwe Stöhr wrote: > Philip Mayer schrieb: >> So, my question is: Is there a straightforward way of adding support for >> additional symbols?
> No. Support for new symbols needs to be programmed directly in LyX, > especially when the symbols require special LaTeX-packages as in your > case. LyX needs to know how to display the symbol. > regards Uwe > p.s. (What you can do is to modify the file "symbols", but be patient!) If the symbol in questin is a Unicode char (most math symbols are), you have some more options: a) Write a math-macro and define a "view in LyX"-symbol. b) Copy the file unicodesymbols from the system LYXDIR to your personal LYXDIR and add the new symbol + a conversion. Günter