Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass{article}
  2. begin{document}
  3. section{Doc A}
  4. input{docA}
  5. section{Conclusions}
  6. Very good.
  7. end{document}
  8.  
  9. section{Hello}
  10. This should actually be a subsection.
  11. subsection{World}
  12. And that one is a subsubsction.
  13.  
  14. documentclass{article}
  15. begin{document}
  16. section{Doc A}
  17. {
  18. letsectionsubsection
  19. letsubsectionsubsubsection
  20. input{docA}
  21. }
  22. section{Conclusions}
  23. Very good.
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement