Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TorbjornT
Last active March 12, 2018 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbjornT/30912a162bb5b00a473dbb4773014cfc to your computer and use it in GitHub Desktop.
Save TorbjornT/30912a162bb5b00a473dbb4773014cfc to your computer and use it in GitHub Desktop.
chapter descriptions
\documentclass{report}
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\sffamily\huge\bfseries}
{\chaptertitlename\ \thechapter}{5pt}
{\begin{flushleft}
\normalfont\normalsize\itshape\ChapterDesc \vspace{0.25cm}
\end{flushleft}
\Huge}
\newcommand\ChapterDesc{}
\begin{document}
\renewcommand\ChapterDesc{Lorem ipsum}
\chapter{A}
\renewcommand\ChapterDesc{Dolor sit}
\chapter{B}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment