Page Layout ⇒ Having something like \chapter{Something #Number_of_that_specific_chapter}
Having something like \chapter{Something #Number_of_that_specific_chapter}
I'd lke to have my chapter working this way : \chapter{Something #Number_of_that_specific_chapter}
I haven't find how to made this working.
I'm pretty sure it's possible.
Any idea/help ?
Thanks
D.
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: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Having something like \chapter{Something #Number_of_that_specific_chapter}
\chapter{Something \#\thechapter}
.Stefan