Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. documentclass{article}
  2. %Starting stuff
  3. includeonly{section1,section6}%
  4. begin{document}
  5. %Something to be done before formatting etc. of solutions
  6. include{section1}
  7. include{section2}
  8. include{section3}
  9. include{section4}
  10. include{section5}
  11. include{section6}
  12. % Other stuff here
  13. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement