I'm trying to cite this paper in my assignment using bibtex. It has an 'ɛ' in the title and this does not get represented correctly in my pdf. Umlauts, which I also have, are not a problem.
So far I've tried
\usepackage[utf8]{inputenc}
and
\usepackage[latin1]{inputenc}
but pdflatex asks for an interpretation in both cases.
I'm using jabref to manage my .bib file and there the ɛ is encoded as É^Û when I open it with nano.
Is there a way to solve this without using the method described in this question? It works, but I would not want to have an expression like {$\varepsilon$} in jabref.
locale returns:
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Correction:
The umlauts only work with utf8 encoding.


\varepsilonwould work, but that is Greek, even though it may looks superficially similar. What character do you actually need (and should it be in math or text) – David Carlisle Nov 02 '15 at 16:04$\varepsilon$I'll add an answer showing how to get that output from the utf8 input – David Carlisle Nov 02 '15 at 16:10