Guest User

Untitled

a guest
Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. documentclass[12pt,twoside]{book}
  2.  
  3. usepackage{fancyhdr}
  4. fancyhead{} % clear all header fields
  5. fancyhead[LO]{nouppercaseleftmark}
  6. fancyhead[RE]{nouppercaserightmark}
  7. fancypagestyle{plain}{%
  8. fancyhead[LO]{nouppercaseleftmark}
  9. fancyhead[RE]{nouppercaserightmark}
  10. }
  11. %renewcommand{headrulewidth}{0pt} % no line in header area
  12. fancyfoot{} % clear all footer fields
  13. fancyfoot[LE,RO]{thepage} % page number in "outer" position of footer line
  14. fancyfoot[RE,LO]{today} % other info in "inner" position of footer line
  15. fancypagestyle{plain}{%
  16. fancyfoot[LE,RO]{thepage} % page number in "outer" position of footer line
  17. fancyfoot[RE,LO]{today} % other info in "inner" position of footer line
  18. }
  19. begin{document}
  20.  
  21. chapter*{Contents}
  22.  
  23. chapter{Introduction}
  24.  
  25. This is the first section.
  26.  
  27. Lorem ipsum dolor sit amet, consectetuer adipiscing
  28. elit. Etiam lobortisfacilisis sem. Nullam nec mi et
  29. neque pharetra sollicitudin. Praesent imperdietmi nec ante.
  30. Donec ullamcorper, felis non sodales...
  31.  
  32. end{document}
Add Comment
Please, Sign In to add comment