<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">I meant in header/footer, not headings. Sorry.<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Meho R. &lt;meho_r@yahoo.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> XeTeX &lt;xetex@tug.org&gt;; tex-live@tug.org<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, March 8, 2010 2:29:37 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [XeTeX] SmallCaps and Memoir pagestyle issue<br></font><br>
<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>
<style type="text/css">
p, li {white-space:pre-wrap;}
</style>
<p style="margin: 0px; text-indent: 0px;">\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}</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>

      </div></div>
</div><br>

      </body></html>