On Mon, Jul 29, 2013 at 09:40:44AM -0400, Mike Maxwell wrote:
> On 7/29/2013 7:47 AM, Herbert Schulz wrote:
> >This has been explained before on this list. Use the [Renderer=ICU] option:
> >
> >\setmainfont[Renderer=ICU]{Charis SIL}
> >
> >and you'll get Small Caps.
>
> This doesn't work. Still only small caps on the bold, not regular.It works for me here, see the attached files. > I also tried Renderer=OT, but xelatex reports > -------- > ! LaTeX error: "kernel/key-choice-unknown" > ! > ! Key 'fontspec-renderer/Renderer' accepts only a fixed set of choices. > ------- This does not work of course because fontspec has no OT choice for the Renderer option. Regards, Khaled
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Renderer=ICU]{Charis SIL}
\begin{document}
Here is some text in \textsc{Small Caps} and \textbf{\textsc{Bold Caps}}.
\end{document}
temp.pdf
Description: Adobe PDF document
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
