Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. documentclass[oneside]{book}
  2.  
  3. usepackage{color, xcolor}
  4.  
  5.  
  6. newcommand{mysection}[2]{
  7. setcounter{section}{#1}
  8. setcounter{section}{0}
  9. chapter*{#2}
  10. addcontentsline{toc}{section}
  11. {protectnumberline{hspace{-1.15cm}%
  12. colorbox{blue!50}{color{blue}stringparbox[c][.72em]{1em}
  13. {strutprotect}}%
  14. hspace{1em}bfseriessffamily MakeUppercase{#2}protect}}
  15. }
  16.  
  17.  
  18.  
  19.  
  20. begin{document}
  21.  
  22. tableofcontents
  23.  
  24. frontmatter
  25. mysection{1}{Introduction}
  26. mysection{0}{Acknowledgments}
  27. mainmatter
  28.  
  29.  
  30. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement