Skip to content

Instantly share code, notes, and snippets.

@edwardtoday
Created March 12, 2013 15:13
Show Gist options
  • Select an option

  • Save edwardtoday/5143737 to your computer and use it in GitHub Desktop.

Select an option

Save edwardtoday/5143737 to your computer and use it in GitHub Desktop.
\usepackage{shadowtext}
\shadowoffsetx{1pt}
\shadowoffsety{.7pt}
\usepackage{titlesec}
\makeatletter
\renewcommand{\@makechapterhead}[1]{
\vspace*{-6pt}
{\setlength{\parindent}{0pt}\raggedright
\normalfont \chaptersize
\shadowtext{\chaptertitlename\ \thechapter \quad\ #1}
}
\vspace*{22pt}
}
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment