[Tex/LaTex] Using \Letter symbol in ifsym package

packagessymbols

Here is what I did:

  1. I downloaded ifsym package from MiKTeX Package Manager. (MPM)
  2. I added the line to my .tex file:

    \usepackage{ifsym}
    
  3. I tried typing \Letter in the document.

but it doesn't work.

The \Letter is a symbol in ifsym package if I know correctly, which looks like an envelope.

Do I miss something?

Best Answer

You need to use

\usepackage[misc]{ifsym}

since this symbol is only defined when using the misc package option.