yatex

view yatex.prj @ 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 9a56acb6c287
children f14ec50103d0
line source
1 //今後の拡張予定//
3 【section型補完の引数の候補】 ○
5 (setq section-table
6 '(("part" 0) ;...段落コマンドなど...
7 ("documentstyle" 1 YaTeX:documentstyle) ;候補シンボル
8 ("setlength" 2 )))
9 ***↑これは候補テーブルではなく、アドイン関数として対処するようにした。
11 【[prefix] > のbegin/end上でのコメントの警告】 ○
12 【mark begin to end】 ○
13 【Demacs: dviout起動時前後にカーソル on/off】 ○
14 【\ref,\labelの対応の不整合はどうする?】
15 【\ref,\label ジャンプがまだ隠し機能】
16 【\ref補完で後から\label作るモード】
17 【\[を入れた時に\]を入れて自動インデントなど】
18 【オンラインヘルプ】
22 Local Variables:
23 mode: text
24 fill-prefix: " "
25 End: