Re: [XeTeX] misplaced accents in printout only?

2016-01-25 Thread Arthur Reutenauer
Hi Dominik, On Fri, Jan 22, 2016 at 12:07:17PM -0700, Dominik Wujastyk wrote: > I've just tried to provide the short examples, but I can't get the problem > to manifest in a small sample yet. The student has a lot of included > files, so it's non-trivial to whittle it down to the minimal

[XeTeX] Faking small caps?

2016-01-25 Thread BPJ
I have a text where certain words should be set in small caps. The problem is that some of these words contain the character ŋ, which isn't supported in small caps in the font used. Might there be some way to fake a small cap ŋ in these words -- preferably smarter than search-replacing ŋ with

Re: [XeTeX] Faking small caps?

2016-01-25 Thread Philip Taylor
BPJ wrote: > I have a text where certain words should be set in small caps. The > problem is that some of these words contain the character ŋ, which isn't > supported in small caps in the font used. Might there be some way to > fake a small cap ŋ in these words -- preferably smarter than > searc

Re: [XeTeX] Faking small caps?

2016-01-25 Thread Philip Taylor
Philip Taylor wrote: > Why not make ŋ active and program it to expand to {\small Ŋ} ? -> \catcode `\ŋ = active -> \def ŋ{{\small Ŋ}} ** Phil. -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Faking small caps?

2016-01-25 Thread BPJ
Den 2016-01-25 kl. 16:06, skrev Philip Taylor: BPJ wrote: I have a text where certain words should be set in small caps. The problem is that some of these words contain the character ŋ, which isn't supported in small caps in the font used. Might there be some way to fake a small cap ŋ in thes