Text Formatting ⇒ The name chapter and the chapter's title in just one line
-
- Posts: 3
- Joined: Sat Jun 08, 2013 5:43 am
The name chapter and the chapter's title in just one line
"Chapter 1
Brief Literature Review"
in this way (just in one line only)
"Chapter 1: Brief Literature Review"
The point is that I don't want to separate the two names, chapter and the title. What I really want is all the name in just one line.
I tried to use the package facydhr but don't find the way to get a useful code.
I would really be glad to read some help
Thanks to all in advance!
- Attachments
-
- chapter.png (33.72 KiB) Viewed 2753 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
The name chapter and the chapter's title in just one line
nice to see you again here after some years!

You can simply change the class from a >10 years old base class to a modern class with better defaults, such as this kind of title. Change
book
to scrbook
or report
to scrreprt
at the beginning of your document. There is a very good documentation for these classes, which are much better customizable: 
Stefan