JPH0727528B2 - Sillable hyphen display / non-display control method - Google Patents

Sillable hyphen display / non-display control method

Info

Publication number
JPH0727528B2
JPH0727528B2 JP62308890A JP30889087A JPH0727528B2 JP H0727528 B2 JPH0727528 B2 JP H0727528B2 JP 62308890 A JP62308890 A JP 62308890A JP 30889087 A JP30889087 A JP 30889087A JP H0727528 B2 JPH0727528 B2 JP H0727528B2
Authority
JP
Japan
Prior art keywords
display
hyphen
syllable hyphen
syllable
line
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP62308890A
Other languages
Japanese (ja)
Other versions
JPH01149162A (en
Inventor
秀子 末広
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62308890A priority Critical patent/JPH0727528B2/en
Publication of JPH01149162A publication Critical patent/JPH01149162A/en
Publication of JPH0727528B2 publication Critical patent/JPH0727528B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Description

【発明の詳細な説明】 〔概要〕 英文ワードプロセッサ等において,オペレータから入力
され,テキスト中に設定されたシラブルハイフンを,そ
の表示位置によって,表示または非表示とする制御を行
うシラブルハイフン表示・非表示制御方式に関し, テキストの編集によって,本来,行末にのみ設定される
べきシラブルハイフンの位置が変わった場合に,オペレ
ータにその位置を意識させることなく,自動的に表示・
非表示を切り換え,編集に関する操作性を向上させるこ
とを目的とし, 画面表示用コードバッファに格納された文字情報をディ
スプレイに表示するにあたって,シラブルハイフンの有
無を検査するシラブルハイフン検査処理部と,シラブル
ハイフンが行末に現れたことを検知した場合に,そのシ
ラブルハイフンを行末に表示するシラブルハイフン表示
処理部と,シラブルハイフンが行中に現れたことを検知
した場合に,そのシラブルハイフンを非表示として,字
詰め処理を行うシラブルハイフン非表示処理部とを備え
るように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] In an English word processor or the like, a syllable hyphen display / non-display for controlling display or non-display of a syllable hyphen entered by an operator and set in a text depending on its display position. Regarding the control method, when the position of the syllable hyphen that should be set only at the end of the line is changed by editing the text, it is automatically displayed and displayed without the operator being aware of the position.
A syllable hyphen inspection processing unit that inspects the presence / absence of a syllable hyphen when displaying the character information stored in the screen display code buffer on the display for the purpose of switching the non-display and improving the operability for editing. When it detects that a hyphen appears at the end of a line, it displays the syllable hyphen at the end of the line, and when it detects that a syllable hyphen appears at the end of the line, the syllable hyphen is hidden. , And a syllable hyphen non-display processing unit for performing character packing processing.

〔産業上の利用分野〕[Industrial application field]

本発明は,英文ワードプロセッサ等の欧米語文書を作成
・編集するワードプロセッサにおいて,オペレータから
入力され,テキスト中に設定されたシラブルハイフン
を,その表示位置によって,表示または非表示とする制
御を行うシラブルハイフン表示・非表示制御方式に関す
る。
INDUSTRIAL APPLICABILITY The present invention is a word processor for creating / editing a Western document, such as an English word processor, which displays or hides a syllable hyphen input by an operator and set in the text, depending on its display position. Display / non-display control method.

〔従来の技術〕[Conventional technology]

英文等の欧米語の文章では,単語の途中で改行する場合
には,記述上,行末にシラブルハイフンを付加する必要
がある。
In Western texts such as English, when a line break occurs in the middle of a word, it is necessary to add a syllable hyphen at the end of the line for descriptive purposes.

従来の英文ワードプロセッサでは,例えばオペレータに
よる入力により,行末にシラブルハイフンが設定される
と,そのシラブルハイフンのコードをテキスト中に書き
込むが,単語の挿入,削除などの何らかの編集処理によ
って,シラブルハイフンの位置が行末ではなく,行中に
くると,シラブルハイフンの表示を行わないようにする
ために,テキスト中からシラブルハイフンを削除するよ
うにしている。
In a conventional English word processor, when a syllable hyphen is set at the end of a line by, for example, operator input, the code of the syllable hyphen is written in the text, but the position of the syllable hyphen is changed by some editing process such as insertion or deletion of words. The syllable hyphen is deleted from the text so that the syllable hyphen will not be displayed when it comes to the middle of the line instead of the end of the line.

なお,シラブルハイフンを全くオペレータに意識させな
い方式としては,いわゆる英文ワードラップ機能によ
り,印刷時に,字送りによって単語の途中で改行させな
いようにする方式や,シラブルハイフン情報を持つ単語
辞書を用意し,自動的にシラブルハイフンを設定または
除去する方式があるが,自動的に行われるために,部分
的に意図しない形になって,かえって不便である場合が
ある。
As a method to make syllable hyphens completely unconscious of the operator, a so-called English word wrap function is used to prevent line breaks in the middle of words when printing, and a word dictionary with syllable hyphen information is prepared. There is a method of automatically setting or removing the syllable hyphen, but it is inconvenient in some cases because it is done automatically, which may be rather inconvenient.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

従来方式によれば,オペレータの入力により,一度設定
されたシラブルハイフンが,行中に位置する際には.テ
キスト中から削除され,そのシラブルハイフンが,編集
によって,再び行末に現れても,表示されなくなり,そ
れを表示するためには,再度入力して設定しなければな
らないという問題があった。
According to the conventional method, when the syllable hyphen, which has been set once by the input of the operator, is located in the line. There was a problem that the syllable hyphen that was deleted from the text disappeared even if it appeared at the end of the line due to editing, and it had to be entered again to display it.

本発明は上記問題点の解決を図り,テキストの編集によ
って,本来,行末にのみ設定されるべきシラブルハイフ
ンの位置が変わった場合に,オペレータにその位置を意
識させることなく,自動的に表示・非表示を切り換え,
編集に関する操作性を向上させることを目的としてい
る。
The present invention solves the above-mentioned problems, and when the position of a syllable hyphen that should originally be set only at the end of a line is changed by text editing, it is automatically displayed without the operator being aware of the position. Switch the non-display,
The purpose is to improve operability for editing.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の原理ブロック図である。 FIG. 1 is a block diagram of the principle of the present invention.

第1図において,10はディスプレイに表示する文字情報
が格納される画面表示用コードバッファ,11はディスプ
レイへの表示制御を行う表示制御部,12はシラブルハイ
フン検査処理部,13はシラブルハイフン表示処理部,14は
シラブルハイフン非表示処理部,15はディスプレイへの
1ライン分の出力情報が格納される行バッファ,16はデ
ィスプレイを表す。
In FIG. 1, 10 is a screen display code buffer in which character information to be displayed on the display is stored, 11 is a display control unit for controlling display on the display, 12 is a syllable hyphen inspection processing unit, and 13 is a syllable hyphen display process. Reference numeral 14 is a syllable hyphen non-display processing portion, 15 is a line buffer in which output information for one line to the display is stored, and 16 is a display.

画面表示用コードバッファ10には,入力したテキストの
うち,ディスプレイ16に表示する部分の文字情報のコー
ドが,編集処理によって格納される。表示制御部11は,
この内容をディスプレイ16に表示するにあたって,シラ
ブルハイフン検査処理部12により,シラブルハイフンの
有無を検査する。シラブルハイフン検査処理部12は,シ
ラブルハイフンが行末に現れたことを検知した場合,シ
ラブルハイフン表示処理部13を起動し,シラブルハイフ
ンが行中に現れたことを検知した場合,シラブルハイフ
ン非表示処理部14を起動する。なお,シラブルハイフン
がない場合には,従来通りの処理を行う。
In the screen display code buffer 10, the code of the character information of the portion of the input text to be displayed on the display 16 is stored by the editing process. The display control unit 11 is
When displaying this content on the display 16, the presence / absence of a syllable hyphen is inspected by the syllable hyphen inspection processing unit 12. When the syllable hyphen inspection processing unit 12 detects that a syllable hyphen appears at the end of a line, it activates the syllable hyphen display processing unit 13, and when it detects that the syllable hyphen appears in the line, the syllable hyphen non-display process. Start section 14. If there is no syllable hyphen, the conventional processing is performed.

シラブルハイフン表示処理部13は,行末に現れたシラブ
ルハイフンを,そのまま行末にくるように,行バッファ
15に設定する。シラブルハイフン非表示処理部14は,行
中に現れたシラブルハイフンのコードを取り除き,字詰
め処理を行った1ライン分の文字情報を,行バッファ15
に設定する。表示制御部11は,ディスプレイ16に行バッ
ファ15の内容をライト(WRITE)する。
The syllable hyphen display processing unit 13 causes the syllable hyphen appearing at the end of the line to end at the end of the line buffer.
Set to 15. The syllable hyphen non-display processing unit 14 removes the code of the syllable hyphen appearing in the line, and the line buffer 15 stores the character information for one line that has been subjected to the character filling process.
Set to. The display control unit 11 writes the contents of the line buffer 15 on the display 16.

〔作用〕[Action]

本発明では,オペレータにより入力されたシラブルハイ
フンは,メモリ上のテキスト内にそのまま保持され,表
示のときに,そのシラブルハイフンが行末に現れるか行
中に現れるかによって,表示・非表示が動的に決定され
る。
In the present invention, the syllable hyphen entered by the operator is retained as it is in the text on the memory, and at the time of display, display / non-display is dynamically performed depending on whether the syllable hyphen appears at the end of the line or in the line. Is decided.

従って,オペレータがシラブルハイフンを行末に入力し
たときには,そのままシラブルハイフンが表示され,次
に何らかの編集処理(単語の挿入,削除等)によって,
シラブルハイフンが行中に移動すると,テキスト内はそ
のままで,シラブルハイフンの表示が抑止される。さら
に,また編集処理が行われて,シラブルハイフンが行末
に位置すると,シラブルハイフンがテキスト内に残って
いるので,シラブルハイフンが表示されることになる。
Therefore, when the operator inputs a syllable hyphen at the end of a line, the syllable hyphen is displayed as is, and then some editing process (inserting words, deleting, etc.)
If the syllable hyphen moves to the middle of the line, the display of the syllable hyphen is suppressed while the text remains unchanged. Furthermore, if the syllable hyphen is located at the end of the line after the editing process is performed again, the syllable hyphen is displayed in the text because the syllable hyphen remains in the text.

〔実施例〕〔Example〕

第2図は本発明の一実施例に係るシステム構成例,第3
図は本発明の一実施例によるシラブルハイフン表示・非
表示の例,第4図は本発明の一実施例処理概要図を示
す。
FIG. 2 is a system configuration example according to an embodiment of the present invention, FIG.
FIG. 4 shows an example of display / non-display of a syllable hyphen according to an embodiment of the present invention, and FIG. 4 is a schematic view of processing of an embodiment of the present invention.

第2図において,第1図と同符号のものは,第1図に示
すものに対応する。20はCPUおよびメモリなどからなる
処理装置,21はキーボード,22はキーボード21からの入力
を制御するキーボード制御部,23は英文のテキストを作
成・編集する処理を行う文書作成・編集処理部,24はテ
キストの編集を行う実編集部,25は磁気ディスク装置や
フロッピイディスク装置等の外部記憶装置,26は外部形
式のテキストを内部形式に変換して展開する入力展開
部,27はテキスト情報が展開されるメモリ上のテキスト
領域,28はテキスト領域27の内容を外部形式に圧縮して
出力する出力圧縮部,29はプリンタ,30はプリンタ29への
印字制御を行うプリンタ制御部,31は画面表示用コード
バッファ10に対応して文字の属性情報などが格納される
画面表示用属性バッファ,32はディスプレイ16への出力
を制御するディスプレイ制御部を表す。
In FIG. 2, the same reference numerals as those in FIG. 1 correspond to those shown in FIG. Reference numeral 20 is a processing unit including a CPU and memory, 21 is a keyboard, 22 is a keyboard control unit that controls input from the keyboard 21, 23 is a document creation / editing processing unit that creates and edits English text, 24 Is an actual editing unit that edits text, 25 is an external storage device such as a magnetic disk device or floppy disk device, 26 is an input expansion unit that converts external format text into an internal format and expands it, and 27 is text information. A text area on the expanded memory, 28 is an output compression unit that compresses and outputs the contents of the text area 27 to an external format, 29 is a printer, 30 is a printer control unit that controls printing to the printer 29, and 31 is a screen. A screen display attribute buffer 32 for storing character attribute information and the like corresponding to the display code buffer 10, and a display control unit 32 for controlling output to the display 16.

文書作成・編集処理部23は,キーボード制御部22を介し
て,キーボード21から文字または編集指示情報を入力
し,テキストの編集・作成を行う。この際に,ディスプ
レイ16に表示する情報は,画面表示用コードバッファ10
および画面表示用属性バッファに書き込む。画面表示用
属性バッファ31は,下線の有無,書体の種別などの属性
を示すフラグが設定される領域である。画面表示用コー
ドバッファ10および画面表示用属性バッファ31の内容
は,画面のスクロールやページ切り換えなどのときに,
テキスト領域27に反映される。また,外部記憶装置25か
ら読み出したテキスト情報の展開時に,カーソルが存在
する部分のテキスト領域27の内容が,画面表示用コード
バッファ10および画面表示用属性バッファ31に設定され
る。
The document creation / editing processing unit 23 inputs characters or editing instruction information from the keyboard 21 via the keyboard control unit 22 to edit / create text. At this time, the information displayed on the display 16 is the code buffer 10 for screen display.
And write to the attribute buffer for screen display. The screen display attribute buffer 31 is an area in which flags indicating attributes such as presence / absence of underline and type of font are set. The contents of the screen display code buffer 10 and the screen display attribute buffer 31 are displayed when the screen is scrolled or pages are switched.
Reflected in the text area 27. Further, when the text information read from the external storage device 25 is expanded, the contents of the text area 27 where the cursor exists are set in the screen display code buffer 10 and the screen display attribute buffer 31.

表示制御部11は,画面表示用コードバッファ10および画
面表示用属性バッファ31から,1ライン分ずつデータを読
み出し,ディスプレイ制御部32を介して,ディスプレイ
16への表示制御を行う。このときに,シラブルハイフン
検査処理部12により,シラブルハイフンが行末または行
中に現れるかどうかをチェックし,シラブルハイフン表
示処理部13またはシラブルハイフン非表示処理部14によ
り,表示または非表示を切り換える。
The display control unit 11 reads out data for each line from the screen display code buffer 10 and the screen display attribute buffer 31, and displays the data via the display control unit 32.
Display control to 16. At this time, the syllable hyphen inspection processing unit 12 checks whether or not the syllable hyphen appears at the end of the line or in the line, and the syllable hyphen display processing unit 13 or the syllable hyphen non-display processing unit 14 switches display or non-display.

これにより,例えば第3図(イ)に示すように,ディス
プレイの画面40において,オペレータが入力したシラブ
ルハイフン41が行末に現れた場合には,そのシラブルハ
イフン41は,そのまま表示される。その前のテキストの
位置で,単語の挿入等があり,シラブルハイフン41の位
置が行末から行中に移動すると,第3図(ロ)に示すよ
うに,シラブルハイフン41は取り除かれて表示される。
さらに,単語の挿入または削除等により,再び行末に現
れると,第3図(イ)と同様にシラブルハイフン41が表
示される。
Thus, for example, as shown in FIG. 3A, when the syllable hyphen 41 input by the operator appears at the end of the line on the screen 40 of the display, the syllable hyphen 41 is displayed as it is. If a syllable hyphen 41 moves from the end of the line to the middle of the line due to the insertion of a word at the position of the text before it, the syllable hyphen 41 is removed and displayed as shown in Fig. 3 (b). .
Further, when the word appears again at the end of the line due to insertion or deletion of a word, a syllable hyphen 41 is displayed as in FIG.

第4図は,本発明の一実施例についての本発明に関連す
る部分の処理概要を示している。
FIG. 4 shows an outline of processing of a part related to the present invention in one embodiment of the present invention.

第4図に示すように,キーボード21からのシラブル
ハイフンを含むテキストの入力や編集指示により,ディ
スプレイ16に表示を行いつつ編集処理を行う。テキスト
を記憶するメモリ上には,シラブルハイフン41は,通常
の文字コードと同様に設定する。
As shown in FIG. 4, editing processing is performed while displaying on the display 16 by inputting a text including a syllable hyphen and an editing instruction from the keyboard 21. The syllable hyphen 41 is set in the memory for storing text in the same manner as a normal character code.

メモリ上のテキストを表示するときに,シラブルハ
イフン“−”があるかどうかを調べる。シラブルハイフ
ンがない場合,通常の文字情報の表示処理を行う。
Check for syllable hyphens "-" when displaying text in memory. If there is no syllable hyphen, perform normal character information display processing.

シラブルハイフンがあった場合,そのシラブルハイ
フンが行中にあるか行末にあるかを判定する。
If there is a syllable hyphen, determine whether the syllable hyphen is inline or at the end of the line.

行末にある場合には,ディスプレイ16に出力するバ
ッファの行末の位置に,シラブルハイフン“−”を設定
する。
If it is at the end of the line, a syllable hyphen "-" is set at the end of the line of the buffer output to the display 16.

シラブルハイフンが行中にある場合には,シラブル
ハイフン“−”を取り除き,非表示とする。
If there is a syllable hyphen in the line, remove the syllable hyphen "-" to hide it.

以上の処理により,シラブルハイフンの表示・非表示が
制御されることになる。
With the above processing, the display / non-display of the syllable hyphen is controlled.

なお,第2図に示すプリンタ29に印字出力する場合にも
同様に,シラブルハイフンが行末に現れるか行中に現れ
るかによって,印字・非印字の制御を行うことが可能で
ある。
Similarly, in the case of printing output to the printer 29 shown in FIG. 2, it is possible to control printing / non-printing depending on whether the syllable hyphen appears at the end of the line or in the line.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,一度設定したシ
ラブルハイフンに対し,その表示位置によって,自動的
に表示・非表示の制御が行われるので,オペレータは,
シラブルハイフンの表示位置を意識することなく,自由
に編集することができるようになる。
As described above, according to the present invention, the display / non-display control is automatically performed on the syllable hyphen once set by the display position thereof.
You will be able to edit freely without paying attention to the display position of the syllable hyphen.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明の原理ブロック図, 第2図は本発明の一実施例に係るシステム構成例, 第3図は本発明の一実施例によるシラブルハイフン表示
・非表示の例, 第4図は本発明の一実施例処理概要図を示す。 図中,10は画面表示用コードバッファ,11は表示制御部,1
2はシラブルハイフン検査処理部,13はシラブルハイフン
表示処理部,14はシラブルハイフン非表示処理部,15は行
バッファ,16はディスプレイを表す。
FIG. 1 is a block diagram of the principle of the present invention, FIG. 2 is an example of a system configuration according to one embodiment of the present invention, FIG. 3 is an example of displaying / hiding a syllable hyphen according to one embodiment of the present invention, and FIG. Shows a processing outline diagram of an embodiment of the present invention. In the figure, 10 is a code buffer for screen display, 11 is a display control unit, 1
2 is a syllable hyphen inspection processing unit, 13 is a syllable hyphen display processing unit, 14 is a syllable hyphen non-display processing unit, 15 is a line buffer, and 16 is a display.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】少なくともディスプレイ(16)と,該ディ
スプレイに表示する文字情報が格納される画面表示用コ
ードバッファ(10)とを備えた欧米語文書を作成・編集
するワードプロセッサにおいて, 上記画面表示用コードバッファに格納された文字情報を
上記ディスプレイに表示するにあたって,シラブルハイ
フンの有無を検査するシラブルハイフン検査処理部(1
2)と, シラブルハイフンが行末に現れたことを検知した場合
に,そのシラブルハイフンを行末に表示するシラブルハ
イフン表示処理部(13)と, シラブルハイフンが行中に現れたことを検知した場合
に,そのシラブルハイフンを非表示として,字詰め処理
を行うシラブルハイフン非表示処理部(14)とを備えた
ことを特徴とするシラブルハイフン表示・非表示制御方
式。
1. A word processor for creating / editing a Western document comprising at least a display (16) and a screen display code buffer (10) for storing character information to be displayed on the display, comprising: When displaying the character information stored in the code buffer on the display, a syllable hyphen inspection processing unit (1
2), and when it is detected that a syllable hyphen appears at the end of a line, the syllable hyphen display processing unit (13) that displays the syllable hyphen at the end of the line, and when it is detected that a syllable hyphen appears in the line. , A syllable hyphen display / non-display control method characterized by comprising a syllable hyphen non-display processing unit (14) for performing character packing processing by hiding the syllable hyphen.
JP62308890A 1987-12-07 1987-12-07 Sillable hyphen display / non-display control method Expired - Lifetime JPH0727528B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62308890A JPH0727528B2 (en) 1987-12-07 1987-12-07 Sillable hyphen display / non-display control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62308890A JPH0727528B2 (en) 1987-12-07 1987-12-07 Sillable hyphen display / non-display control method

Publications (2)

Publication Number Publication Date
JPH01149162A JPH01149162A (en) 1989-06-12
JPH0727528B2 true JPH0727528B2 (en) 1995-03-29

Family

ID=17986496

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62308890A Expired - Lifetime JPH0727528B2 (en) 1987-12-07 1987-12-07 Sillable hyphen display / non-display control method

Country Status (1)

Country Link
JP (1) JPH0727528B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5481436B2 (en) 2011-06-30 2014-04-23 京セラドキュメントソリューションズ株式会社 Image reading apparatus and image forming apparatus
CN110968988A (en) * 2019-12-06 2020-04-07 歌尔科技有限公司 Display processing method and device, electronic equipment and readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4354765A (en) * 1979-09-27 1982-10-19 International Business Machines Corporation Hyphen characterization apparatus for a typewriter
JPS6113377A (en) * 1984-06-28 1986-01-21 Canon Inc Image processing system
JPS61202273A (en) * 1985-03-05 1986-09-08 Sharp Corp Electronic dictionary

Also Published As

Publication number Publication date
JPH01149162A (en) 1989-06-12

Similar Documents

Publication Publication Date Title
JPH11327870A (en) Device for reading-aloud document, reading-aloud control method and recording medium
JPH0727528B2 (en) Sillable hyphen display / non-display control method
JPH01111226A (en) Document processor
JPH08221417A (en) New/old comparing editing device for structured document
JPS6126686B2 (en)
JP2786260B2 (en) Kana-Kanji conversion device
JP2007128506A (en) Document reader, reading control method and recording medium
JP2599433Y2 (en) Memory protection device for each memory board in a multiprocessor system
JPH04216166A (en) Apparatus and method for comparing two files
JPH01261775A (en) Method for registering document for document editer
JP2007233921A (en) Translation apparatus and translation method
JPH05274307A (en) Device and method for preparing document
JPH03132865A (en) Document processor
JP2000311041A (en) Data display device, information portable terminal and computer readable recording medium
JPS6243694A (en) Layout display system
JP2003271580A (en) Document composition support device, document composition support method, and program
JPH02116963A (en) Document data processing device
JPH0359759A (en) Document data processor
JPH06236369A (en) Word processor and replacing method for page
JPH0332109B2 (en)
JPH0447448A (en) Word processor
JPH0580958A (en) Computer having help display function
JPH02153463A (en) Document preparing device
JPH05189434A (en) Latex text end inspecting device
KR920006837A (en) Hangul Implementation Method in Computer System