Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. newbool{hideans} % True: Hide False: Show
  2.  
  3. newcommand{ans}[1]{%
  4. ifbool{hideans}{textcolor{white}{#1}}{#1}
  5. }
  6.  
  7. ans{ifbool{Hide?}{
  8. % Yes
  9. Measure size of figures, eqs, tables here and leave that amount of whitespace
  10. }{
  11. % No
  12. Then print the stuff in the braces before
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement