Hi
I wish to make the attached layout myself for each chapter, but I thought perhaps that a class exists that has this layout as default. Do you know if that is the case, and if yes, what the class is called?
[Please see the attached picture].
Best,
Niles.
Document Classes ⇒ What class does this come from?
What class does this come from?
- Attachments
-
- header1.png (8.95 KiB) Viewed 3002 times
Last edited by niles on Sun Sep 11, 2011 4:12 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
What class does this come from?
I'm not aware of any special class with this chapter heading. But this can easily be done by the titlesec package.
As always, the blindtext package is not part of the solution. It has only been used to create dummy text.
Thorsten
Code: Select all
Code, edit and compile here:
\documentclass[11pt,english]{report}\usepackage[T1]{fontenc}\usepackage{babel}\usepackage{titlesec}\usepackage{blindtext}\titleformat{\chapter}[display]{\scshape\large}{\chaptertitlename\ \huge\thechapter}{4ex}{\filleft\normalfont\sffamily\bfseries\huge}[\vspace{1ex}\titlerule]\begin{document}\blinddocument\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: What class does this come from?
Thank you, localghost. I'll look more closely at that package. I'll let you know how it turns out in this thread.
Best,
Niles.
Best,
Niles.
What class does this come from?
Thanks, it works just as I hoped for. A question (maybe a bit off-topic): How do I make the chapter title bolder? I am referring to this part:
Best,
Niles.
Code: Select all
{\filleft\normalfont\sffamily\bfseries\huge}
Niles.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
What class does this come from?
Not at all. The title is already bold faced. But you can choose another font like lmodern.
Code: Select all
\usepackage{lmodern}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: What class does this come from?
Thanks, very kind of you. Consider this problem solved!
Best,
Niles.
Best,
Niles.