Hello,<br><br>&nbsp; I have two questions,<br><br>a)&nbsp; I am using the fancyhdr package, in order to format the headings in my<br>thesis. The problem is that the customizations are not applied on the<br>frontmatter. I use the following code :
<br><br>%------------------------------------------------------------------------------<br>% headers formatting<br>\pagestyle{fancy}%<br>\renewcommand{\headrulewidth}{0.3pt}<br>\renewcommand{\footrulewidth}{0.3pt}<br>\renewcommand{\chaptermark}[1]{\markboth{Chapter\ \thechapter\ -\ #1}{}}
<br>\renewcommand{\sectionmark}[1]{\markright{Section\ \thesection\ -\ #1}{}}<br>\renewcommand{\headrulewidth}{0.5pt}<br>\renewcommand{\footrulewidth}{0pt}<br>\fancyhf{}<br>\fancyhead[LE,RO]{\sffamily\thepage}<br>\fancyhead[RE]{\sffamily\leftmark}
<br>\fancyhead[LO]{\sffamily\rightmark}<br>%------------------------------------------------------------------------------<br><br>While on the mainmatter the headings have the desirable format, on the<br>frontmatter the headings are still capitalized. How could i change this?
<br><br>b)&nbsp; Is there any way to change the way the frontmatter of a book is<br>numbered? LaTeX uses by default Latin lower case numbers. I would like to<br>use Greek numbers. Any hint?<br><br>Thanks.