vote up 3 vote down star

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

flag

80% accept rate
BEST QUESTION EVA! – Jerub Oct 10 '08 at 5:32

4 Answers

vote up 5 vote down check

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

link|flag
Your answer works fine for me. Can you correct the "smiley" spelling mistake? Thanks. – Ashwin Oct 10 '08 at 6:48
vote up 4 vote down

What's against a simple {\tt :-)}?

link|flag
vote up 3 vote down

Unicode's "miscellaneous symbols" include 3 simple emoticons: 0x2639-0x263B. You can possibly use 0x2686-0x2689 as well.

For more variation you are going to need to use images and include them somehow.

I am curious as to the circumstances which lead to this question :)

link|flag
I prepare the assignment handout for my students in LaTeX (exported to PDF). I would love to include a smiley in there for the students :-) – Ashwin Oct 10 '08 at 6:34
Ah, I guess that is justified - I would like to see smilies in my assignments. Though not if you only put them in hard questions, and following by "this should be easy" :P – freespace Oct 10 '08 at 12:10
Good idea, but to apply this you need to know how to enter Unicode characters. See stackoverflow.com/questions/219853/… – John D. Cook Oct 21 '08 at 13:49
vote up 2 vote down

First answer: Don't do that!

Second answer: I doubt you'll find a font with them, so why not screencapture the ones you want and include them (boxed) inline in your text?

link|flag
Now they've gotten into 'TeX as well. Will this usenet madness never stop ? – ldigas Feb 7 at 4:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.