General ⇒ Chapter titles
Chapter titles
How do i make the code \chapter{Slope fields. Separation of Variables. Existence and uniqueness} read
Project 1 Slope fields. Separation of Variables. Existence and uniqueness
rather than:
Chapter 1 Slope fields. Separation of Variables. Existence and uniqueness
Thank you in advance for your help
Project 1 Slope fields. Separation of Variables. Existence and uniqueness
rather than:
Chapter 1 Slope fields. Separation of Variables. Existence and uniqueness
Thank you in advance for your help
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Chapter titles
Hi,
it depends on the document class you are using, this works for instance with book and report, but without babel:
Stefan
it depends on the document class you are using, this works for instance with book and report, but without babel:
Code: Select all
\renewcommand*\chaptername{Project}
LaTeX.org admin
Chapter titles
and i assume to rename sections it would be
Code: Select all
\renewcommand*\sectionname{Problem}
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Chapter titles
Is \sectionname defined by your document class? If not, that line above will just raise an error.
Stefan
Stefan
LaTeX.org admin
Chapter titles
i am using
and the section is just "built in" i assume
Code: Select all
\documentclass[openright]{book}
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Chapter titles
Yes, it doesn't have a name. If you want use more complicated titling/sectioning have a look at the titlesec package.
Stefan
Stefan
LaTeX.org admin