Re: Question on adding WYSIWY* math symbols

2009-09-14 Thread Guenter Milde
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   
  
  



Re: Question on adding WYSIWY* math symbols

2009-09-14 Thread Guenter Milde
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   
  
  



Re: Question on adding WYSIWY* math symbols

2009-09-14 Thread Guenter Milde
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   
  
  



Re: Question on adding WYSIWY* math symbols

2009-09-13 Thread Philip Mayer


Dear Uwe,

thanks for your answer.

Philip

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!)





Re: Question on adding WYSIWY* math symbols

2009-09-13 Thread Philip Mayer


Dear Uwe,

thanks for your answer.

Philip

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!)





Re: Question on adding WYSIWY* math symbols

2009-09-13 Thread Philip Mayer


Dear Uwe,

thanks for your answer.

Philip

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!)





Question on adding WYSIWY* math symbols

2009-09-12 Thread Philip Mayer

Hi everybody,

I am wondering about how to add new symbols to the WYSIWY* math editor. 
I noticed that normal delimiters such as [ ] and { } are supported; 
however, I require the double brackets [[ ]] used for semantics.


Of course, I can add this with ERT (\llbracket - Package stmaryrd) and 
it shows just fine in DVI/PDF, however I'd really like have it displayed 
in the math editor view as a symbol.


So, my question is: Is there a straightforward way of adding support for 
additional symbols? Perhaps editing some symbol table file? Or coding a 
plugin?


Sorry if this has been answered - I'd appreciate an URL then ;)

Thanks,

Philip



Re: Question on adding WYSIWY* math symbols

2009-09-12 Thread Uwe Stöhr

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!)


Question on adding WYSIWY* math symbols

2009-09-12 Thread Philip Mayer

Hi everybody,

I am wondering about how to add new symbols to the WYSIWY* math editor. 
I noticed that normal delimiters such as [ ] and { } are supported; 
however, I require the double brackets [[ ]] used for semantics.


Of course, I can add this with ERT (\llbracket - Package stmaryrd) and 
it shows just fine in DVI/PDF, however I'd really like have it displayed 
in the math editor view as a symbol.


So, my question is: Is there a straightforward way of adding support for 
additional symbols? Perhaps editing some symbol table file? Or coding a 
plugin?


Sorry if this has been answered - I'd appreciate an URL then ;)

Thanks,

Philip



Re: Question on adding WYSIWY* math symbols

2009-09-12 Thread Uwe Stöhr

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!)


Question on adding WYSIWY* math symbols

2009-09-12 Thread Philip Mayer

Hi everybody,

I am wondering about how to add new symbols to the WYSIWY* math editor. 
I noticed that "normal" delimiters such as [ ] and { } are supported; 
however, I require the double brackets [[ ]] used for semantics.


Of course, I can add this with ERT (\llbracket - Package stmaryrd) and 
it shows just fine in DVI/PDF, however I'd really like have it displayed 
in the math editor view as a symbol.


So, my question is: Is there a straightforward way of adding support for 
additional symbols? Perhaps editing some symbol table file? Or coding a 
plugin?


Sorry if this has been answered - I'd appreciate an URL then ;)

Thanks,

Philip



Re: Question on adding WYSIWY* math symbols

2009-09-12 Thread Uwe Stöhr

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!)