Am 03.10.2010 um 10:07 schrieb Peter Dyballa:

> 
> Am 02.10.2010 um 17:02 schrieb Drébon:
> 
>> Now, I am just searching for a replacement police for helvet that support 
>> smallcaps (and to understand what was I intending to do with the problematic 
>> \renewcommand*\sfdefault{ugq})
> 
> 
> This should not be too complicated...
> 
>       \ifxetex
>         <font setup for XeTeX use>
>       \fi
>       \ifpdf
>         <font setup for pdfTeX use>
>       \fi

Note that \ifpdf checks for PDF output, and doesn't have to be true whenever 
pdfTeX is used. Better

\ifxetex
  <font setup for XeTeX>
\else
  \ifluatex
    <font setup for LuaTeX>
  \else
    <font setup for pdfTeX>
  \fi
\fi




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to