Am 12.12.2010 um 00:12 schrieb Peter Münster:
On Sat, Dec 11 2010, Florian Wobbe wrote:
{\setff{smallcaps} SmallCaps {\bf BoldCaps}}
Hello,
Thanks! What's the difference between \sc and \setff{smallcaps}?
By default \sc switch to a different font like \it or \bf but now with opentype fonts smallcaps are a part of many fonts which can be enabled with the smcp feature.
Could something like "\def\sc{\setff{smallcaps}}" in the preamble harm in any way?
I would change this to \definefontfeature[smcp][mode=node,smcp=yes] \unexpanded\def\sc{\addfs{smcp}}
Depending on your answers, I would perhaps request to trigger \setff{smallcaps} by \sc in the core.
Can be a problem because we have font (e.g. Latin Modern) where smallcaps are still in a separate file. Wolfgang