Search code examples
latexemoticons

How to insert emoticons in LaTeX?


I know it's a long shot, but is there some package or means to insert emoticons into a LaTeX document?


Solution

  • I know at least two partial ways:

    First:

    $\ddot\smile$
    

    Second:

    \usepackage{wasysym}
    \smiley
    \frownie
    

    Or you can use images (as mentioned in other replies).