Using the book class. I would like to have chapter titles that look like this:
book
| CHAPTER ## | | Chapter Title (italic) |
Can titlesec do this?
titlesec
\documentclass{book} \usepackage{titlesec} \titleformat{\chapter}[display] {\raggedleft\normalfont\LARGE\bfseries}{\MakeUppercase{\chaptertitlename}\ \thechapter} {20pt}{\raggedright\Huge\itshape} \usepackage{lipsum} \begin{document} \chapter{Chapter title} \lipsum[1] \end{document}
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
4 months ago
viewed
110 times
active