diff yatexhks.el @ 80:9b4354af748c

Too many changes from 1.72. See yatex.new. (Japanese)
author yuuji
date Sun, 24 Dec 2006 06:16:52 +0000
parents dd4887f78a1f
children 2a72779d9c50
line wrap: on
line diff
--- a/yatexhks.el	Thu Dec 25 04:10:32 2003 +0000
+++ b/yatexhks.el	Sun Dec 24 06:16:52 2006 +0000
@@ -41,6 +41,13 @@
   '(lambda () (interactive) (YaTeX-make-section nil nil nil "setlength")))
 (define-key YaTeX-user-extensional-map "b"
   '(lambda () (interactive) (YaTeX-make-fontsize nil "bf")))
+(define-key YaTeX-user-extensional-map "I" 'YaTeX-browse-info)
+
+(defun YaTeX-browse-info ()
+  "Browse YaTeX's info"
+  (interactive)
+  (require 'info)
+  (Info-goto-node (if YaTeX-japan "(yatexj)Top" "(yatexe)Top")))
 
 
 ;

yatex.org