Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. documentclass[twoside]{article}
  2. usepackage{everypage}
  3. usepackage{lipsum}
  4. newcounter{technicalpage}
  5. setcounter{technicalpage}{1}
  6. AddEverypageHook{stepcounter{technicalpage}}
  7. begin{document}
  8. pagenumbering{roman}%
  9. %On page 1 (even)
  10. This is intro stuff and the page counter will reset further down. Technically page thetechnicalpage.parlipsum
  11. pagenumbering{arabic}
  12. Claims to be page thepage, but is technically page thetechnicalpagespace and should, internally, be treated as such.
  13. % Should say page 1, as it is, but should be treated like even with regards to margins,
  14. % because it's technically the second page. So I want't article to consider
  15. % c@technicalpage as the counter for determining odd/even page.
  16. end{document}
Add Comment
Please, Sign In to add comment