Lines Matching +refs:yatex +refs:mode +refs:load +refs:hook

4 @settitle Yet Another tex-mode for Emacs
6 * YaTeX-e: (yatexe). Yet Another tex-mode for Emacs (English).
18 @subtitle Yet Another tex-mode for emacs
21 @author @copyright{} 1991-2017 by HIROSE, Yuuji [yuuji@@yatex.org]
90 @item Easy input of accent mark, math-mode's commands and Greek letters
107 @cindex auto-mode-alist
113 (setq auto-mode-alist
114 (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
115 (autoload 'yatex-mode "yatex" "Yet Another La@TeX{} mode" t)
119 load-path. If you want to put them in @file{~/src/emacs}, write
122 (setq load-path
123 (cons (expand-file-name "~/src/emacs") load-path))
129 Then, yatex-mode will be automatically loaded when you visit a
130 file which has extension @file{.tex}. If yatex-mode is successfully
131 loaded, mode string on mode line will be turned to "YaTeX".
143 The prefix key stroke of yatex-mode is @kbd{C-c} (Press 'C' with Control
155 portion of current formulas in math-mode
219 or inner math mode or paragraph, and then call typeset-region with marked
607 If you set @code{transient-mark-mode} to @code{nil} in your
609 turns @code{transient-mark-mode} on temporarily. Then, type call
918 @cindex math-mode
937 Here are the sample operations in YaTeX math-mode.
980 Math-mode of YaTeX provides another image completion, Greek letters
1008 dictionary' built in @file{yatex.el}, `user dictionary' for your common
1093 work in `commenting out from @code{\begin} to @code{\end}' mode.
1268 @item Math-mode's maketitle-type commands that can be inputted with
1626 @dots{} describe mode
1654 @file{min-out}, the outline minor mode, can be used in yatex-mode
1679 yatex-mode.
1703 Here are the customizable variables of yatex-mode. Each value setq-ed
1704 in @file{~/.emacs} is preferred and that of defined in @file{yatex.el} is
1729 Fill-prefix used in yatex-mode (@code{nil})
1870 @defvar YaTeX-auto-math-mode
1871 Switch math-mode automatically (@code{t})
1875 User defined alist, math-mode-prefix vs completion alist
1901 value from @code{(assq 'yatex-mode hilit-patterns-alist)} and the value of
1914 this variable is RCS header expressions and mode specifying line `-*- xxxx
1938 @code{hilit-background-mode} is @code{'light}, and the second element is
1943 When color mode, this variable specifies how much attenuate the color
2016 @defvar YaTeX-electric-indent-mode
2019 'electric-indent-local-mode. If you prefer to stop electric-indent-mode
2020 in yatex-mode, set `-1' to this variable.
2041 (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label)
2042 (defun my-yatex-generate-label (command value)
2077 @cindex hook variables
2079 More customizations will be done by the hook-function defined in
2080 hook-variable @code{yatex-mode-hook}. This is useful to define a shortcut
2087 (setq yatex-mode-hook
2093 yatex-mode.
2098 @cindex hook file
2101 @file{yatexhks.el} if you have a lot of codes. YaTeX automatically load
2103 makes @code{yatex-mode-load-hook} unnecessary.
2547 The standard completion tables provided in @file{yatex.el} contain a
2567 (since 2017-09-09, yatex 1.80).
2570 this software. My possible e-mail address is `yuuji@@yatex.org'. (as of
2574 `yatex@@yatex.org. If you have some question, please ask to
2575 `yatex-admin@@yatex.org'.
2587 mode: texinfo