[XeTeX] ellipsis glyph missing from font
Peter Dyballa
Peter_Dyballa at Web.DE
Sat Jun 19 17:09:05 CEST 2010
Am 19.06.2010 um 15:59 schrieb Avi Wollman:
> Is there a way using \newfontfamily to define "..." on a font which is
> missing ellipsis "..." glyph ?
No. But you can make … an active character which either uses a
different font to type this character or is bound to a macro which
inserts three small . with a lot of kerning between them. Here are
examples for € which can be rewritten for ….
\newfontfamily{\official_EUR_font}{GFS Neohellenic}
\newcommand{\euro}{{\official_EUR_font\upshape\textmd{€}}}
\newfontfamily{\official_EUR_font}{GFS Neohellenic-Regular}
\catcode"20AC=\active
\def€{{\official_EUR_font\char"20AC}}
--
Greetings
Pete
"What do you think of Western Civilisation?"
"I think it would be a good idea!"
– Mohandas Karamchand Gandhi
More information about the XeTeX
mailing list