I meant in header/footer, not headings. Sorry.


________________________________
From: Meho R. <meh...@yahoo.com>
To: XeTeX <xetex@tug.org>; tex-l...@tug.org
Sent: Mon, March 8, 2010 2:29:37 PM
Subject: [XeTeX] SmallCaps and Memoir pagestyle issue


Hi,

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:

%%%%%%%%%%%%%%%%%%%
 
\documentclass{memoir}

%\usepackage{fontspec}
%\setmainfont{Adobe Garamond Pro}
% Actually, Xe(La)TeX isn't needed to reproduce the problem; it exist with 
pdflatex too


\makepagestyle{test}
\makeheadrule{test}{\textwidth}{\normalrulethickness}
\makeevenhead{test}{\thepage}{\scshape\MakeLowercase\leftmark}{Test TEST}
\makeoddhead{test}{Test TEST}{\scshape\MakeLowercase\rightmark}{\thepage}
\pagestyle{test}

\usepackage{lipsum}

\begin{document}
\chapter{Test Chapter}
\section{Test Section}
\lipsum[1-111]
\end{document}%%%%%%%%%%%%%%%%%%%

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?



      

--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to