Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. documentclass[a4paper,oneside,twocolumn]{book}
  2. usepackage[top=3cm, bottom=3.2cm, left=2.5cm, right=2.5cm]{geometry}
  3. usepackage{newpxtext}
  4. usepackage{blindtext}
  5. %usepackage{showframe}
  6. usepackage{titlesec}
  7. usepackage{tikz}
  8. usetikzlibrary{calc}
  9. usepackage{titling}
  10. usepackage{fontspec}
  11. usepackage{xltxtra}
  12.  
  13. newfontfamilyheadingfont[]{Arial}
  14. titleformat{chapter}[display]
  15. {bfseriesfilcenterfontsize{30}{30}headingfont}
  16. {hugeMakeUppercaseheadingfont{chaptertitlename} thechapter}
  17. {12pt}
  18. {tikz[remember picture,overlay]node[inner sep=0pt] at ($(current page.north) +
  19. (0pt,-113pt)$) {includegraphics[width=6cm]{example-image}};}
  20. titlespacing{chapter}{0pt}{140pt}{120pt}
  21. titleformat*{section}{LARGEheadingfont}
  22. titleformat*{subsection}{Largeheadingfont}
  23. renewcommand{maketitlehooka}{headingfont}
  24.  
  25. begin{document}
  26.  
  27. chapter{A Nice Title}
  28. blindtext
  29.  
  30. section{A Section Title}
  31. blindtext
  32.  
  33. subsection{Travels}
  34.  
  35. end{document}
  36.  
  37. usepackage{xltxtra} % or just 'fontspec'
  38. usepackage{newpxtext}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement