[tex-live] SmallCaps and Memoir pagestyle issue

Meho R. meho_r at yahoo.com
Mon Mar 8 16:02:20 CET 2010


Thanks :) I will keep in mind your advice.


________________________________
From: Lars Madsen <daleif at imf.au.dk>
To: Meho R. <meho_r at yahoo.com>
Cc: XeTeX <xetex at tug.org>; tex-live at tug.org
Sent: Mon, March 8, 2010 3:11:57 PM
Subject: Re: [tex-live] 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}%%%%%%%%%%%%%%%%%%%
> 
> 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?
> 
> 
>      

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

But this works

\let\memUChead\MakeLowercase
\pagestyle{test}

the lower casing does not belong in the headers, it should go into the \sectionmark macros (which is where \memUChead lives)


please post memoir problems on comp.text.tex, the tex live list if for the distribution as a whole not problems with single units


-- 
/daleif



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20100308/78b4a613/attachment-0001.html>


More information about the tex-live mailing list