Problem putting footnotes in chapter titles

Issue #65 closed
Former user created an issue
What steps will reproduce the problem?
The problem is putting a footnote in chapter title. The following command produces
the error:
\chapter[Title]{Title\footnote{text}}

What is the expected output? What do you see instead?
I expect to see the footnote in the title but I get the following error:
File ended while scanning use of \\Chap

What version of the product are you using? On what operating system?
Date - classicthesis version 4.0 on Windows 7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by falahatpisheh on 2013-03-29 06:47:13

Comments (5)

  1. Former user Account Deleted
    Just use
    \chapter[Short title]{Long title\NoCaseChange{\footnote{text}}}.
    
    "Short title" is mandatory, though you can set it equal to "Long title".
    

    Original issue reported on code.google.com by ivo.pletikosic on 2013-03-30 12:39:58 - Labels added: Type-Other - Labels removed: Type-Defect

  2. Former user Account Deleted
    using your solution gives me a footnote with the number 7 although it is the first in
    the document, also there is a dot printed below the chapter title. Additionally, is
    there a way to have the footnote text not displayed in small caps?!
    
    Thanks!
    

    Original issue reported on code.google.com by linkersdoerfer on 2013-05-29 15:25:36

  3. Former user Account Deleted
    Linkersdoerfer, I don't have such issues, and it's pretty hard to imagine what could
    be wrong in your case. Have you tried adding a footnote to one of the chapters of the
    original ClassicThesis template?
    

    Original issue reported on code.google.com by ivo.pletikosic on 2013-05-29 23:27:13

  4. Former user Account Deleted
    OK, you are right, it works when using your template, so I'll search for what might
    be going wrong in my personal case...
    
    Thanks!
    

    Original issue reported on code.google.com by linkersdoerfer on 2013-06-03 07:18:01

  5. Log in to comment