I am trying to find the package used in this image to style the chapters of report. I tried all the options in fncychap with no luck. Can you tell what package is this ? 
Asked
Active
Viewed 394 times
1 Answers
3
Here is something to get you started using titlesec.
\documentclass{report}
\usepackage{titlesec}
\renewcommand{\thechapter}{\arabic{chapter}}
\titleformat{\chapter}[display]
{\titlerule[2pt]
\vspace{4ex}\bfseries\sffamily\large}
{\filleft\Huge\thechapter}
{2ex}
{\filleft}
\begin{document}
\chapter{Introduction}
\end{document}
AML
- 2,265
-
Which means I have to customize everything, including. Chapters, Chapters with no numbers, contents.. Thanks you ! – U. User May 20 '18 at 14:36

cmbright, but it's only similar. What do you think ? – U. User May 20 '18 at 14:41