Page LayoutHaving something like \chapter{Something #Number_of_that_specific_chapter}

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
dbourrion
Posts: 4
Joined: Sat Apr 13, 2024 8:33 am

Having something like \chapter{Something #Number_of_that_specific_chapter}

Post by dbourrion »

Hi
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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
User avatar
Stefan Kottwitz
Site Admin
Posts: 10270
Joined: Mon Mar 10, 2008 9:44 pm

Having something like \chapter{Something #Number_of_that_specific_chapter}

Post by Stefan Kottwitz »

Sure, you could write \chapter{Something \#\thechapter}.

Stefan
LaTeX.org admin
Post Reply