Advertisement
Guest User

output from org mode

a guest
Feb 17th, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.18 KB | None | 0 0
  1. % Created 2016-02-16 Tue 13:55
  2. \documentclass[11pt]{article}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[T1]{fontenc}
  5. \usepackage{fixltx2e}
  6. \usepackage{graphicx}
  7. \usepackage{longtable}
  8. \usepackage{float}
  9. \usepackage{wrapfig}
  10. \usepackage{rotating}
  11. \usepackage[normalem]{ulem}
  12. \usepackage{amsmath}
  13. \usepackage{textcomp}
  14. \usepackage{marvosym}
  15. \usepackage{wasysym}
  16. \usepackage{amssymb}
  17. \usepackage{hyperref}
  18. \tolerance=1000
  19. \setcounter{secnumdepth}{6}
  20. \author{An Author}
  21. \date{Time-stamp: <13:55:35 Tuesday 16 February 2016 dJeremy>}
  22. \title{Example Title}
  23. \hypersetup{
  24.  pdfkeywords={},
  25.  pdfsubject={},
  26.  pdfcreator={Emacs 24.5.1 (Org mode 8.2.10)}}
  27. \begin{document}
  28.  
  29. \maketitle
  30. \tableofcontents
  31.  
  32.  
  33. \section{Last Section}
  34. \label{sec-1}
  35.  
  36. \subsection{SubSection 1}
  37. \label{sec-1-1}
  38.  
  39. \subsubsection{SubSubSection 1}
  40. \label{sec-1-1-1}
  41.  
  42. Deep in the sections.
  43.  
  44. \subsubsection{SubSubSection 2}
  45. \label{sec-1-1-2}
  46.  
  47. \paragraph{SubSubSubSection 1}
  48. \label{sec-1-1-2-1}
  49.  
  50.  
  51.  
  52. Nested deeply here.
  53.  
  54. Really!
  55.  
  56. \subsubsection{SubSubSection 3}
  57. \label{sec-1-1-3}
  58.  
  59. \subsection{SubSection 2}
  60. \label{sec-1-2}
  61.  
  62. The end of the subs.
  63. % Emacs 24.5.1 (Org mode 8.2.10)
  64. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement