/rcdk/inst/doc/auto/rcdk.el

http://github.com/rajarshi/cdkr · Emacs Lisp · 23 lines · 22 code · 1 blank · 0 comment · 0 complexity · 2161981b0ce09f96dab17ff45000c01d MD5 · raw file

  1. (TeX-add-style-hook "rcdk"
  2. (lambda ()
  3. (LaTeX-add-labels
  4. "fig:ols"
  5. "fig:cluster"
  6. "fig:isotopes")
  7. (TeX-add-symbols
  8. '("rclass" 1)
  9. '("funcarg" 1)
  10. '("Rpackage" 1)
  11. '("Rfunction" 1))
  12. (TeX-run-style-hooks
  13. "hyperref"
  14. "pdftex"
  15. "url"
  16. "times"
  17. "fullpage"
  18. "latex2e"
  19. "art11"
  20. "article"
  21. "letterpaper"
  22. "11pt")))