[lucida] problems using lucidabr with XeLaTeX

Axel E. Retif axel.retif at mac.com
Tue Aug 26 01:19:57 CEST 2008


On Aug 25, 2008, at 16:59, Fermin Otalora wrote:

> There's something wrong with the accented characters of Lucida fonts  
> when used with XeLaTeX

[...]

>  \documentclass{article}
>   \usepackage[T1]{fontenc}
>   \usepackage{lucidabr}
>   \begin{document}
>     Lorem ípsum
>   \end{document}

I don't know why, but just adding fontspec is enough for it to work:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lucidabr}
\usepackage{fontspec}%%% <- this
\begin{document}
     Lorem ípsum
\end{document}

There is a XeTeX mailing list:

http://tug.org/mailman/listinfo/xetex

Best,

Axel


More information about the lucida mailing list