Hello, thank you all for your replies.
Post by Lars Madsenjust wondering, why do you want something in the headers but not in the toc?
there might be other ways of getting round this problem if we knew a bit
more about the reasoning
To be honest, i was initially trying to solve the header problem
before actually getting to the toc problem.
But i DO want the sections* in the toc as well. Let me explain:
What i am preparing is handouts for my students. Each time, they will
be receiving a group of exercises belonging
to a particular chapter in the course.
so the first time, they will get: chapter 1, group I (possibly some
sub-title)
the second time, they will get: chapter 1, group II (possibly some
sub-title)
...
at some point, the chapter changes and the group is reset: chapter
2, group I
...
the last handout will be: chapter 6, group IV
So you see, initially the toc does not concern me because each handout
comprises a single chapter
with a single (unnumbered section) - the exercise group.
Eventually, at the end of the course, i would be interested in
compiling all handouts into a single 'book', and then
the toc problem comes into play. I would like the toc to include the
unnumbered sections, looking like:
Chapter 1
Group I
Group II
...
Chapter 2
Group I
Group II
...
So, any thoughts?
Oh, there is something i would like to add concerning the memoir
manual. Table 11.2 on page p.166 includes the starred version of
sectional commands (e.g. \book(*), \chapter(*)), giving me the
impression that \chaptermark, \sectionmark, etc. can be used whether
one uses a starred or unstarred version. It does not seem to be so -
either the table is misleading or there is something i have not
understood. And let me once again mention the notable exception of
\PoemTitle*, for which \poemtitlestarmark is explicitly defined.
Essentially, what I am asking is why something like \sectionstarmark
does not exist.
In general, I cannot understand why starred sectioning commands do not
call \...mark. I simply want the \section* title on the header, and it
seems to me that should be possible, as long as i don't try to include
the (non-existent) section number in the header. In other words,
something like the following seems perfectly natural to me:
\createmark{section*}{right}{nonumber}{}{} % there can be no other
option than nonumber
Eagerly expecting feedback,
George Boukeas.