annotate yatexhks.el @ 58:3a7c0c2bf16d

Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
author yuuji
date Thu, 01 Feb 1996 18:55:47 +0000
parents 2d45e43fb35f
children 9e08ed569d80
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
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
4 ;;; $BLnD;$K4XO"$9$k5-=R(B($B$?$H$($P%"%I%$%s4X?t(B)$B$O(B yatexhks.el $B$H$$$&L>A0$N(B
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
5 ;;; $B%U%!%$%k$KF~$l$F$/$@$5$$!#5/F0;~$K<+F0E*$K%m!<%I$7$^$9!#(B
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
54
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
13 (define-key YaTeX-user-extensional-map "0"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
14 '(lambda () (interactive) (YaTeX-make-section nil nil nil "part")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
15 (define-key YaTeX-user-extensional-map "1"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
16 '(lambda () (interactive) (YaTeX-make-section nil nil nil "chapter")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
17 (define-key YaTeX-user-extensional-map "2"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
18 '(lambda () (interactive) (YaTeX-make-section nil nil nil "section")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
19 (define-key YaTeX-user-extensional-map "3"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
20 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subsection")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
21 (define-key YaTeX-user-extensional-map "4"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
22 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subsubsection")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
23 (define-key YaTeX-user-extensional-map "5"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
24 '(lambda () (interactive) (YaTeX-make-section nil nil nil "paragraph")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
25 (define-key YaTeX-user-extensional-map "6"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
26 '(lambda () (interactive) (YaTeX-make-section nil nil nil "subparagraph")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
27 (define-key YaTeX-user-extensional-map "r"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
28 '(lambda () (interactive) (YaTeX-make-section nil nil nil "ref")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
29 (define-key YaTeX-user-extensional-map "i"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
30 '(lambda () (interactive) (YaTeX-make-singlecmd "item")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
31 (define-key YaTeX-user-extensional-map "\C-b"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
32 '(lambda () (interactive) (YaTeX-make-singlecmd "leftarrow")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
33 (define-key YaTeX-user-extensional-map "l"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
34 '(lambda () (interactive) (YaTeX-make-section nil nil nil "label")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
35 (define-key YaTeX-user-extensional-map "S"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
36 '(lambda () (interactive) (YaTeX-make-section nil nil nil "setlength")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
37 (define-key YaTeX-user-extensional-map "b"
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
38 '(lambda () (interactive) (YaTeX-make-fontsize nil "bf")))
2d45e43fb35f Full support of English documents
yuuji
parents: 23
diff changeset
39
23
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
40
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
41 ;
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
42 ;;; End of yatexhks.el
b00c74813e56 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents:
diff changeset
43 (provide 'yatexhks)

yatex.org