page headings still from previous chapter with *

Issue #88 wontfix
Former user created an issue
Hi,

First off, great template!

I have a small problem. 

I am starting my thesis with a chapter*{Introduction}.

The page headings in this chapter are still from the previous one (list of tables).

I was looking for a way to override this. \newpagestyle 

   \newpagestyle{headersinleiding}{
    \sethead{Inleiding}
            {}
            {\thepage}
    \headrule}

doesn't seem to work. Could you point me to a place or a way I can easily add this
in the style? 

Also, I was wondering were I can change the headers to have a line below them (page
headers, not titles)

Thanks! 

Original issue reported on code.google.com by dorien.herremans on 2014-06-26 12:30:52

Comments (5)

  1. Former user Account Deleted
    Wow, of course: 
    
    \markboth{\spacedlowsmallcaps{Introduction}}{\spacedlowsmallcaps{Introduction}}
    
    Getting a line below it is a different story though.
    

    Original issue reported on code.google.com by dorien.herremans on 2014-06-26 12:36:23

  2. André Miede repo owner
    classicthesis uses scrpage2 for setting up the headline. You can use all commands available
    there for customizing, i.e., \setheadsepline{...pt}
    

    Original issue reported on code.google.com by amiede on 2014-06-29 14:36:52 - Labels added: Type-Other, Priority-Low - Labels removed: Type-Defect, Priority-Medium

  3. André Miede repo owner

    Fallback to \markboth{\spacedlowsmallcaps{Introduction}}{\spacedlowsmallcaps{Introduction}} required.

  4. Log in to comment