yatex

annotate yatexhks.el @ 23:b00c74813e56

Change the YaTeX-math-mode's prefix from `,' to `;'. Add YaTeX-apropos, YaTeX-what-column, YaTeX-beginning-of-environment, YaTeX-end-of-environment. Add variables YaTeX-default-pop-window-height, YaTeX-close-paren-always, YaTeX-no-begend-shortcut, YaTeX-auto-math-mode. Remove Greek letters from maketitle-type. Make YaTeX-inner-environment two times faster and more reliable. C-u for [prefix] k kills contents too. Fix the detection of the range of section-type commands when nested. Add \end{ completion. Add YaTeX-generate-simple. Refine documents(using Texinfo). %#REQUIRE for sub-preambles.
author yuuji
date Thu, 07 Jul 1994 16:37:05 +0000
parents
children 2d45e43fb35f
rev   line source
yuuji@23 1 ;;; -*- Emacs-Lisp -*-
yuuji@23 2 ;;; Hooks for YaTeX
yuuji@23 3
yuuji@23 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
yuuji@23 5 ;;; $B%U%!%$%k$KF~$l$F$/$@$5$$!#5/F0;~$K<+F0E*$K%m!<%I$7$^$9!#(B
yuuji@23 6
yuuji@23 7 ;;; All the private definitions for YaTeX can be stuffed into the file
yuuji@23 8 ;;; named `yatexhks.el'. The file `yatexhks.el' will be automatically
yuuji@23 9 ;;; loaded at the end of loading `yatex.el'.
yuuji@23 10
yuuji@23 11 ;Private definitions begins from here.
yuuji@23 12
yuuji@23 13
yuuji@23 14 ;
yuuji@23 15 ;;; End of yatexhks.el
yuuji@23 16 (provide 'yatexhks)