Text Formatting ⇒ Chapters without numbers have different header format
-
- Posts: 2
- Joined: Thu Feb 04, 2010 9:43 am
Chapters without numbers have different header format
I'm wanting to add an unnumbered chapter, but the command \chapter*{} removes all the formatting I have for the chapter title. Any help would be very much appreciated.
The formatting I have for chapter headings is given below:
\newlength{\chaprule}
\setlength{\chaprule}{0.2mm} % Value controls thickness of rule above
% and below chapter heading
\newlength{\ATchapskip}
\setlength{\ATchapskip}{10\p@} % Value controls spacing of chapter title
% from top of page
\renewcommand{\@makechapterhead}[1]{% Takes one argument: chapter title
\vspace*{\ATchapskip}
\vskip 10\p@
\noindent\rule{\textwidth}{\chaprule}
\begin{flushright} % Right justify the text
\large\scshape{ \@chapapp\space \thechapter}\par
% Write the chpater title in larger text
\LARGE\scshape{ #1 }\par
\end{flushright}
\vskip 10\p@
\noindent\rule{\textwidth}{\chaprule}
\vskip 40\p@
\thispagestyle{plain} % Remove headers at start of chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Chapters without numbers have different header format
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Thu Feb 04, 2010 9:43 am
Re: Chapters without numbers have different header format
Cheers
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Chapters without numbers have different header format
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10