Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-13 Thread Peter Dyballa
Am 13.04.2010 um 04:21 schrieb Tiandao Li: \usepackage{textcomp} \begin{document} Today is 25\textcelsius. What you're using here is an emulation inside a 7- or 8-bit "plain old" LaTeX. It's based on the use of virtual fonts and very irregular font encodings. This should not be used wi

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Ross Moore
Hello Tiandao, On 13/04/2010, at 12:21 PM, Tiandao Li wrote: 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}

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Tiandao Li
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{docum

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Wilfred van Rooijen
software in XeLaTeX, but I think that using GIMP or similar is easier.   Regards, Wilfred --- On Tue, 13/4/10, Tiandao Li wrote: From: Tiandao Li Subject: [XeTeX] No clipping support in XeTeX and \textcelsius To: xetex@tug.org Date: Tuesday, 13 April, 2010, 4:22 AM Hi, I had a xetex file

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Fr. Michael Gilmary
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

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Ross Moore
Hello Tiandao, On 13/04/2010, at 7:24 AM, 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

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Tiandao Li
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} \newcomma

Re: [XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Fr. Michael Gilmary
Tiandao Li wrote: Another question, I used textcomp package, so I can use \textcelsius for temperature. However, the PDF file only show a square in the place of C. after I commented out packages of xunicode and xltxtra. textcomp package works fine. Why? Hi Tiandao I suspect the font yo

[XeTeX] No clipping support in XeTeX and \textcelsius

2010-04-12 Thread Tiandao Li
Hi, I had a xetex file with graphics, and I try to use the trim function in \includegraphics \documentclass[letterpaper,12pt]{article} \usepackage[cm-default]{fontspec} % provides font selecting commands \defaultfontfeatures{Mapping=tex-text} %\usepackage{xunicode}% provides unicode character ma