Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. documentclass{book}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage[svgnames]{xcolor}
  5.  
  6. usepackage{lipsum}
  7.  
  8. usepackage[explicit]{titlesec}
  9.  
  10. newcommand{crulefill}{leavevmodeleadershrule height 0.7ex depthdimexpr 0.5pt-0.7exhfillkern 0pt}
  11.  
  12. titleformat{section}{bfseriesLarge} {fboxrule=0.5ptfcolorbox{black}{white!0}{{color{black}thesection.}}rule[.7ex]{10pt}{.5pt} } {0pt} {upshapebfseriesLarge#1 crulefill}%
  13.  
  14. titleformat{subsection}{bfserieslarge} {thesubsection.enspacecolor{LightSteelBlue}vrulecolor{black}}{0.6em} {#1}
  15.  
  16. begin{document}
  17. setcounter{chapter}{1}
  18. section{Sección}
  19.  
  20. subsection{Subsection}
  21. lipsum[11]
  22. section{Sección}
  23. lipsum[12]
  24. subsection{Subsection}
  25. lipsum[13]
  26.  
  27. end{document}
Add Comment
Please, Sign In to add comment