OK, thanks everyone. For the record (in case others have this problem and reach this message), using both
\usepackage{fontspec} \usepackage{xunicode} also works. It’d be nice if someone could explain what’s the difference between the two. (After trying a bit more by myself I noticed a warning against using inputenc, I think from the xunicode package. It’d be helpful for users if the warning was shown by xelatex itself, I think.) On Sun, Jan 9, 2011 at 18:53, Marco Pessotto <melmo...@gmail.com> wrote: > Bogdan Butnaru <bogd...@gmail.com> writes: > >> Hello! I’m pretty sure I’m forgetting something stupid, but I hope >> someone can point me in the right direction. Take this very simple >> document (the source is UTF8 encoded): >> >> ******************* >> \documentclass{memoir} >> >> \usepackage{ucs} >> \usepackage[utf8x]{inputenc} >> >> \begin{document} >> 101 × 101 >> \end{document} >> ******************* > > You must not use the packages ucs and inputenc, but you need a font with > that symbol (here I use Linux Libertine). > > \documentclass{memoir} > \usepackage{xltxtra} > \setmainfont[Mapping=tex-text]{Linux Libertine O} > \begin{document} > 101 × 101 > \end{document} > > Cheers > > -- > Marco > > > > -------------------------------------------------- > Subscriptions, Archive, and List information, etc.: > http://tug.org/mailman/listinfo/xetex > -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex