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 2808 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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