Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. usepackage{titlesec}
  2. titleformat{chapter}[display]
  3. {normalfontbfseriesLargecolor{black}}
  4. {tikz[remember picture,overlay] node[opacity=1,inner sep=0pt,anchor=north] at (current page.north){includegraphics[width=paperwidth,height=10cm]{thechapterpicture}};
  5. MakeUppercase{chaptertitlename}%
  6. rlap{ resizebox{!}{1.5cm}{thechapter}}
  7. }
  8. {10pt}{Huge}
  9. titlespacing*{chapter}{0pt}{-50pt}{180pt}
  10.  
  11. newcommand{chapterpicture}[1]{%
  12. defthechapterpicture{#1}%
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement