I know it's a long shot, but is there some package or means to insert emoticons into a LaTeX document?
+2
A:
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?
simon
2008-10-10 05:02:40
Now they've gotten into 'TeX as well. Will this usenet madness never stop ?
ldigas
2009-02-07 04:08:06
+3
A:
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 :)
freespace
2008-10-10 05:15:19
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
2008-10-10 06:34:15
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
2008-10-10 12:10:44
Good idea, but to apply this you need to know how to enter Unicode characters. See http://stackoverflow.com/questions/219853/entering-unicode-characters-in-latex
John D. Cook
2008-10-21 13:49:33
+5
A:
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).
ADEpt
2008-10-10 06:27:55
Your answer works fine for me. Can you correct the "smiley" spelling mistake? Thanks.
Ashwin
2008-10-10 06:48:31