<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"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Thanks :) I will keep in mind your advice.<br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Lars Madsen &lt;daleif@imf.au.dk&gt;<br><b><span style="font-weight: bold;">To:</span></b> Meho R. &lt;meho_r@yahoo.com&gt;<br><b><span style="font-weight: bold;">Cc:</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 3:11:57 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [tex-live] SmallCaps and Memoir pagestyle issue<br></font><br>
Meho R. wrote:<br>&gt; Hi,<br>&gt; <br>&gt; 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>&gt; <br>&gt; %%%%%%%%%%%%%%%%%%%<br>&gt;&nbsp; \documentclass{memoir}<br>&gt; <br>&gt; %\usepackage{fontspec}<br>&gt; %\setmainfont{Adobe Garamond Pro}<br>&gt; % Actually, Xe(La)TeX isn't needed to reproduce the problem; it exist with pdflatex too<br>&gt; <br>&gt; <br>&gt; \makepagestyle{test}<br>&gt; \makeheadrule{test}{\textwidth}{\normalrulethickness}<br>&gt; \makeevenhead{test}{\thepage}{\scshape\MakeLowercase\leftmark}{Test TEST}<br>&gt; \makeoddhead{test}{Test TEST}{\scshape\MakeLowercase\rightmark}{\thepage}<br>&gt; \pagestyle{test}<br>&gt; <br>&gt; \usepackage{lipsum}<br>&gt; <br>&gt; \begin{document}<br>&gt; \chapter{Test Chapter}<br>&gt; \section{Test Section}<br>&gt;
 \lipsum[1-111]<br>&gt; \end{document}%%%%%%%%%%%%%%%%%%%<br>&gt; <br>&gt; 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?<br>&gt; <br>&gt; <br>&gt;&nbsp; &nbsp; &nbsp;  <br><br>if thes works in the past I'd see it as a fluke of nature. As far as I know we did not change anything in relation to the headers<br><br>But this works<br><br>\let\memUChead\MakeLowercase<br>\pagestyle{test}<br><br>the lower casing does not belong in the headers, it should go into the \sectionmark macros (which is where \memUChead lives)<br><br><br>please post memoir problems on comp.text.tex, the tex live list if for the distribution as a whole not problems with single units<br><br><br>-- <br>/daleif<br></div></div>
</div><br>

      </body></html>