From 7e920be020ab8ad104651a90d92df8d35b5bb9fc Mon Sep 17 00:00:00 2001 From: nisikimi Date: Sun, 5 Apr 2009 23:23:49 +0000 Subject: [PATCH] *** empty log message *** --- FORMATS/IM.ja.txt | 278 ----------------------------------------------------- 1 file changed, 278 deletions(-) diff --git a/FORMATS/IM.ja.txt b/FORMATS/IM.ja.txt index 82af29e..ee3ee54 100644 --- a/FORMATS/IM.ja.txt +++ b/FORMATS/IM.ja.txt @@ -1469,284 +1469,6 @@ predefined-selector であり、候補リスト中の新しい候補を指定す 入力メソッド定義用の RelaxNG スキーマは、</grammar> で終わる。 -@ifnot FOR-MAN - -@section im-example1 EXAMPLE 1 - -This is a very simple example for inputting Latin characters with -diacritical marks (acute and cedilla). For instance, when you type: -@verbatim - Comme'die-Franc,aise, chic,, -@endverbatim -you will get this: -@if FOR-HTML -@verbatim - Commédie-Française, chic, -@endverbatim -@endif -@if FOR-LATEX -@latexonly -\hskip5mm\texttt{\footnotesize Comm\'{e}die-Fran\c{c}aise, chic,} -@endlatexonly -@endif - -The definition of the input method is very simple as below, and it is -quite straight forward to extend it to cover all Latin characters. - -@verbatim - - - - t - latn-post - - latin-postfix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@endverbatim - - -@section im-example2 EXAMPLE 2 - -This example is for inputting Unicode characters by typing C-u -(Control-u) followed by four hexadecimal digits. For instance, when -you type ("^u" means Control-u): -@verbatim - ^u2190^u2191^u2192^u2193 -@endverbatim -you will get this (Unicode arrow symbols): -@if FOR-LATEX -@verbatim - $\leftarrow \uparrow \rightarrow \downarrow -@endverbatim -@endif -@if FOR-HTML -@verbatim - ←↑→↓ -@endverbatim -@endif - -The definition utilizes and as below: -@verbatim - - - - t - unicode - - UNICODE - - - C-U - - - - - : : - - - - : : - - - - - - - 0 - 0 - - - - - - - - - - - 65 - - 48 - - - 1 - 55 - - - - - - - 16 - - - - - - - - 1 - - - - - - - 4 - - - - - - - - - - - - - -@endverbatim - -@section im-example3 EXAMPLE 3 - -This example is for inputting Chinese characters by typing PinYin key -sequence. -@if FOR-HTML -For instance, when you type: -@verbatim - nihaobei2jing2 -@endverbatim -you will get: -@verbatim - 你好北京 -@endverbatim - -The definition utilizes and - -