Advertisement
Guest User

Untitled

a guest
May 24th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. (add-to-list 'org-latex-classes
  2. '("davisonnn"
  3. "\\documentclass[12pt,a4paper]{article}
  4. \\usepackage[T1]{fontenc}
  5. \\usepackage{mathpazo}
  6. \\usepackage[top=1in, bottom=1.5in, left=1in, right=1.5in]{geometry}
  7. \\usepackage{cite}
  8. \\usepackage{color}
  9. \\usepackage{graphicx}
  10. \\usepackage{hyperref}
  11. \\newcommand{\\annotate}[2]
  12. {\\marginpar{{\\color{red}\\textbf{\#1}}}
  13. {\\color{red}\\emph{\#2}}}
  14. \\newcommand{\\divider}
  15. {\\begin{center}\\line(1,0){250}\\end{center}}
  16. \\newcommand{\\inputfigure}[2]{
  17. \\begin{figure}[htbp]\\centering
  18. \\includegraphics[width=1\\textwidth]{#1}
  19. \\caption[#2]{\\textbf{#2}}\\label{#1}\\end{figure}}
  20. \\title{}
  21. [NO-DEFAULT-PACKAGES]
  22. [NO-PACKAGES]"
  23. ("\\section{%s}" . "\\section*{%s}")
  24. ("\\subsection{%s}" . "\\subsection*{%s}")
  25. ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  26. ("\\paragraph{%s}" . "\\paragraph*{%s}")
  27. ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement