Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. pagestyle{headandfoot}
  2. runningheadrule
  3. firstpageheader{AP Calculus Practice Exam A1}{ Mao Laoshi }{Senior 2}
  4. firstpageheadrule
  5. runningheader{AP Calculus Practice Exam A1}
  6. { Page thepage of numpages}
  7. {Senior 2 }
  8.  
  9. footer{}
  10. {iflastpage{End of exam}{Please go on to the next pageldots}}
  11. {}
  12.  
  13. iflastpage{<text 1>}{<text 2>}
  14.  
  15. documentclass{exam}
  16. usepackage[paperheight=12cm]{geometry}% just for the example
  17. usepackage{lipsum}% just to generate filler text for the example
  18.  
  19. pagestyle{headandfoot}
  20. runningheadrule
  21. firstpageheader{AP Calculus Practice Exam A1}{ Mao Laoshi }{Senior 2}
  22. firstpageheadrule
  23. runningheader{AP Calculus Practice Exam A1}
  24. {Page thepage of numpages}
  25. {Senior 2}
  26. footer{}
  27. {iflastpage{End of exam}{Please go on to the next pageldots}}
  28. {}
  29.  
  30. begin{document}
  31. lipsum[1-7]
  32. end{document}
  33.  
  34. runningfooter{}{iflastpage{End of exam}{Please go on to the next pageldots}}{Page thepage of numpages}
  35.  
  36. firstpagefooter{}{}{Page thepage of numpages}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement