<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hi,<br><br>I've updated TeXLive 2009 today and noticed that my small caps in headings are gone. Were there any changes in memoir recently or my installation got messed up? Here's a simplified example code which worked previously:<br><br>%%%%%%%%%%%%%%%%%%%<br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><!--StartFragment-->\documentclass{memoir}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">%\usepackage{fontspec}</p>
<p style="margin: 0px; text-indent: 0px;">%\setmainfont{Adobe Garamond Pro}</p><p style="margin: 0px; text-indent: 0px;">% Actually, Xe(La)TeX isn't needed to reproduce the problem; it exist with pdflatex too<br></p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\makepagestyle{test}</p>

<p style="margin: 0px; text-indent: 0px;">\makeheadrule{test}{\textwidth}{\normalrulethickness}</p>
<p style="margin: 0px; text-indent: 0px;">\makeevenhead{test}{\thepage}{\scshape\MakeLowercase\leftmark}{Test TEST}</p>
<p style="margin: 0px; text-indent: 0px;">\makeoddhead{test}{Test TEST}{\scshape\MakeLowercase\rightmark}{\thepage}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\pagestyle{test}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\usepackage{lipsum}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
<p style="margin: 0px; text-indent: 0px;">\chapter{Test Chapter}</p>
<p style="margin: 0px; text-indent: 0px;">\section{Test Section}</p>
<p style="margin: 0px; text-indent: 0px;">\lipsum[1-111]</p>
<p style="margin: 0px; text-indent: 0px;">\end{document}<!--EndFragment--></p>%%%%%%%%%%%%%%%%%%%<br><br>NOTE: I tried \makeps marks and \nouppercaseheads and all I get is that without \nouppercaseheads I managed to get upper case letters, but never small caps. Ideas?</div><br>

      </body></html>