Am Wed, 15 Jun 2011 09:33:38 +0200 schrieb Hans Hagen: > On 14-6-2011 9:52, N. Lindenhayn wrote: > >> \documentclass{scrartcl} >> \usepackage{fontspec,microtype} >> \setmainfont{Minion Pro}%or TeX Gyre Termes, or Latin Modern Roman... >> \begin{document} >> stealing sheep\par >> \textls{stealing sheep}\par >> \textsc{stealing sheep}\par >> \textls{\textit{stealing sheep}}\par >> \textls{\textbf{stealing sheep}}\par >> \textls{\textsc{stealing sheep}} >> \end{document} > > on this list you should provide an example using context macros
At first I thought that it is a pure latex problem which should better go at comp.text.tex or the lualatex mailing list. But it could be that there is (context) font code or luatex problem. With ConTeXt ver: 2011.06.13 23:08 MKIV fmt: 2011.6.15 (from the minimals) the following fails: \starttext \font\test=file:fxlr.otf \test abc \letterspacefont\lspfont=\font 500 \lspfont blub %breaks: letterspaced font is not small small caps: \font\test=file:fxlr.otf:mode=node;+smcp \test abc \letterspacefont\lspfont=\font 500 \lspfont blub %letterspacefont works: \font\test=file:fxlr.otf:mode=base;+smcp \test abc \letterspacefont\lspfont=\font 500 \lspfont blub \stoptext (fxlr.otf are the linux libertine O fonts as you get them in the libertine package on CTAN. But probably the problem can be tested with every font where small caps are implemented with +smcp). -- Ulrike Fischer ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________