JP2000148738A - Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded - Google Patents
Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recordedInfo
- Publication number
- JP2000148738A JP2000148738A JP32566498A JP32566498A JP2000148738A JP 2000148738 A JP2000148738 A JP 2000148738A JP 32566498 A JP32566498 A JP 32566498A JP 32566498 A JP32566498 A JP 32566498A JP 2000148738 A JP2000148738 A JP 2000148738A
- Authority
- JP
- Japan
- Prior art keywords
- mathematical
- mathematical expression
- tree structure
- input
- formula
- 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.)
- Pending
Links
Landscapes
- Processing Or Creating Images (AREA)
- Document Processing Apparatus (AREA)
- Controls And Circuits For Display Device (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、コンピュータを用
いて、数式を入力しディスプレイに表示するための装置
および方法、並びに数式を入力しディスプレイに表示す
るプログラムを記録したコンピュータ読み取り可能な記
録媒体に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus and a method for inputting mathematical expressions and displaying them on a display using a computer, and a computer-readable recording medium recording a program for inputting mathematical expressions and displaying the same on a display. Things.
【0002】[0002]
【従来の技術】数式の中には、例えば、分数式、積分
式、または極値や総和を求める式等々、文章を構成する
文字や記号等とサイズ(特に高さ)の異なるものがあ
り、これらの数式を、同一画面上において文章とバラン
ス良く表示することは難しい。また、数式を表示する場
合には、例えば、等号で順次つなぎながら展開していく
数式を、等号で揃えて表示する慣習がある。2. Description of the Related Art Some mathematical formulas, such as fractional formulas, integral formulas, formulas for calculating extreme values and sums, and the like, differ in size (particularly height) from characters and symbols constituting sentences. It is difficult to display these mathematical expressions on the same screen in good balance with the sentence. In addition, when displaying mathematical formulas, for example, there is a custom of displaying mathematical formulas that are developed while being sequentially connected by equal signs, by using equal signs.
【0003】そして、このような文章と数式とが混在す
る文書をコンピュータのディスプレイに表示する場合、
数式と文章とのバランスだけでなく、数式自体のバラン
スも考慮する必要があり、表示の難しさは増大する。[0003] When a document in which such sentences and mathematical expressions are mixed is displayed on a computer display,
It is necessary to consider not only the balance between the expression and the sentence but also the balance of the expression itself, and the difficulty of display increases.
【0004】ところで、現在用いられている数式入力・
表示方法としては、次の3つのものがある。すなわち、
(1)文書と同様のテキスト形式で入力し、表示を行う
方法、(2)数式を図形として入力し、表示を行う方
法、および(3)数式内容の指示をテキスト形式で入力
し、コンピュータ内部で処理して表示を行う方法。[0004] By the way, currently used mathematical expression input
There are the following three display methods. That is,
(1) A method of inputting and displaying in the same text format as a document, (2) A method of inputting and displaying a mathematical expression as a graphic, and (3) An instruction of the content of a mathematical expression is input in a text format, and the computer How to process and display with.
【0005】これらの方法のうち、(1)および(2)
の方法によれば、常に文章と数式のバランスを確認しな
がら数式入力ができるが、入力方法自体が複雑であり、
しかもバランスのとれた表示ができるとは限らない。ま
た、(3)の方法によれば、コンピュータ内部の処理が
行われないと数式として表示できないので、修正を繰り
返しながら数式を徐々に完成させていく場合には不都合
である。Among these methods, (1) and (2)
According to the method described above, it is possible to input a mathematical expression while always checking the balance between a sentence and a mathematical expression, but the input method itself is complicated,
Moreover, a balanced display is not always possible. In addition, according to the method (3), since the mathematical expression cannot be displayed unless the processing inside the computer is performed, it is inconvenient to gradually complete the mathematical expression while repeating the correction.
【0006】[0006]
【発明が解決しようとする課題】したがって、本発明の
課題は、コンピュータを用いて、数式の入力を簡単に行
うことができ、入力した数式を文章とのバランスを自動
調整しながら文章と同一画面上に表示することができる
ようにすることにある。SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to make it possible to easily input a mathematical expression by using a computer, and to automatically adjust the balance of the input mathematical expression with the text while displaying the same screen as the text. Is to be able to be displayed above.
【0007】[0007]
【課題を解決するための手段】上記課題は、本発明によ
れば、コンピュータを用いて、数式を入力し、ディスプ
レイに表示する装置であって、種々の数式パターンに対
応するトリー構造が予め格納された数式パターン情報メ
モリと、数式入力処理が開始されたとき、数式オブジェ
クト情報の下位に最初のトリー構造を構築するトリー構
造新規構築部と、キーボードまたはマウスからのイベン
トを取得するイベント取得部と、前記イベント取得部が
取得したイベント情報に基づき、数式入力処理続行命令
または数式入力処理終了命令を出力するイベント判定部
と、前記イベント判定部から数式入力処理続行命令を受
けたとき、前記数式オブジェクト情報に基づいて、前記
トリー構造におけるどの位置に入力が行われたのかを検
索するトリー構造内入力位置検索部と、前記イベント取
得部が取得したイベント情報に基づき、数式パターンが
入力されたと判定した場合、その数式パターンに対応す
るトリー構造を前記数式パターン情報メモリから検索
し、前記トリー構造内入力位置検索部による検索結果に
基づいて、検索したトリー構造を新たに追加してトリー
構造の再構築を行うが、数式パターンが入力されなかっ
たと判定した場合には、前記トリー構造内入力位置検索
部による検索結果に基づいて、トリー構造の再構築を行
い、トリー構造の再構築の後、前記数式オブジェクト情
報を更新するトリー構造再構築部と、更新された数式オ
ブジェクト情報および再構築されたトリー構造に基づい
て、数式をディスプレイのテキスト画面中に確保された
数式一時表示領域に表示する数式表示部と、前記イベン
ト判定部から数式入力処理終了命令を受けたとき、数式
入力処理を終了するとともに、前記数式一時表示領域に
表示された数式を、前記ディスプレイのテキスト画面
に、文章とのレイアウトを調整して表示する完成数式表
示部と、を有しているものであることを特徴とする数式
入力・表示装置によって解決される。According to the present invention, there is provided an apparatus for inputting a mathematical expression using a computer and displaying the mathematical expression on a display, wherein a tree structure corresponding to various mathematical expression patterns is stored in advance. A mathematical pattern information memory, a new tree structure constructing unit for constructing a first tree structure below the mathematical object information when the mathematical formula input process is started, and an event acquiring unit for acquiring an event from a keyboard or a mouse. An event determining unit that outputs a mathematical formula input processing continuation command or a mathematical formula input process ending command based on the event information obtained by the event obtaining unit; and Tree structure for searching where in the tree structure an input is made based on information An input position search unit, based on the event information acquired by the event acquisition unit, when it is determined that a mathematical expression pattern is input, a tree structure corresponding to the mathematical expression pattern is searched from the mathematical expression pattern information memory, and in the tree structure Based on the search result by the input position search unit, the searched tree structure is newly added to reconstruct the tree structure. If it is determined that the mathematical pattern has not been input, the input position search in the tree structure is performed. A tree structure reconstructing unit that reconstructs the tree structure based on the search result by the unit, and updates the mathematical formula object information after the tree structure is reconstructed; and an updated mathematical formula object information and the reconstructed tree. Formula display, based on the structure, displays the formula in the temporary formula display area secured in the text screen of the display When receiving a mathematical expression input processing end command from the event determination unit, the mathematical expression input processing is terminated, and the mathematical expression displayed in the mathematical expression temporary display area is adjusted on the text screen of the display to a layout with a sentence. And a completed mathematical expression display unit for displaying the completed mathematical expression.
【0008】また、上記課題は、本発明によれば、コン
ピュータを用いて、数式を入力し、ディスプレイに表示
する方法であって、(1)種々の数式パターンに対応す
るトリー構造を数式パターン情報メモリに予め格納する
ステップと、(2)数式オブジェクト情報の下位に最初
のトリー構造を構築するステップと、(3)キーボード
またはマウスからのイベントを取得するステップと、
(4)前記イベントの情報に基づき、数式入力処理を続
行するか否かを判定するステップと、(5)数式入力処
理を続行する場合は、前記数式オブジェクト情報に基づ
いて、前記トリー構造におけるどの位置に入力が行われ
たのかを検索し、(a)前記イベントの情報に基づき、
数式パターンが入力されたと判定した場合、その数式パ
ターンに対応するトリー構造を前記数式パターン情報メ
モリから検索し、検索したトリー構造を新たに追加して
トリー構造の再構築を行うが、(b)数式パターンが入
力されなかったと判定した場合には、トリー構造の再構
築を行い、前記トリー構造の再構築を行った後、前記数
式オブジェクト情報を更新するとともに、更新した数式
オブジェクト情報および再構築されたトリー構造に基づ
いて、数式をディスプレイのテキスト画面中に確保され
た数式一時表示領域に表示し、その後、(3)のステッ
プに戻るステップと、(6)数式入力処理を終了する場
合には、前記数式一時表示領域に表示した数式を、前記
ディスプレイのテキスト画面に、文章とのレイアウトを
調整して表示するステップと、からなることを特徴とす
る数式入力・表示方法によって解決される。Further, according to the present invention, there is provided a method of inputting a mathematical expression using a computer and displaying the mathematical expression on a display, wherein (1) a tree structure corresponding to various mathematical expression patterns is represented by mathematical pattern information. Pre-stored in memory; (2) constructing an initial tree structure below the mathematical object information; and (3) acquiring events from the keyboard or mouse;
(4) a step of determining whether or not to continue the mathematical expression input process based on the information of the event; and (5) a case where the mathematical expression input process is to be continued. It is searched whether an input has been made at the position, and (a) based on the information of the event,
If it is determined that a mathematical pattern has been input, a tree structure corresponding to the mathematical pattern is searched from the mathematical pattern information memory, and the searched tree structure is newly added to reconstruct the tree structure. If it is determined that the formula pattern has not been input, the tree structure is reconstructed, and after the tree structure is reconstructed, the formula object information is updated, and the updated formula object information and the reconstructed formula object are updated. When the mathematical expression is displayed in the mathematical expression temporary display area secured in the text screen of the display based on the tree structure, and then the process returns to the step (3), and (6) the mathematical expression input process is terminated. Displaying the formula displayed in the formula temporary display area on the text screen of the display by adjusting the layout with a sentence And step is solved by a formula input and display method characterized by comprising the.
【0009】また、上記課題は、本発明によれば、
(1)種々の数式パターンに対応するトリー構造を数式
パターン情報メモリに予め記憶させておく手順と、
(2)数式オブジェクト情報の下位に最初のトリー構造
を構築させる手順と、(3)キーボードまたはマウスか
らのイベントを取得させる手順と、(4)前記イベント
の情報に基づき、数式入力処理を続行するか否かを判定
させる手順と、(5)数式入力処理を続行する場合は、
前記数式オブジェクト情報に基づいて、前記トリー構造
におけるどの位置に入力が行われたのかを検索させ、
(a)前記イベントの情報に基づき、数式パターンが入
力されたと判定した場合、その数式パターンに対応する
トリー構造を前記数式パターン情報メモリから検索さ
せ、検索させたトリー構造を新たに追加してトリー構造
の再構築を行わせるが、(b)数式パターンが入力され
なかったと判定した場合には、トリー構造の再構築を行
わせ、前記トリー構造の再構築を行わせた後、前記数式
オブジェクト情報を更新させるとともに、更新させた数
式オブジェクト情報および再構築させたトリー構造に基
づいて、数式をディスプレイのテキスト画面中に確保さ
れた数式一時表示領域に表示させ、その後、(3)の手
順に戻らせる手順と、(6)数式入力処理を終了する場
合には、前記数式一時表示領域に表示させた数式を、前
記ディスプレイのテキスト画面に、文章とのレイアウト
を調整して表示させる手順と、をコンピュータに実行さ
せて数式を入力し、ディスプレイに表示するためのプロ
グラムを記録したコンピュータ読み取り可能な記録媒体
によって解決される。Further, according to the present invention, there is provided the above-mentioned object.
(1) storing tree structures corresponding to various mathematical patterns in a mathematical pattern information memory in advance;
(2) a procedure for constructing an initial tree structure below the mathematical formula object information; (3) a procedure for acquiring an event from a keyboard or a mouse; and (4) a mathematical formula input process is continued based on the event information. And (5) to continue the mathematical expression input process,
Based on the mathematical formula object information, a search is performed to find a position in the tree structure where an input is performed,
(A) When it is determined based on the event information that a mathematical pattern has been input, a tree structure corresponding to the mathematical pattern is searched from the mathematical pattern information memory, and the searched tree structure is newly added to the tree. The structure is reconstructed. (B) If it is determined that the mathematical expression pattern has not been input, the tree structure is reconstructed, and the tree structure is reconstructed. And, based on the updated mathematical object information and the reconstructed tree structure, display the mathematical expression in a mathematical expression temporary display area secured in the text screen of the display, and then return to the procedure of (3). And (6) when ending the mathematical expression input process, the mathematical expression displayed in the mathematical expression temporary display area is displayed on the display. To strike the screen, by executing the procedure for displaying and adjusting the layout of the text, to the computer to enter a formula is solved by a computer-readable recording medium storing a program to be displayed on the display.
【0010】[0010]
【発明の実施の形態】以下、添付図面を参照しながら、
本発明の好ましい実施例について説明する。図1は、本
発明による数式入力・表示装置のハードウェア構成図で
あり、図2は図1の装置によって実行される一連の手順
を示すフロー図である。本発明による装置は、プログラ
ムされたコンピュータにより、数式を入力してディスプ
レイに表示するようにしたものである。以下に、本発明
による装置によって実行される一連の手順を説明する。BRIEF DESCRIPTION OF THE DRAWINGS FIG.
A preferred embodiment of the present invention will be described. FIG. 1 is a hardware configuration diagram of a formula input / display device according to the present invention, and FIG. 2 is a flowchart showing a series of procedures executed by the device of FIG. The apparatus according to the present invention is such that a programmed computer inputs mathematical expressions and displays them on a display. Hereinafter, a series of procedures performed by the device according to the present invention will be described.
【0011】図1および図2を参照して、数式パターン
情報メモリ1には、種々の数式パターンに対応するトリ
ー(Tree)構造2が予め格納されている。そして、
数式入力処理が開始されると(図2のS1参照)、トリ
ー構造新規構築部3によって、数式オブジェクト情報4
の下位に最初のトリー構造2が構築される(図2のS2
参照)。Referring to FIGS. 1 and 2, a mathematical expression pattern information memory 1 stores a tree structure 2 corresponding to various mathematical expression patterns in advance. And
When the mathematical expression input processing is started (see S1 in FIG. 2), the tree structure new construction unit 3 causes the mathematical object information 4
The first tree structure 2 is constructed below (S2 in FIG. 2)
reference).
【0012】ここに、数式オブジェクト情報4とは、デ
ィスプレイ5の画面上におけるカーソルの現在位置、デ
ィスプレイ5に出力するときの数式全体の大きさ等を含
む、ディスプレイ5に数式全体を表示することに関する
情報をいう。また、トリー構造2とは、演算子およびカ
ッコおよび関数識別子のいずれかの情報を含む最小単位
データを頂点とし、その下位に、文字および数値および
変数および関数のいずれかの情報を含む最小単位データ
が次々に枝分かれするような階層構造をいう。図3に
は、代表的な数式パターンについて、数式パターンとト
リー構造の対応関係を一般化した表を示した。図3中、
2重線で描かれた矩形の1つ1つが最小単位データを表
している。なお、トリー構造新規構築部3によって構築
される最初のトリー構造は、数式オブジェクト情報4の
下位につながる1つの空白の最小単位データのみからな
っている。Here, the mathematical expression object information 4 relates to displaying the entire mathematical expression on the display 5, including the current position of the cursor on the screen of the display 5, the size of the entire mathematical expression when output to the display 5, and the like. Refers to information. The tree structure 2 is defined as a minimum unit data including any information of an operator, parentheses, and a function identifier as a vertex, and a lower unit data including a character, a numerical value, and any information of a variable and a function below the minimum unit data. Is a hierarchical structure that branches off one after another. FIG. 3 shows a table that generalizes the correspondence between mathematical pattern and tree structure for typical mathematical patterns. In FIG.
Each of the rectangles drawn by double lines represents the minimum unit data. Note that the first tree structure constructed by the tree structure new construction unit 3 is composed of only one blank minimum unit data connected to the lower part of the mathematical expression object information 4.
【0013】本発明によれば、数式データは、数式オブ
ジェクト情報4とトリー構造2からなるデータ構造を有
しており、この数式データにしたがってディスプレイ5
に数式が表示されるようになっている。According to the present invention, the mathematical expression data has a data structure composed of mathematical expression object information 4 and a tree structure 2, and the display 5 according to the mathematical expression data.
The formula is displayed.
【0014】再び、図1および図2を参照して、イベン
ト取得部6によってキーボードまたはマウスからのイベ
ントが取得され(図2のS3参照)、イベント判定部7
は、イベント取得部6が取得したイベントの情報から、
数式入力処理続行命令または数式入力処理終了命令を出
力する(図2のS4参照)。Referring again to FIG. 1 and FIG. 2, an event from the keyboard or mouse is acquired by the event acquiring unit 6 (see S3 in FIG. 2), and the event determining unit 7
Is based on the event information acquired by the event acquisition unit 6.
It outputs a formula input processing continuation command or a formula input process end command (see S4 in FIG. 2).
【0015】トリー構造内入力位置検索部8は、イベン
ト判定部7から数式入力処理続行命令を受けたとき、数
式オブジェクト情報4に基づいて、トリー構造2におけ
るどの位置に入力が行われたのかを検索する(図2のS
5参照)。この検索によって、例えば、トリー構造の次
の枝をどの最小単位データの下位につけるのか、あるい
は最小単位データを増やすかどうかがわかる。The tree structure input position search unit 8 determines, based on the mathematical expression object information 4, which position in the tree structure 2 an input has been made when receiving the mathematical expression input processing continuation command from the event determining unit 7. Search (S in FIG. 2)
5). By this search, for example, it is possible to determine whether the next branch of the tree structure is placed below which minimum unit data or whether to increase the minimum unit data.
【0016】次に、トリー構造再構築部9は、イベント
取得部6が取得したイベントの情報に基づき、数式パタ
ーンが入力されたと判定した場合(図2のS6参照)、
その数式パターンに対応するトリー構造2を数式パター
ン情報メモリ1から検索し(図2のS7参照)、トリー
構造内入力位置検索部8による検索結果に基づき、検索
したトリー構造2を新たに追加してトリー構造2の再構
築を行うが(図2のS8参照)、数式パターンが入力さ
れなかったと判定した場合には(図2のS6参照)、ト
リー構造内入力位置検索部8による検索結果に基づき、
トリー構造の再構築を行う(図2のS8参照)。さら
に、トリー構造の再構築の後、数式オブジェクト情報4
を更新する(図2のS9参照)。Next, when the tree structure reconstructing unit 9 determines that a mathematical expression pattern has been input based on the event information acquired by the event acquiring unit 6 (see S6 in FIG. 2),
The tree structure 2 corresponding to the mathematical pattern is searched from the mathematical pattern information memory 1 (see S7 in FIG. 2), and based on the search result by the input position searching unit 8 in the tree structure, the searched tree structure 2 is newly added. The tree structure 2 is reconstructed (see S8 in FIG. 2), but if it is determined that the mathematical expression pattern has not been input (see S6 in FIG. 2), the search result by the input position search unit 8 in the tree structure is displayed. Based on
The tree structure is reconstructed (see S8 in FIG. 2). Further, after reconstructing the tree structure, the mathematical object information 4
Is updated (see S9 in FIG. 2).
【0017】図4は、図2のS4〜S8の処理が具体的
にどのようになされるかを説明した図であり、(A)
は、y=2において、2に続けて「2」が入力された場
合について、(B)は、y=2において、2に続けて
「+」が入力された場合について、(C)は、y=2に
おいて、2に続けて「√」が入力された場合について示
した。FIG. 4 is a diagram for explaining how the processes of S4 to S8 in FIG. 2 are specifically performed.
(B) shows a case where “2” is input after 2 at y = 2, (B) shows a case where “+” is input after 2 at y = 2, and (C) shows a case where “+” is input after 2 at y = 2. The case where “√” is input after 2 at y = 2 is shown.
【0018】図4(A)では、数値「2」が入力された
ので、既にある最小単位データ(数値2の情報を含む)
の内容の変更のみが行われている。図4(B)では、演
算子「+」が入力されたので、既にある最小単位データ
(数値2の情報を含む)に代わって新たなトリー構造
(ア)が追加されている。このとき、図3の表からわか
るように、演算子の下位には必ず2つの最小単位データ
が分岐するので、「+」の下位には「2」の他に空白の
最小単位データが付けられている。この空白部分は、後
述するように、ディスプレイ5に表示されたときに黒い
矩形となり、使用者に入力を誘導する。図3(C)の
「√」の下位にある空白も同様である。In FIG. 4A, since the numerical value "2" is input, the existing minimum unit data (including the information of the numerical value 2)
Only the contents of have been changed. In FIG. 4B, since the operator “+” is input, a new tree structure (A) is added in place of the existing minimum unit data (including the information of Numerical Value 2). At this time, as can be seen from the table in FIG. 3, since two minimum unit data always branch below the operator, a blank minimum unit data is attached below “+” in addition to “2”. ing. This blank portion becomes a black rectangle when displayed on the display 5 as described later, and guides the user to input. The same applies to blanks below "@" in FIG.
【0019】再び、図1および図2を参照して、数式表
示部10は、更新された数式オブジェクト情報4および
再構築されたトリー構造2に基づいて、数式をディスプ
レイ5のテキスト画面中に確保された数式一時表示領域
に表示する(図2のS10参照)。そして、イベント判
定部7から数式入力処理終了命令が出されるまで、再
び、図2のS3〜S10の処理が繰り返される。Referring again to FIGS. 1 and 2, the mathematical expression display unit 10 secures the mathematical expression in the text screen of the display 5 based on the updated mathematical expression object information 4 and the reconstructed tree structure 2. It is displayed in the displayed mathematical expression temporary display area (see S10 in FIG. 2). Then, the processing of S3 to S10 in FIG. 2 is repeated again until the event determination unit 7 issues a mathematical expression input processing end command.
【0020】図5には、数式入力処理の間(図2のS1
およびS2の処理がなされ、図2のS3〜S10の処理
が繰り返される間)に、ディスプレイの数式一時表示領
域になされる表示の1例が示してある。図5において、
破線で描かれた矩形が、数式一時表示領域である。FIG. 5 shows a state during the mathematical expression input processing (S1 in FIG. 2).
An example of a display that is made in the mathematical expression temporary display area of the display during the processing of S3 and S2 and the processing of S3 to S10 in FIG. 2 is repeated) is shown. In FIG.
A rectangle drawn by a broken line is a mathematical expression temporary display area.
【0021】図5(A)は、数式入力処理が開始され、
トリー構造新規構築部3によって最初のトリー構造が構
築されたときに、ディスプレイ5になされる表示であ
る。そして、図5(A)の状態から、図5(B)に示し
たように、「y」を入力し、次いで、図5(C)に示し
たように、「=」を入力した時点で、「=」の右側に黒
い矩形のカーソルが表示され、次の入力が誘導される。FIG. 5 (A) shows that the mathematical expression input processing is started,
This is a display displayed on the display 5 when the first tree structure is constructed by the new tree structure construction unit 3. 5A, “y” is input as shown in FIG. 5B, and then, as shown in FIG. 5C, when “=” is input. , A black rectangular cursor is displayed to the right of “=”, and the next input is guided.
【0022】さらに、図5(D)に示したように、
「x」と入力し、図5(E)に示したように、「+」と
入力した時点で、「+」の右側に再び黒い矩形のカーソ
ルが表示され、次の入力が誘導される。Further, as shown in FIG.
When "x" is input and "+" is input as shown in FIG. 5E, a black rectangular cursor is displayed again to the right of "+", and the next input is guided.
【0023】図6には、ディスプレイの数式一時表示領
域になされる表示の別の例が示してある。これは、数式
パターンとして積分記号が入力されたときになされる表
示であり、図3の表にある式1、式2および式3の入力
を誘導する3つの黒い矩形が表示されている。FIG. 6 shows another example of a display provided in the mathematical expression temporary display area of the display. This is a display made when an integration symbol is input as a mathematical pattern, and three black rectangles for guiding the input of Expressions 1, 2, and 3 in the table of FIG. 3 are displayed.
【0024】そして、ディスプレイ5に黒い矩形で示さ
れた部分のみを入力していけば数式が完成するようにな
っているので、簡単に数式入力を行うことができる。Then, by inputting only the portion indicated by the black rectangle on the display 5, the mathematical formula is completed, so that the mathematical formula can be easily input.
【0025】図7には、ディスプレイのテキスト画面中
に確保された数式一時表示領域に表示された数式と、数
式データ(数式オブジェクト情報+トリー構造)との対
応関係の1例が示してあり、(A)は、ディスプレイの
数式一時表示領域に表示された数式を、(B)は対応す
る数式データをそれぞれ示している。なお、本発明で
は、ディスプレイの数式一時表示領域は、テキスト画面
上では、1文字として処理されるようになっている。FIG. 7 shows an example of a correspondence relationship between the mathematical expression displayed in the mathematical expression temporary display area secured in the text screen of the display and the mathematical expression data (the mathematical expression object information + tree structure). (A) shows the mathematical expression displayed in the mathematical expression temporary display area of the display, and (B) shows the corresponding mathematical expression data. In the present invention, the mathematical expression temporary display area of the display is processed as one character on the text screen.
【0026】また、等号で順次つないで展開した数式を
表示する場合に、展開した各数式を等号で揃えて表示す
る慣習がある。例えば、図8(A)に示したように、等
号でつないで展開された数式を、図8(B)に示したよ
うに等号の位置で揃えて表示するということがなされ
る。In addition, there is a custom that, when displaying mathematical expressions that are sequentially connected by an equal sign, the developed mathematical expressions are aligned and displayed with an equal sign. For example, as shown in FIG. 8A, mathematical expressions connected by an equal sign are developed and displayed at the position of the equal sign as shown in FIG. 8B.
【0027】この等号で揃える処理を行うため、本発明
によれば、等号揃えという情報が関数識別子の1つとし
て最小単位データ内に格納される。図9には、等号揃え
の場合の具体的なトリー構造を示した。なお、図9中、
空白の最小単位データが含まれているのは、等号揃えさ
れる数式の数にかかわらず、全ての処理を行えるように
するためである。According to the present invention, information for equalizing is stored in the minimum unit data as one of the function identifiers in order to perform the equalizing process. FIG. 9 shows a specific tree structure in the case of equality alignment. In FIG. 9,
The reason why the blank minimum unit data is included is that all processes can be performed regardless of the number of mathematical formulas to be equalized.
【0028】また、等号揃えは、数式パターンの1つと
して数式パターン情報メモリ1に格納されており、数式
パターンとして等号揃えが選ばれると、トリー構造再構
築処理において(図2のS8参照)、等号揃え情報が格
納された関数識別子を頂点にした形でトリー構造が再構
築されるようになっている。The equality alignment is stored in the mathematical expression pattern information memory 1 as one of the mathematical expression patterns. When the equality alignment is selected as the mathematical expression pattern, the tree structure reconstruction processing (see S8 in FIG. 2) ), The tree structure is reconstructed with the function identifier storing the equality alignment information at the top.
【0029】再び、図1および図2を参照して、完成数
式表示部11は、イベント判定部7から数式入力処理終
了命令を受けたとき、数式入力処理を終了する(図2の
S11参照)とともに、数式一時表示領域に表示された
数式を、数式データ(前述のように、数式オブジェクト
情報4およびトリー構造2からなるデータ構造を有す
る)に従って、ディスプレイ5のテキスト画面に、文章
とのレイアウトを調整して(例えば、行送りや行間設定
等を調整して)表示する(図2のS12参照)。図10
には、入力された数式が、レイアウト調整の後、文章と
ともにディスプレイのテキスト画面に表示された状態が
示してある。Referring again to FIGS. 1 and 2, when the completed mathematical expression display unit 11 receives a mathematical expression input process end command from the event determination unit 7, the completed mathematical expression input process ends (see S11 in FIG. 2). At the same time, the formula displayed in the formula temporary display area is displayed on the text screen of the display 5 in accordance with the formula data (having a data structure including the formula object information 4 and the tree structure 2 as described above). The display is adjusted (for example, by adjusting the line feed and line spacing setting) (see S12 in FIG. 2). FIG.
Shows a state in which the input mathematical expression is displayed on the text screen of the display together with the sentence after the layout adjustment.
【0030】このように、本発明の数式入力・表示装置
によれば、数式をディスプレイのテキスト画面中に直
接、しかも手書きに近い感覚で簡単に入力することがで
き、また、入力した数式を文章とのバランスを自動的に
調整して、ディスプレイのテキスト画面に文章とともに
表示することができる。さらには、等式揃えをしながら
数式を表示することも簡単にできる。As described above, according to the mathematical expression input / display device of the present invention, mathematical expressions can be easily input directly into the text screen of the display with a feeling close to handwriting. Can be automatically adjusted and displayed along with the text on the text screen of the display. Further, it is easy to display the mathematical expressions while aligning the equations.
【0031】[0031]
【発明の効果】以上のように、本発明によれば、数式の
入力を簡単に行うことができ、入力した数式を文章との
バランスを自動調整しながら文章と同一画面上に表示す
ることができる。As described above, according to the present invention, it is possible to easily input a mathematical expression, and to display the input mathematical expression on the same screen as the text while automatically adjusting the balance with the text. it can.
【図1】本発明の1実施例による数式入力・表示装置の
ハードウェア構成図である。FIG. 1 is a hardware configuration diagram of a mathematical formula input / display device according to an embodiment of the present invention.
【図2】図1の装置によって実行される一連の手順を示
すフローチャートである。FIG. 2 is a flowchart showing a series of procedures executed by the apparatus of FIG.
【図3】代表的な数式パターンについて、数式パターン
とトリー構造の対応関係を一般化した表を示した図であ
る。FIG. 3 is a diagram showing a table in which the correspondence between a mathematical expression pattern and a tree structure is generalized for a representative mathematical expression pattern.
【図4】図2のS4〜S8の処理が具体的にどのように
なされるかを説明した図であり、(A)は、y=2にお
いて、2に続けて「2」が入力された場合について、
(B)は、y=2において、2に続けて「+」が入力さ
れた場合について、(C)は、y=2において、2に続
けて「√」が入力された場合について示した。4A and 4B are diagrams for explaining how the processes of S4 to S8 in FIG. 2 are specifically performed. FIG. 4A is a diagram in which “2” is input after 2 at y = 2. About the case
(B) shows the case where “+” is input after 2 at y = 2, and (C) shows the case where “√” is input after 2 at y = 2.
【図5】数式入力処理の間に、ディスプレイの数式一時
表示領域になされる表示の1例を示した図である。FIG. 5 is a diagram showing an example of a display displayed in a mathematical expression temporary display area of a display during a mathematical expression input process.
【図6】ディスプレイの数式一時表示領域になされる表
示の別の例を示す図である。FIG. 6 is a diagram showing another example of a display displayed in a mathematical expression temporary display area of a display.
【図7】ディスプレイの数式一時表示領域に表示された
数式と、数式データとの対応関係の1例を示す図であ
り、(A)は、ディスプレイの数式一時表示領域に表示
された数式を、(B)は対応する数式データをそれぞれ
示している。7A and 7B are diagrams illustrating an example of a correspondence relationship between a mathematical expression displayed in a mathematical expression temporary display area of a display and mathematical expression data, and FIG. 7A illustrates a mathematical expression displayed in a mathematical expression temporary display area of the display; (B) shows corresponding mathematical formula data.
【図8】数式を等号で揃える表現を説明した図であり、
(A)は、等号でつないで展開された数式を、(B)は
等号の位置で揃えられた数式をそれぞれ示している。FIG. 8 is a diagram illustrating an expression for aligning mathematical expressions with equal signs;
(A) shows a mathematical expression developed by connecting with an equal sign, and (B) shows a mathematical expression aligned at the position of the equal sign.
【図9】等号揃えの場合の具体的なトリー構造を示した
図である。FIG. 9 is a diagram showing a specific tree structure in the case of equality alignment.
【図10】入力された数式が、レイアウト調整の後、文
章とともにディスプレイのテキスト画面に表示された状
態を示す図である。FIG. 10 is a diagram showing a state in which an input mathematical expression is displayed on a text screen of a display together with a sentence after layout adjustment.
1 数式パターン情報メモリ 2 トリー構造 3 トリー構造新規構築部 4 数式オブジェクト情報 5 ディスプレイ 6 イベント取得部 7 イベント判定部 8 トリー構造内入力位置検索部 9 トリー構造再構築部 10 数式表示部 11 完成数式表示部 REFERENCE SIGNS LIST 1 mathematical pattern information memory 2 tree structure 3 tree structure new construction unit 4 mathematical object information 5 display 6 event acquisition unit 7 event determination unit 8 tree structure input position search unit 9 tree structure reconstruction unit 10 mathematical expression display unit 11 completed mathematical expression display Department
─────────────────────────────────────────────────────
────────────────────────────────────────────────── ───
【手続補正書】[Procedure amendment]
【提出日】平成10年12月1日(1998.12.
1)[Submission date] December 1, 1998 (1998.12.
1)
【手続補正1】[Procedure amendment 1]
【補正対象書類名】図面[Document name to be amended] Drawing
【補正対象項目名】図7[Correction target item name] Fig. 7
【補正方法】変更[Correction method] Change
【補正内容】[Correction contents]
【図7】 FIG. 7
フロントページの続き (72)発明者 木津 さおり 京都府京都市上京区寺之内通烏丸西入上る 相国寺門前町647−7 やよいハイツ101号 (72)発明者 菊田 義規 京都府京都市伏見区深草西浦町7丁目12番 シャンブル深草2B (72)発明者 中島 範尚 京都府宇治市五ケ庄二番割36−26 Fターム(参考) 5B009 KA08 NB01 NB07 NC01 RB31 5B050 BA06 BA16 BA20 EA19 FA02 5C082 AA01 BA02 BA03 CA51 CA55 CB01 CB06 DA87 DA89 MM09 MM10 5E501 AA01 BA05 CA02 CB02 CB09 FA02 FA13 FB21 FB23 Continued on the front page (72) Inventor Saori Kizu Entering 647-7 Aikoku-ji Monzencho Yayoi Heights 101 entering Karasuma west of Kamino-ku, Kyoto-shi, Kyoto (72) Inventor Yoshinori Kikuta Nishiura Fukakusa-ku, Kyoto-shi, Kyoto No. 7-12, Chambre Fukakusa 2B (72) Inventor Norihisa Nakajima 36-26, Gogasho, Ubari, Kyoto Prefecture 36-26 F Term (Reference) 5B009 KA08 NB01 NB07 NC01 RB31 5B050 BA06 BA16 BA20 EA19 FA02 5C082 AA01 BA02 BA03 CA51 CA55 CB01 CB06 DA87 DA89 MM09 MM10 5E501 AA01 BA05 CA02 CB02 CB09 FA02 FA13 FB21 FB23
Claims (3)
ディスプレイに表示する装置であって、種々の数式パタ
ーンに対応するトリー構造が予め格納された数式パター
ン情報メモリと、数式入力処理が開始されたとき、数式
オブジェクト情報の下位に最初のトリー構造を構築する
トリー構造新規構築部と、キーボードまたはマウスから
のイベントを取得するイベント取得部と、前記イベント
取得部が取得したイベント情報に基づき、数式入力処理
続行命令または数式入力処理終了命令を出力するイベン
ト判定部と、前記イベント判定部から数式入力処理続行
命令を受けたとき、前記数式オブジェクト情報に基づい
て、前記トリー構造におけるどの位置に入力が行われた
のかを検索するトリー構造内入力位置検索部と、前記イ
ベント取得部が取得したイベント情報に基づき、数式パ
ターンが入力されたと判定した場合、その数式パターン
に対応するトリー構造を前記数式パターン情報メモリか
ら検索し、前記トリー構造内入力位置検索部による検索
結果に基づいて、検索したトリー構造を新たに追加して
トリー構造の再構築を行うが、数式パターンが入力され
なかったと判定した場合には、前記トリー構造内入力位
置検索部による検索結果に基づいてトリー構造の再構築
を行い、トリー構造の再構築の後、前記数式オブジェク
ト情報を更新するトリー構造再構築部と、更新された数
式オブジェクト情報および再構築されたトリー構造に基
づいて、数式をディスプレイのテキスト画面中に確保さ
れた数式一時表示領域に表示する数式表示部と、前記イ
ベント判定部から数式入力処理終了命令を受けたとき、
数式入力処理を終了するとともに、前記数式一時表示領
域に表示された数式を、前記ディスプレイのテキスト画
面に、文章とのレイアウトを調整して表示する完成数式
表示部と、を有しているものであることを特徴とする数
式入力・表示装置。1. Using a computer, input a mathematical formula,
A device for displaying on a display, a formula pattern information memory in which tree structures corresponding to various formula patterns are stored in advance, and a first tree structure below the formula object information when formula input processing is started. Tree structure constructing unit, an event acquiring unit for acquiring an event from a keyboard or a mouse, and an event determination for outputting a mathematical expression input processing continuation instruction or a mathematical expression input processing end instruction based on the event information acquired by the event acquiring unit. And a tree structure input position search unit that searches for a position in the tree structure where an input has been performed based on the mathematical expression object information when receiving a mathematical expression input processing continuation instruction from the event determination unit. A mathematical pattern is input based on the event information acquired by the event acquiring unit. When it is determined, the tree structure corresponding to the mathematical pattern is searched from the mathematical pattern information memory, and the searched tree structure is newly added based on the search result by the input position searching unit in the tree structure. Is performed, but if it is determined that the mathematical pattern has not been input, the tree structure is reconstructed based on the search result by the tree structure input position search unit, and after the tree structure is reconstructed, A tree structure reconstructing unit for updating the formula object information, and a formula for displaying a formula in a formula temporary display area secured in a text screen of a display based on the updated formula object information and the reconstructed tree structure. A display unit, when receiving a mathematical expression input process end command from the event determination unit,
Completion of the mathematical expression input process, the mathematical expression displayed in the mathematical expression temporary display area, on the text screen of the display, a completed mathematical expression display unit for adjusting and displaying the layout with the text, A mathematical formula input / display device characterized by the following.
ディスプレイに表示する方法であって、(1)種々の数
式パターンに対応するトリー構造を数式パターン情報メ
モリに予め格納するステップと、(2)数式オブジェク
ト情報の下位に最初のトリー構造を構築するステップ
と、(3)キーボードまたはマウスからのイベントを取
得するステップと、(4)前記イベントの情報に基づ
き、数式入力処理を続行するか否かを判定するステップ
と、(5)数式入力処理を続行する場合は、前記数式オ
ブジェクト情報に基づいて、前記トリー構造におけるど
の位置に入力が行われたのかを検索し、(a)前記イベ
ントの情報に基づき、数式パターンが入力されたと判定
した場合、その数式パターンに対応するトリー構造を前
記数式パターン情報メモリから検索し、検索したトリー
構造を新たに追加してトリー構造の再構築を行うが、
(b)数式パターンが入力されなかったと判定した場合
には、トリー構造の再構築を行い、前記トリー構造の再
構築を行った後、前記数式オブジェクト情報を更新する
とともに、更新した数式オブジェクト情報および再構築
されたトリー構造に基づいて、数式をディスプレイのテ
キスト画面中に確保された数式一時表示領域に表示し、
その後、(3)のステップに戻るステップと、(6)数
式入力処理を終了する場合には、前記数式一時表示領域
に表示した数式を、前記ディスプレイのテキスト画面
に、文章とのレイアウトを調整して表示するステップ
と、からなることを特徴とする数式入力・表示方法。2. Using a computer, input a mathematical formula,
A method for displaying on a display, wherein (1) storing tree structures corresponding to various mathematical patterns in a mathematical pattern information memory in advance, and (2) constructing an initial tree structure below the mathematical object information. (3) obtaining an event from the keyboard or mouse; (4) determining whether to continue the formula input process based on the event information; and (5) continuing the formula input process. If so, a search is performed to find where in the tree structure the input has been made based on the mathematical formula object information, and (a) if it is determined that a mathematical formula pattern has been input based on the event information, A tree structure corresponding to a mathematical pattern is searched from the mathematical pattern information memory, and the searched tree structure is newly added. It performs the reconstruction of Lee structure,
(B) If it is determined that the mathematical expression pattern has not been input, the tree structure is reconstructed. After the tree structure is reconstructed, the mathematical formula object information is updated, and the updated mathematical formula object information and Based on the reconstructed tree structure, the formula is displayed in a temporary formula display area secured in the text screen of the display,
After that, returning to the step of (3), and (6) when ending the mathematical expression input processing, adjusts the layout of the mathematical expression displayed in the mathematical expression temporary display area on the text screen of the display with the text. And displaying the mathematical expression.
リー構造を数式パターン情報メモリに予め記憶させてお
く手順と、(2)数式オブジェクト情報の下位に最初の
トリー構造を構築させる手順と、(3)キーボードまた
はマウスからのイベントを取得させる手順と、(4)前
記イベントの情報に基づき、数式入力処理を続行するか
否かを判定させる手順と、(5)数式入力処理を続行す
る場合は、前記数式オブジェクト情報に基づいて、前記
トリー構造におけるどの位置に入力が行われたのかを検
索させ、(a)前記イベントの情報に基づき、数式パタ
ーンが入力されたと判定した場合、その数式パターンに
対応するトリー構造を前記数式パターン情報メモリから
検索させ、検索させたトリー構造を新たに追加してトリ
ー構造の再構築を行わせるが、(b)数式パターンが入
力されなかったと判定した場合には、トリー構造の再構
築を行わせ、前記トリー構造の再構築を行わせた後、前
記数式オブジェクト情報を更新させるとともに、更新さ
せた数式オブジェクト情報および再構築させたトリー構
造に基づいて、数式をディスプレイのテキスト画面中に
確保された数式一時表示領域に表示させ、その後、
(3)の手順に戻らせる手順と、(6)数式入力処理を
終了する場合には、前記数式一時表示領域に表示させた
数式を、前記ディスプレイのテキスト画面に、文章との
レイアウトを調整して表示させる手順と、をコンピュー
タに実行させて数式を入力し、ディスプレイに表示する
ためのプログラムを記録したコンピュータ読み取り可能
な記録媒体。3. A procedure for storing tree structures corresponding to various mathematical patterns in a mathematical pattern information memory in advance, and a procedure for constructing an initial tree structure below mathematical object information. (3) a procedure for acquiring an event from a keyboard or a mouse, (4) a procedure for determining whether or not to continue the formula input process based on the information of the event, and (5) a case for continuing the formula input process. Is used to search for a position in the tree structure where an input has been made based on the mathematical expression object information. (A) When it is determined that a mathematical expression pattern has been input based on the event information, the mathematical expression pattern Is searched from the mathematical pattern information memory, and the searched tree structure is newly added to reconstruct the tree structure. (B) When it is determined that the mathematical expression pattern has not been input, the tree structure is reconstructed, and after the tree structure is reconstructed, the mathematical formula object information is updated. Based on the updated formula object information and the reconstructed tree structure, the formula is displayed in a formula temporary display area secured in the text screen of the display, and thereafter,
The procedure for returning to the procedure of (3), and (6) when ending the mathematical expression input processing, adjust the layout of the mathematical expression displayed in the mathematical expression temporary display area on the text screen of the display with the text. And a computer-readable recording medium which stores a program for causing a computer to execute a procedure for inputting a mathematical expression and displaying the mathematical expression on a display.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32566498A JP2000148738A (en) | 1998-11-16 | 1998-11-16 | Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32566498A JP2000148738A (en) | 1998-11-16 | 1998-11-16 | Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2000148738A true JP2000148738A (en) | 2000-05-30 |
Family
ID=18179349
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP32566498A Pending JP2000148738A (en) | 1998-11-16 | 1998-11-16 | Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2000148738A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008090835A (en) * | 2006-09-06 | 2008-04-17 | Hiroaki Deguchi | Object control apparatus, object control method and object control program |
WO2009157631A1 (en) * | 2008-06-25 | 2009-12-30 | Lee Hakmin | Formula input method using a computing medium |
KR101164014B1 (en) | 2011-10-21 | 2012-07-18 | 주식회사 한글과컴퓨터 | Spreadsheet driving apparatus and method |
JP2018501551A (en) * | 2014-12-17 | 2018-01-18 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | Formula processing method, apparatus, device, and program |
CN113311972A (en) * | 2021-06-10 | 2021-08-27 | 维沃移动通信(杭州)有限公司 | Input method and input device |
-
1998
- 1998-11-16 JP JP32566498A patent/JP2000148738A/en active Pending
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008090835A (en) * | 2006-09-06 | 2008-04-17 | Hiroaki Deguchi | Object control apparatus, object control method and object control program |
WO2009157631A1 (en) * | 2008-06-25 | 2009-12-30 | Lee Hakmin | Formula input method using a computing medium |
KR100981653B1 (en) | 2008-06-25 | 2010-09-10 | 이학민 | Input Method For A Numerical Formula Using A Medium Of Computing |
KR101164014B1 (en) | 2011-10-21 | 2012-07-18 | 주식회사 한글과컴퓨터 | Spreadsheet driving apparatus and method |
JP2018501551A (en) * | 2014-12-17 | 2018-01-18 | バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド | Formula processing method, apparatus, device, and program |
CN113311972A (en) * | 2021-06-10 | 2021-08-27 | 维沃移动通信(杭州)有限公司 | Input method and input device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20110225489A1 (en) | Domain transformation languages | |
JP2000148738A (en) | Device and method for mathematical expression input and display, and recording medium where mathematical input and display program is recorded | |
JPH08249353A (en) | Method and device for image retrieval | |
JP2721500B2 (en) | Document editing device | |
JPH04326122A (en) | Process concept plotting device | |
JPH05135054A (en) | Document processing method | |
JP2842511B2 (en) | Form creation device | |
JP2613226B2 (en) | How to edit formula input | |
JP3039938B2 (en) | Document creation device | |
JP2003345781A (en) | Device and method for editing structuring data, and program | |
JPH02244282A (en) | Method and device for preparing graphic | |
JPH0614334B2 (en) | How to create figure search information | |
JPS62203226A (en) | Document processor | |
JPH06214789A (en) | Device for supporting fuzzy rule development | |
JPS63214831A (en) | Control method for file in work station | |
JPH03185564A (en) | Device for supporting design procedure | |
JPH0320876A (en) | Induction input system | |
JPH0816557A (en) | Data processor | |
JPH10143592A (en) | Report preparation device provided with connection repetitive frame and connection repetitive frame generation method | |
JPH01147770A (en) | Document editing device | |
JPH08287072A (en) | Machine translation system | |
JPH06342430A (en) | Automatic page divided display editing device | |
JPH0567089A (en) | Word processor | |
JPH08123789A (en) | Japanese input device | |
JPS62203228A (en) | Document processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20051031 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070412 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070418 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20070808 |