Guest User

Untitled

a guest
Oct 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage[bookmarks=true]{hyperref}
  4.  
  5. begin{document}
  6.  
  7. tableofcontents
  8.  
  9. section{Background}
  10.  
  11. Here is some Background.
  12.  
  13. section{System}
  14.  
  15. This is the system under study.
  16.  
  17. The variables are:
  18.  
  19. section{Results}
  20.  
  21. subsection{Result 1}
  22.  
  23. We got some results.
  24.  
  25. subsection{Result 2}
  26.  
  27. And then some more results.
  28.  
  29. end{document}
  30.  
  31. BOOKMARK [1][-]{section.1}{Background}{}% 1
  32. BOOKMARK [1][-]{section.2}{System}{}% 2
  33. BOOKMARK [1][-]{section.3}{Results}{}% 3
  34. BOOKMARK [2][-]{subsection.3.1}{Result 1}{section.3}% 4
  35. BOOKMARK [2][-]{subsection.3.2}{Result 2}{section.3}% 5
Add Comment
Please, Sign In to add comment