Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. documentclass[11pt]{article}
  2. usepackage{etoolbox}
  3. usepackage{lipsum}
  4.  
  5. begin{document}
  6. newbool{foo}
  7. booltrue{foo}
  8. ifbool{foo}{
  9. lipsum[1-2]
  10. }{
  11. lipsum[3-6]
  12. }
  13.  
  14. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement