On Mon, May 23, 2005 at 11:05:07AM +0100, Geoffrey Lloyd wrote: > Is it possible to create the 1/2 symbol, available in many fonts, > using lyx. I don't wish to use three characters as in 1 / 2 or the > fraction command but just a single character.
Put \usepackage{nicefrac} in the preamble and
\nicefrac{1}{2} in ERT within the document body.
Andre'
