yatex

diff 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 diff
     1.1 --- a/yatex.prj	Tue May 04 12:57:27 1993 +0000
     1.2 +++ b/yatex.prj	Thu Jul 07 16:37:05 1994 +0000
     1.3 @@ -1,11 +1,22 @@
     1.4  //今後の拡張予定//
     1.5  
     1.6 -【section型補完の引数の候補】
     1.7 +【section型補完の引数の候補】			○
     1.8  
     1.9  	(setq section-table
    1.10  	      '(("part" 0) ;...段落コマンドなど...
    1.11  		("documentstyle" 1 YaTeX:documentstyle)	;候補シンボル
    1.12  		("setlength" 2 )))
    1.13 +***↑これは候補テーブルではなく、アドイン関数として対処するようにした。
    1.14 +
    1.15 +【[prefix] > のbegin/end上でのコメントの警告】	○
    1.16 +【mark begin to end】				○
    1.17 +【Demacs: dviout起動時前後にカーソル on/off】	○
    1.18 +【\ref,\labelの対応の不整合はどうする?】
    1.19 +【\ref,\label ジャンプがまだ隠し機能】
    1.20 +【\ref補完で後から\label作るモード】
    1.21 +【\[を入れた時に\]を入れて自動インデントなど】
    1.22 +【オンラインヘルプ】
    1.23 +
    1.24  
    1.25  
    1.26  Local Variables: