Hi, Actually, I have a little bit more complex header in my document, this is just a simplified piece of code regarding small caps issue. However, Lars just replied to my question with a solution:
... \let\memUChead\MakeLowercase \pagestyle{test} ... ________________________________ From: Fr. Michael Gilmary <frmichaelgilm...@maronitemonks.org> To: Unicode-based TeX for Mac OS X and other platforms <xetex@tug.org> Sent: Mon, March 8, 2010 3:01:59 PM Subject: Re: [XeTeX] SmallCaps and Memoir pagestyle issue Meho R. wrote: > 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}%%%%%%%%%%%%%%%%%%% > > Hi Meho: Why not try the ruled page style, since it seems to be what you're reproducing? It works here with your sample. Maybe the page style "test" has some conflict somewhere? Also, with XeLaTeX, be sure to load: \usepackage[nolocalmarks]{polyglossia} the option interacts with memoir. -- United in adoration of Jesus, fr. michael gilmary, mma Most Holy Trinity Monastery 67 Dugway Road Petersham, MA 01366-9725 www.MaroniteMonks.org -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex