[Gllug] Last Night's Meeting

Roger Whittaker roger.whittaker at gmail.com
Sat Jun 19 20:55:47 UTC 2010


On Sat, Jun 19, 2010 at 6:49 PM, Nix <nix at esperi.org.uk> wrote:

> I just spent two hours trying to get LaTeX, XeTeX or ConTeXt to typeset
> the 3/8 character already present in half of TeX's fonts (at least the
> OpenType ones).
>
> I failed.

This worked for me with XeLaTeX:

% -*- coding: utf-8 -*-
\documentclass[11pt, a4paper]{article}
\usepackage{fontspec}
\fontspec{Times New Roman}
\setmainfont{Times New Roman}
\begin{document}
This is ⅜.  Hello ⅜ world.
\end{document}
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list