Search found 3 matches

by Xabier
Wed Nov 16, 2011 7:00 pm
Forum: Page Layout
Topic: Modify Bibliography Title
Replies: 5
Views: 2204

Re: Modify Bibliography Title

Thank you!

It works fine and it is pretty much closer to my initial idea! But I would like to insert in the unnumbered chapters a blank line of the same height as the line in which appears the text "Chapter 1" or "Appendix A" in the numbered ones.
Is it possible?

Thank you!
by Xabier
Wed Nov 16, 2011 6:10 pm
Forum: Page Layout
Topic: Modify Bibliography Title
Replies: 5
Views: 2204

Modify Bibliography Title

Dear Thorsten,

I am using the report class. I am using this common code with the numbered chapters, similar to the ger style in the memoir class, with nice results:

\newcommand{\bigrule}{\titlerule[0.5mm]}
\titleformat{\chapter}[display] % cambiamos el formato de los capítulos
{\bfseries\Huge ...
by Xabier
Wed Nov 16, 2011 1:33 pm
Forum: Page Layout
Topic: Modify Bibliography Title
Replies: 5
Views: 2204

Modify Bibliography Title

Hello everyone,

I am writing my PhD thesis and I am dealing with some problems with the bibliography title style. I have redefined the heading title of ToC, LoF and LoT as:
\makeatletter
\def\tableofcontents{%
\newpage
\thispagestyle{plain}
\vspace*{24.5pt}
\rule{\textwidth}{0.4pt}
\begin ...