<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I'm trying to
create a book style that has the Chapter-name, chapter-number and
chapter-title on the left header and the corresponding section stuff on
the right. I've got the section stuff working, but I can't figure out
what variable holds the running&nbsp; chapter title.<br>
<br>
In other words, I want the left page header to be:<br>
Chapter 3: Background<br>
where<br>
Chapter = \@chapapp<br>
3 = \thechapter<br>
Background = the running chapter title (Background in this example)<br>
<br>
I can get the header I want when I use \f@rhdr, but it doesn't compile
cleanly, and complains it doesn't know what \f@rhdr is, even tho it
works correctly when I examine the dvi file.<br>
<br>
So, is there a variable that will compile cleanly that holds the
chaptertitle variable? Here's the relevant code:<br>
<br>
\renewcommand{\leftmark}{\rheadrfont
\@chapapp\hspace{3pt}\thechapter:\smlspc \f@rhdr} %% (works but doesn't
compile cleanly)<br>
\makeevenhead{newps}{\thepage\headspc\leftmark}{}{}&nbsp; %% newps is my
pagestyle<br>
<br>
TIA<br>
<br>
Beverley Eyre<br>
UCLA MEMS Laboratory<br>
Los Angeles, CA<br>
<a class="moz-txt-link-abbreviated" href="mailto:fbe2@ucla.edu">fbe2@ucla.edu</a><br>
<br>
<br>
<br>
</font></font>
</body>
</html>