Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fourier Transform Symbol

1,654 views
Skip to first unread message

Craig Joyce

unread,
Jan 26, 2003, 12:55:01 PM1/26/03
to
Hi!,

I want to generate the Fourier transform symbol (as see in Albert
Messiah's book Quantum Mechanics, and in a number of other books that
I have forgotten). I tried \mathfrak{F}, \textfrak{F}, and even \Im
after reports that it looks similar, but didn't get the effect. I'd
like to hear from someone who has used LaTeX for generating the symbol
and can share information on it with me,
thanks,
Craig

Stephen Montgomery-Smith

unread,
Jan 26, 2003, 2:59:45 PM1/26/03
to
Craig Joyce wrote:

I don't know what you want, but I always use \mathcal F for this.


--
Stephen Montgomery-Smith
ste...@math.missouri.edu
http://www.math.missouri.edu/~stephen

Scott Pakin

unread,
Jan 26, 2003, 4:28:33 PM1/26/03
to

Take a look at the Comprehensive LaTeX Symbol List (available from CTAN)
and see if any of the fonts in the Math Alphabets table suit your needs.

-- Scott

Haruhiko Okumura

unread,
Jan 27, 2003, 3:40:53 AM1/27/03
to
naught...@yahoo.com (Craig Joyce) writes:

> I want to generate the Fourier transform symbol (as see in Albert
> Messiah's book Quantum Mechanics, and in a number of other books that

\documentclass{article}
\usepackage{mathptmx}
\begin{document}
$\mathcal{F}$
\end{document}

--
Haruhiko Okumura <oku...@matsusaka-u.ac.jp>
Matsusaka University, 1846 Kubo-cho, Matsusaka, 515-8511 Japan
http://www.matsusaka-u.ac.jp/~okumura/

Craig Joyce

unread,
Jan 27, 2003, 1:39:04 PM1/27/03
to
Haruhiko Okumura <oku...@matsusaka-u.ac.jp> wrote in message news:<20030127.174053....@matsusaka-u.ac.jp>...

> naught...@yahoo.com (Craig Joyce) writes:
>
> > I want to generate the Fourier transform symbol (as see in Albert
> > Messiah's book Quantum Mechanics, and in a number of other books that
>
> \documentclass{article}
> \usepackage{mathptmx}
> \begin{document}
> $\mathcal{F}$
> \end{document}

Thanks for the solution. However, I just noticed that this package
makes 'fi' occurring together appear as a pound-sterling symbol Ł. for
example 'defined' appears as deŁned.

Is there a way around this? I just need the fourier transform symbol
at one place.

thanks,
Craig

Scott Pakin

unread,
Jan 27, 2003, 2:04:23 PM1/27/03
to
Craig Joyce wrote:
> Haruhiko Okumura <oku...@matsusaka-u.ac.jp> wrote in message news:<20030127.174053....@matsusaka-u.ac.jp>...
>
>>naught...@yahoo.com (Craig Joyce) writes:
>>
>>
>>>I want to generate the Fourier transform symbol (as see in Albert
>>>Messiah's book Quantum Mechanics, and in a number of other books that
>>
>>\documentclass{article}
>>\usepackage{mathptmx}
>>\begin{document}
>>$\mathcal{F}$
>>\end{document}
>
>
> Thanks for the solution. However, I just noticed that this package
> makes 'fi' occurring together appear as a pound-sterling symbol Ł. for
> example 'defined' appears as deŁned.

FAQ. See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift

> Is there a way around this? I just need the fourier transform symbol
> at one place.

Yes. The mathptmx package uses RSFS as its caligraphic font (and Times
Roman as its body font, which may not be what you want). You can use
RSFS separately with \usepackage{mathrsfs}. As I replied before, take
a look at the Comprehensive LaTeX Symbol List. The RSFS version of "F"
is shown in the "Frequently Requested Symbols" list right near the
beginning of the document.

-- Scott

Walter Schmidt

unread,
Jan 27, 2003, 2:09:41 PM1/27/03
to
Craig Joyce schrieb:


> > \documentclass{article}
> > \usepackage{mathptmx}
> > \begin{document}
> > $\mathcal{F}$
> > \end{document}
>
> Thanks for the solution.

You mean: This sort of calligraphic F suits your needs?

> However, I just noticed that this package
> makes 'fi' occurring together appear as a pound-sterling symbol Ł.

Did you also notice that the mathptmx package is changing
all the typefaces used in the document? Did you really
want to do so?

> for example 'defined' appears as deŁned.

A stupid and well-known bug of the dvips configuration
in many TeX systems.

> Is there a way around this?

This is a FAQ.

> I just need the fourier transform symbol
> at one place.

Instead of switching to a completely differents set of
fonts, you only need to make the particular font for the
Fourier symbol available in addition to the default ones.
Use the package mathrsfs:

\usepackage{mathrsfs}
...
\mathrsfs{F}

The package mathrsfs declares an additional math alphabet
\mathrsfs, which uses the RSFS font. The package mathptmx,
in contrast, changes all fonts used in the document and
just happens to use RSFS for \mathcal.

mathrsfs.sty can be obtained from CTAN, if it is not
supplied with your TeX system.


HTH
Walter

Walter Schmidt

unread,
Jan 27, 2003, 2:13:16 PM1/27/03
to
Walter Schmidt schrieb:

>
>
> \usepackage{mathrsfs}
> ...
> \mathrsfs{F}

oops, this should read:

\usepackage{mathrsfs}
...
\mathscr{F}
^^^^^^^

sorry for the typo!
Walter

Robin Fairbairns

unread,
Jan 27, 2003, 2:18:47 PM1/27/03
to
naught...@yahoo.com (Craig Joyce) writes:
>Haruhiko Okumura <oku...@matsusaka-u.ac.jp> wrote...

>> naught...@yahoo.com (Craig Joyce) writes:
>> > I want to generate the Fourier transform symbol (as see in Albert
>> > Messiah's book Quantum Mechanics, and in a number of other books that
>>
>> \documentclass{article}
>> \usepackage{mathptmx}
>> \begin{document}
>> $\mathcal{F}$
>> \end{document}
>
>Thanks for the solution. However, I just noticed that this package
>makes 'fi' occurring together appear as a pound-sterling symbol Ł. for
>example 'defined' appears as deŁned.

no it doesn't: that comes from your use of dvips.

>Is there a way around this? I just need the fourier transform symbol
>at one place.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift

tells you what you've done. in fact, with recent enough versions of
dvips, you don't have this problem ... but i'm only running that
experimentally.
--
Robin Fairbairns, Cambridge -- voice mending ... I _think_

0 new messages