General ⇒ Centering chapter and bibliography titles, and more
Centering chapter and bibliography titles, and more
I'm using the standard report/book class, and I would like to know how to change the default settings for Chapter/Bibliography heading/titles.
More specifically, I want to place Chapter headings/titles in center and to change the fonts to smaller sizes, in capitals.
I would like to do the same with the Bibliography heading. I actually also wanted to change from "bibliography" to "references", but I found an answer in this forum, I just still don't know how to put it in the center and change the fonts.
I may have more questions once this issue is sorted out.
Thanks,
-trnbvn
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Centering chapter and bibliography titles, and more
Regards.
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Centering chapter and bibliography titles, and more
titlesec is a good advice by mas. One comment might help: have a look at the end of the titlesec documentation, there are titlesec commands corresponding to the standard classes listed. You could copy those examples and insert \centering and font commands like \large, \scshape etc.
Stefan
Centering chapter and bibliography titles, and more
As promised I have more questions. Let say my report has 2 chapters, Chapter 1 and Chapter 2. In Chapter 1, I want to number the theorems like Theorem 1, Theorem 2, ... In chapter 2, I want my theorems to be numbered exactly the same, Theorem 1, Theorem 2, ...
I tried to remove [counter] from \newtheorem, so that it just like
but in Chapter 2, my theorems starts from Theorem 2, Theorem 3,...\newtheorem{theorem}{Theorem}
Please help. Thanks.
-trnbvn
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm