/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
- (TeX-add-style-hook "rcdk"
- (lambda ()
- (LaTeX-add-labels
- "fig:ols"
- "fig:cluster"
- "fig:isotopes")
- (TeX-add-symbols
- '("rclass" 1)
- '("funcarg" 1)
- '("Rpackage" 1)
- '("Rfunction" 1))
- (TeX-run-style-hooks
- "hyperref"
- "pdftex"
- "url"
- "times"
- "fullpage"
- "latex2e"
- "art11"
- "article"
- "letterpaper"
- "11pt")))