Document Classes ⇒ What class does this come from?
What class does this come from?
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.
- Attachments
-
- header1.png (8.95 KiB) Viewed 2937 times
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
What class does this come from?
Code: Select all
\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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: What class does this come from?
Best,
Niles.
What class does this come from?
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?
Code: Select all
\usepackage{lmodern}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: What class does this come from?
Best,
Niles.