Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{article}
  2. RequirePackage{comment}
  3.  
  4. excludecomment{sol}
  5.  
  6. newcommand{version}[1]%
  7. {begin{#1}}
  8.  
  9. newcommand{eversion}[1]%
  10. {end{#1}}
  11.  
  12. begin{document}
  13. Test.
  14. version{sol}
  15. Test text.
  16. eversion{sol}
  17. %end{sol}
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement