How can I formate the \chapter like this screenshot?
With this, I am agree:
Code: Select all
\titleformat{\chapter}[hang]{\Huge\color{blue}}{
\bfseries \quad
}{0pt}{\flushright{
\fontsize{110pt}{}\selectfont\color{grey}\thechapter
\vspace{0.1cm}
\begin{rotate}{90}
\hspace{0.4cm}
\fontsize{25pt}{}\selectfont \color{grey}Chapter
\end{rotate}
}\\}
Can you help me?