~ubuntu-branches/ubuntu/natty/auctex/natty

« back to all changes in this revision

Viewing changes to style/jsbook.el

  • Committer: Bazaar Package Importer
  • Author(s): Davide G. M. Salvetti
  • Date: 2007-03-14 00:43:56 UTC
  • mfrom: (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070314004356-xtqoxu6ousd1ldn6
Tags: 11.83-6
* Rebuild with clean source.
* rules.in (build-package): Added dependency on the "clean" target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; jsbook.el - Special code for jsbook style.
2
2
 
3
 
;; $Id: jsbook.el,v 1.1 2005/01/31 11:32:38 ataka Exp $
 
3
;; $Id: jsbook.el,v 1.2 2005/03/17 10:02:06 angeli Exp $
4
4
 
5
5
;;; Code:
6
6
 
7
 
(TeX-add-style-hook "jsbook"
8
 
 (function (lambda () 
9
 
  (setq LaTeX-largest-level (LaTeX-section-level "chapter")))))
 
7
(TeX-add-style-hook
 
8
 "jsbook"
 
9
 (lambda () 
 
10
   (LaTeX-largest-level-set "chapter")))
10
11
 
11
12
;;; jsbook.el ends here