Hi all, I have some trouble with capitalized section titles. I need the titles in the same size as the main text, but all characters should be small caps. I attached an example (a PDF file too), the standard solutino doesn't work. The second title in the example shows what I want. % output=pdftex \starttext ...text... ...text... \setupcapitals[sc=yes] \setuphead[section][number=no,style=,textstyle=cap] \section{First title} ...text... ...text... \define[1]\Sc{\bgroup\sc\lowercase{#1}\egroup} \define[2]\Section{\Sc{#2}} \setuphead[section][style=,command=\Section] \section{Second title} ...text... ...text... \stoptext I use the fpTeX distribution downloaded on 04.06.2002, the context.zip package has date: 05.28.2002. Greetings Bence Nagy