On 2009-09-16, Olivier Ripoll wrote:
> Uwe Stöhr wrote:
>> Olivier Ripoll schrieb:

>>> What you want to get the really nice Fourier symbol is "\mathscr{F}", 
>>> the "script" F. It is visible as number 2131 in this unicode chart
>>> http://www.unicode.org/charts/PDF/U2100.pdf

>> Thanks for the info, I wasn't aware of that character. The character is 
>> nevertheless unfortunately not available in Windows' standard fonts like 
>> Arial or Times New Roman. Even none of the fonts I have installed 
>> support this character. This might be the reason why is character is 
>> rarely used.

> It works for me through:
> insert->special characters->symbols...->Letterlike Symbols
> I'm using the "Times New Roman", "Arial" and "Courier New" fonts for the 
> LyX interface. It looks however better with Déjà Vu fonts than with MS 
> fonts in LyX.

> So who that allow to have the Fourier transform character displayed in 
> LyX with my module instead of \FT latex code ?

If you define a math-macro, you can separately define the LaTeX command and
the look-in-lyx. Unfortunately, 

* you can't define a math-macro in a module,
* you can't define a preamble command in a LyX file.

This is why I have a file full of math macros which I include in all my
math-heavy publications. Instead of the preamble command \MathOperator, I use
e.g. \operatorname{sgn} as LaTeX command. View>Source shows this as

  \global\long\def\sgn{\operatorname{sgn}}
  \global\long\def\Re{\operatorname{Re}}
  \global\long\def\Im{\operatorname{Im}}

...

Günter

Reply via email to