annotate yatexhks.el @ 66:dd4887f78a1f

GNU Emacs20 and XEmacs supported
author yuuji
date Tue, 16 Dec 1997 13:33:40 +0000
parents b9f753846b6b
children 9b4354af748c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
1 ;;; -*- Emacs-Lisp -*-
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
2 ;;; Hooks for YaTeX
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
3
66
dd4887f78a1f GNU Emacs20 and XEmacs supported
yuuji
parents: 61
diff changeset
4 ;;; 野鳥に関連する記述(たとえばアドイン関数)は yatexhks.el という名前の
dd4887f78a1f GNU Emacs20 and XEmacs supported
yuuji
parents: 61
diff changeset
5 ;;; ファイルに入れてください。起動時に自動的にロードします。
23
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
6
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
7 ;;; All the private definitions for YaTeX can be stuffed into the file
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
8 ;;; named `yatexhks.el'. The file `yatexhks.el' will be automatically
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
9 ;;; loaded at the end of loading `yatex.el'.
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
10
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 54
diff changeset
11 ;Private definitions begin from here.
23
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
12
61
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
13 ;;97/1/27
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
14 (define-key YaTeX-user-extensional-map "v" 'YaTeX-section-overview)
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
15 ;;initial version
54
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
16 (define-key YaTeX-user-extensional-map "0"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
17 '(lambda () (interactive) (YaTeX-make-section nil nil nil "part")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
18 (define-key YaTeX-user-extensional-map "1"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
19 '(lambda () (interactive) (YaTeX-make-section nil nil nil "chapter")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
20 (define-key YaTeX-user-extensional-map "2"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
21 '(lambda () (interactive) (YaTeX-make-section nil nil nil "section")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
22 (define-key YaTeX-user-extensional-map "3"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
23 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subsection")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
24 (define-key YaTeX-user-extensional-map "4"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
25 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subsubsection")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
26 (define-key YaTeX-user-extensional-map "5"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
27 '(lambda () (interactive) (YaTeX-make-section nil nil nil "paragraph")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
28 (define-key YaTeX-user-extensional-map "6"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
29 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subparagraph")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
30 (define-key YaTeX-user-extensional-map "r"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
31 '(lambda () (interactive) (YaTeX-make-section nil nil nil "ref")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
32 (define-key YaTeX-user-extensional-map "i"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
33 '(lambda () (interactive) (YaTeX-make-singlecmd "item")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
34 (define-key YaTeX-user-extensional-map "\C-b"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
35 '(lambda () (interactive) (YaTeX-make-singlecmd "leftarrow")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
36 (define-key YaTeX-user-extensional-map "l"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
37 '(lambda () (interactive) (YaTeX-make-section nil nil nil "label")))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 58
diff changeset
38 (define-key YaTeX-user-extensional-map "f"
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 58
diff changeset
39 '(lambda () (interactive) (YaTeX-make-section nil nil nil "frac")))
54
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
40 (define-key YaTeX-user-extensional-map "S"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
41 '(lambda () (interactive) (YaTeX-make-section nil nil nil "setlength")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
42 (define-key YaTeX-user-extensional-map "b"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
43 '(lambda () (interactive) (YaTeX-make-fontsize nil "bf")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
44
23
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
45
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
46 ;
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
47 ;;; End of yatexhks.el
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
48 (provide 'yatexhks)

yatex.org