File: jarticle.el

package info (click to toggle)
xemacs21-packages 2007.04.27-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 109,716 kB
  • ctags: 85,086
  • sloc: lisp: 1,177,163; ansic: 16,426; java: 13,399; xml: 6,152; makefile: 3,552; sh: 3,519; asm: 3,007; perl: 749; ruby: 257; csh: 113; haskell: 93; python: 47; awk: 44
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
;;; jarticle.el - Special code for jarticle style.

;; $Id: jarticle.el,v 1.8 2005/02/11 19:02:08 oub Exp $

;;; Code:

(TeX-add-style-hook "jarticle"
 (function (lambda () (setq LaTeX-largest-level 2))))

;;; jarticle.el ends here