[OS X TeX] Typing Unicode characters with applemac encoding

Jacques ANDRÉ jacques.andre35 at gmail.com
Fri Nov 29 11:32:02 EST 2013


Le 29 nov. 2013 à 15:12, André Bellaïche <abellaic at math.jussieu.fr> a écrit :

> Hi,
> 
> Does anybody know how one can type Unicode characters like Unicode 2609 with applemac encoding in LaTeX ? How if the font we use does not contain this character ?
> 
> André Bellaïche
> Université Paris 7

The following program, encoded with Mac OS Roman (or obviously utf8) then compiled with LuaLaTeX, works as expected:

\documentclass{article} 
\usepackage{fontspec}
\begin{document}
U+2609 = ({\fontspec{Arial Unicode MS}\char"2609}, \textsc{sun})
\end{document}


Jacques André






More information about the MacOSX-TeX mailing list