Search found 3 matches

by dn_befunk
Sat Jul 16, 2011 5:17 pm
Forum: General
Topic: Size of headings "Bibliography", "LoF", "LoT"
Replies: 5
Views: 3329

Size of headings "Bibliography", "LoF", "LoT"

Thanks Stefan,

I solved the problem by adding

Code: Select all

c
in the preamble and

Code: Select all

\ChTitleVar{\Large\bf}
before \begin{document}.

It seems to work.
by dn_befunk
Sat Jul 16, 2011 4:22 pm
Forum: General
Topic: Size of headings "Bibliography", "LoF", "LoT"
Replies: 5
Views: 3329

Size of headings "Bibliography", "LoF", "LoT"

Hi Stefan,

thanks for your reply and sorry about the trivialness of the question, I'm a LaTex beginner.

However, I actually I copy&pasted the wrong bit.

That's how I'm dealing with chapters

\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\vspace*{50 pt}%
{\setlength{\parindent}{0pt ...
by dn_befunk
Sat Jul 16, 2011 3:12 pm
Forum: General
Topic: Size of headings "Bibliography", "LoF", "LoT"
Replies: 5
Views: 3329

Size of headings "Bibliography", "LoF", "LoT"

Hi everyone,

I am writing my master thesis in book class.

My chapter titles are "Large", but I cannot manage to get the automatically-generated "Bibliography", "List of Tables", and "List of Figures" headings in "Large" size as well.

As for the bibliography, I'm using BibTex, and including it in ...