Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. pretocmd{chapter}{newgeometry{margin=1in,includeheadfoot}}{}{}
  2.  
  3. documentclass[letterpaper,12pt]{report}
  4. usepackage[margin=1in,includehead,includefoot,showframe]{geometry}
  5. usepackage{lipsum}
  6.  
  7. pagestyle{myheadings}
  8.  
  9. % Remove includefoot option above and uncomment lines below to see patch attempt.
  10. % usepackage{etoolbox}
  11. % pretocmd{chapter}{newgeometry{margin=1in,includeheadfoot}}{}{}
  12.  
  13. begin{document}
  14. chapter{Test}
  15. Page number on this page should be in the footer and 1in from the bottom of the page. Page number on the next page should be in the header and 1in from the top of the page and last line of text on the next page should be 1in from the bottom of the page.par
  16. lipsum[1-10]
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement