Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass{book}
  2. newcounter{foo}
  3.  
  4. begin{document}
  5. tableofcontents
  6. providecommand{foo1}{0}
  7. providecommand{foo2}{0}
  8.  
  9. foo1 foo2
  10.  
  11. stepcounter{foo}
  12. addtocontents{toc}{protectnewcommand{detokenize{foo}thefoo}{thepage}}
  13.  
  14. text
  15.  
  16. stepcounter{foo}
  17. addtocontents{toc}{protectnewcommand{detokenize{foo}thefoo}{thepage}}
  18.  
  19. text
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement