[Tex/LaTex] Proper way to use greek letters in an English document

greekmath-modeunicode

I typically use LaTeX to write chemistry & physics documents with a lot of equations. I often will reference terms and variables and such in the text of my document. Typically I just do this by writing $\gamma$, but someone just pointed out to me that this prevents such characters from being copied out of the resulting PDF. I could go lookup a greek alphabet and past the character into the text file, then italicize it, but this seems painfully slow to say the least. Is there a better way of putting such characters into my document quickly other then using math-mode?

I am already using

\usepackage[UTF8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

Which is the advise I've seen for making non-math mode text copy correctly.

I'm using PDF(la)TeX if it makes a difference. As the discussion in the comments has shown, I have to specify: I'm on Windows 7, using Adobe Reader X v10.1.1.

Best Answer

One workaround, though ugly, is to use a different PDF reader: It appears the problem is Adobe Reader. I tested this in SumatraPDF v1.8 and text copied from it to Word 2010 and GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601) fine. It didn't copy to notepad++ oddly. When I used the exact same document it left blanks or odd characters in all 3 of those pieces of software.

If anyone has some magic to make Adobe Reader copy it I would love to hear it though, as that is what 90% of people I send my work to will be using.