Hi, \documentclass[letterpaper,12pt]{article} \usepackage[cm-default]{fontspec} % provides font selecting commands \defaultfontfeatures{Mapping=tex-text} %\usepackage{xunicode}% provides unicode character macros %\usepackage{xltxtra} % provides some fixes/extras \usepackage{textcomp}
\begin{document} Today is 25\textcelsius. \end{document} edit it using vim, then :! xelatex %. Without packages of xunicode and xltxtra, ℃ shows correctly. I am using Ubuntu 9.10 with xetex from texlive (2007). Tiandao On Mon, Apr 12, 2010 at 6:07 PM, Fr. Michael Gilmary < frmichaelgilm...@maronitemonks.org> wrote: > Tiandao Li wrote: > > The following is the fonts used for English and Chinese, basically for >> English. >> >> \setmainfont{AR PL UKai CN} >> \newfontinstance\rmfont{Times New Roman} >> \newcommand{\en}[1]{{\rmfont #1}} >> \newcommand{\chem}[1]{$\mathrm{#1}$} >> \setmainfont{Times New Roman} >> \newfontinstance\cnfont{AR PL UKai CN} >> \newcommand{\cn}[1]{{\cnfont #1}} >> >> I am still learning xetex. if anything wrong, please correct me. >> >> > > > You can try TeXGyre Termes (a clone of Times, I think) which is included > with TeXLive 09 --- you might have to search for it to install it on your > system. Are you using Windows or Mac or ...? There are other available fonts > with that particular glyph (e.g. Linux Libertine, etc.). > > > You can also add this to your preamble for use with XeLaTeX: > > \usepackage{xltxtra} % this also loads fontspec and xunicode > \usepackage[nolocalmarks]{polyglossia} % for hyphenation patterns > \setdefaultlanguage[variant=american]{english} % see polyglossia > documentation > \defaultfontfeatures{Mapping=tex-text} > > > HTH. > > > > > -- > United in adoration of Jesus, > > > fr. michael gilmary, mma > > Most Holy Trinity Monastery > 67 Dugway Road > Petersham, MA 01366-9725 > > www.MaroniteMonks.org > > > > > -------------------------------------------------- > Subscriptions, Archive, and List information, etc.: > http://tug.org/mailman/listinfo/xetex >
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex