yatex

diff yatex.new @ 69:807c1e7e68b7

yahtml-escape-chars-region Translate <>"& to entity reference. And inverse translation to above. yahtml-translate-hyphens-when-comment-region yahtml-prefer-upcase-attributes Inquire .htaccess file to determine the file-coding-system. Completions for StyleSheet. ---yahtml--- Auto insert of \), \|, \] after corresponding \(, \| \]. [prefix] c for \right\left parens.
author yuuji
date Thu, 15 Jul 1999 04:58:26 +0000
parents 0eb6997bee16
children 44e3a5e1e883
line diff
     1.1 --- a/yatex.new	Mon Oct 26 12:05:32 1998 +0000
     1.2 +++ b/yatex.new	Thu Jul 15 04:58:26 1999 +0000
     1.3 @@ -1,6 +1,33 @@
     1.4 -	What's new in YaTeX
     1.5 +	What's new in YaTeX/yahtml
     1.6  	野鳥/yahtml - 各バージョンの変更点について
     1.7  
     1.8 +1.67	[[[ http://www.yatex.org/ が誕生しました ]]]
     1.9 +	=== yahtml ===
    1.10 +	href入力でSPCなどのunsafe-charを%エンコードに置換するかを
    1.11 +	yahtml-escape-chars で選べるようにした。nilならしない、tなら常に、
    1.12 +	'ask なら確認する。デフォルトは 'ask。
    1.13 +	初回href入力時に yahtml-urls を補完候補に入れてなかったのを修正。
    1.14 +	[prefix] ; でリジョン中の <>'"& をエンティティ参照に変換、
    1.15 +	[prefix] : で逆変換する機能を追加。
    1.16 +	yahtml-translate-hyphens-when-comment-region が non-nil のときに
    1.17 +	領域コメントアウトで - を &#45; に変換。
    1.18 +	yahtml-prefer-upcase-attributes が non-nil のとき属性名を大文字に。
    1.19 +	カレントまたは上位ディレクトリに .htaccess ファイルがありその中に
    1.20 +	  AddType "text/html; charset=XXXX" .html
    1.21 +	宣言があれば編集するHTMLソースの漢字コードもその宣言に合わせる。
    1.22 +	<style>をデフォルト補完候補にいれ type 属性を入れるアドイン作成。
    1.23 +	yahtml-insert-begend-region で領域を括った後の状態のリジョンが
    1.24 +	括った環境全体になるようにした。つまり続けて insert-begend-region
    1.25 +	すると括った直後の環境をさらに括ることが出来る。
    1.26 +	スタイルシート(に関する補完)対応(ローカルファイルにあるもののみ)。
    1.27 +	[prefix] s で<link>タグ補完。type="text/css" などの補完可。
    1.28 +	[prefix] c で属性代入値をどこでも変更できるようにした。
    1.29 +	=== yatex ===
    1.30 +	数式モードで \left の直後に ( | [ を入れたときには自動的に対応す
    1.31 +	る \right ) | ] を挿入するようにした。
    1.32 +	[prefix] c で \right\left の括弧の組をまとめて変更できるようにし
    1.33 +	た(by 千葉大松田さん)。
    1.34 +
    1.35  1.66	\section*{} などの*つきセクションコマンドでインデントがずれるの
    1.36  	を修正。
    1.37  	[prefix] g でのlabel/ref検索をre-searchにしpagerefにも飛べるよう