Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{lipsum}%% a garbage package you don't need except to create examples.
  3. \usepackage{fancyhdr}
  4. \pagestyle{fancy}
  5. \lhead{This is my name}
  6. \rhead{this is page \thepage}
  7. \cfoot{center of the footer!}
  8. \renewcommand{\headrulewidth}{0.4pt}
  9. \renewcommand{\footrulewidth}{0.4pt}
  10. \begin{document}
  11.  
  12. %%\thispagestyle{empty}
  13.  
  14. \lipsum[1-20]
  15.  
  16. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement