Today I tried to put the symbol 1/2 in my latex document. I could find the one with a horizontal dash (\textonehalf) but I actually need the one with a diagonal dash (like 1/2). In unicode its this one ½, however if I try to put the unicode symbol in my latex document using
Code: Select all
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
Code: Select all
\unichar{189}

Does anyone know how to obtain the 1/2 sign with a diagonal dash in latex?
Cheers,
Tom