Re: Removing "Chapter" from the chapter heading
- From: "Michael" <mischa.tbaINSERTATHERExs4all.nl>
- Date: Fri, 2 Dec 2005 20:49:16 +0100
Without use of packages (other dan babel of course), perhaps
\newcommand\titlelesschapter[1]{%
\begingroup%
\def\chaptername{}%
\chapter{#1}%
\endgroup%
}
\titlelesschapter{Introduction}
\chapter{How it all started\ldots}
\titlelesschapter{Afterword}
\chapter{Forgot something.}
(untested).
Regards
Michael.
"Peter Wilson" <herries.press@xxxxxxxxxxxxx> schreef in bericht
news:IM0kf.11962$aA2.1479@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> <sn307@xxxxxxxxx> wrote in message
> news:1133538228.579362.193010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Can anyone please help me in removing the word "Chapter" from the
>> chapter heading. I want it to look something like: "1 Introduction".
>>
>
> \documentclass[...]{memoir}
> \chapterstyle{section}
>
> Peter W.
>
>
.
- References:
- Removing "Chapter" from the chapter heading
- From: sn307
- Re: Removing "Chapter" from the chapter heading
- From: Peter Wilson
- Removing "Chapter" from the chapter heading
- Prev by Date: Re: LaTeX page layout settings
- Next by Date: Modifying 'part' counter output
- Previous by thread: Re: Removing "Chapter" from the chapter heading
- Next by thread: Re: Removing "Chapter" from the chapter heading
- Index(es):
Relevant Pages
|