Guest User

Untitled

a guest
Nov 9th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. \documentclass[twoside]{article}
  2. \usepackage{lipsum}
  3. \usepackage{fancyhdr}
  4. \pagestyle{fancy}
  5. \let\Sectionmark\sectionmark
  6. \def\sectionmark#1{\def\Sectionname{#1}\Sectionmark{#1}}
  7. \let\Subsectionmark\subsectionmark
  8. \def\subsectionmark#1{\def\Subsectionname{#1}\Subsectionmark{#1}}
  9. \fancyhf{}
  10. \fancyhead[CE]{\Sectionname}
  11. \fancyhead[CO]{\Subsectionname}
  12. \begin{document}
  13. \section{Section 1}
  14. \lipsum[1-2]
  15. \subsection{Subsection 1.1}
  16. \lipsum[1-18]
  17. \section{Section 2}
  18. \subsectionmark{}
  19. \lipsum[1-4]
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment