0
votes
1answer
135 views

Changing font size of chapter title without changing table of content font size

I am using document class report and I want to change the font size of chapter titles. I defined the following command to change title font size ...
5
votes
1answer
203 views

Is there an easy way to change the font and size for Chapter Heading in Memoir?

I'm a total TeX newb - please be nice! :-) How can I change the font and size of Chapter headings? I don't mind where it's placed on the page - but would like it to be a sans-serif font and perhaps ...
1
vote
1answer
3k views

Format chapter's heading

I want all my headings to have these characteristics: 12pt Center aligned Bold Times new roman font But when I write \chapter{Introduction}, I can only manipulate the name of the chapter, not the ...
2
votes
1answer
1k views

How can I redefine the base font size and change the size of the page number on chapter pages?

I've got a problem when editing a TeX file. I've changed \normalsize to 20pt by \newcommand{\mysize}{\fontsize{20pt}{\baselinestretch}\selectfont} \renewcommand{\normalsize}{\mysize} and this ...
8
votes
3answers
3k views

Changing the chapter heading size in quotchap

I am using the quotchap package to format chapter headings in a document. Is it possible to change the default font size for the chapter headings? For example, in the document.tex file at the above ...