Page LayoutChapter formatting

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

Chapter formatting

Post by mathselpi »

hello,

Code: Select all

\renewcommand{\chaptername}{start}
\chapter
this code writes "start 1".but I want to write only "start".how?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Chapter formatting

Post by Stefan Kottwitz »

You could use the titlesec package, following the link you will find the documentation, or just type texdoc titlesec on your computer.

Stefan
LaTeX.org admin
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

Re: Chapter formatting

Post by mathselpi »

thanks.
how can you do as manual equation numbers?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Chapter formatting

Post by Stefan Kottwitz »

mathselpi wrote:how can you do as manual equation numbers?
That's hardly understandable I believe. You could modify the equation counter or change its output by redefining \theequation, or use the \tag macro of amsmath. But I don't know your intention.

Stefan
LaTeX.org admin
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

Re: Chapter formatting

Post by mathselpi »

thank you
Post Reply