unicode in LaTeX
As I was hurriedly trying to cram several ‘Og posts into a conference paper (!), I looked around for a way of including Unicode characters straight away. And found this solution on StackExchange:
\usepackage[mathletters]{ucs}
\usepackage[utf8x]{inputenc}
which just suited me fine!
October 9, 2014 at 1:30 pm
This would’ve been incredibly useful the day I spent an hour trying to work out how to get latex to display ð (the Icelandic lower-cases eth)…
October 9, 2014 at 10:09 am
I use Unicode in LaTeX a lot now.
The only issue is with Greek letters; see http://robinryder.wordpress.com/2013/04/16/unicode-in-latex/ for a workaround.
October 9, 2014 at 12:20 am
Thanks❢