Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass[parskip=half,10pt,twoside]{scrbook}
  2.  
  3. begin{document}
  4. chapter*{Introduction}
  5. addcontentsline{toc}{chapter}{tocEntry{Introduction}}
  6. markboth{spacedlowsmallcaps{Introduction}}{spacedlowsmallcaps{Introduction}}
  7.  
  8. chapter[Short title]{Full title}
  9. renewcommand{chaptermark}[1]{%
  10. markboth{thechapter. #1}{}}
  11.  
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement