Results 1 -
3 of
3
Towards semantic mathematical editing *
"... Currently, there exists a big gap between formal computer-understandable mathematics and informal mathematics, as written by humans. When looking more closely, there are two important subproblems: making documents written by humans at least syntactically understandable for computers, and the formal ..."
Abstract
-
Cited by 1 (1 self)
- Add to MetaCart
(Show Context)
Currently, there exists a big gap between formal computer-understandable mathematics and informal mathematics, as written by humans. When looking more closely, there are two important subproblems: making documents written by humans at least syntactically understandable for computers, and the formal verification of the actual mathematics in the documents. In this paper, we will focus on the first problem. For the time being, most authors use T E X, L A T E X, or one of its graphical frontends in order to write documents with many mathematical formulas. In the past decade, we have developed an alternative wysiwyg system GNU T E X MACS , which is not based on T E X. All these systems are only adequate for visual typesetting and do not carry much semantics. Stated in the MathML jargon, they concentrate on presentation markup, not content markup. In recent versions of T E X MACS , we have started to integrate facilities for the semantic editing of formulas. In this paper, we will describe these facilities and expand on the underlying motivation and design choices. To go short, we continue to allow the user to enter formulas in a visually oriented way. In the background, we continuously run a packrat parser, which attempts to convert (potentially incomplete) formulas into content markup. As long as all formulas remain sufficiently correct, the editor can then both operate on a visual or semantic level, independently of the low-level representation being used. An important related topic, which will also be discussed at length, is the automatic correction of syntax errors in existing mathematical documents. In particular, the syntax corrector that we have implemented enables us to upgrade existing documents and test our parsing grammar on various books and papers from different sources. We will provide a detailed analysis of these experiments.
GNU TEX MACS: a scientific editing platform Joris van der Hoeven
, 2006
"... The GNU T E X MACS project aims to provide a free, polyvalent and user-friendly editor, which can easily be interfaced with a wide range of external softwares. Special attention has been paid to features which are interesting for scientists, such as a mathematical formula editor, the possibility to ..."
Abstract
- Add to MetaCart
The GNU T E X MACS project aims to provide a free, polyvalent and user-friendly editor, which can easily be interfaced with a wide range of external softwares. Special attention has been paid to features which are interesting for scientists, such as a mathematical formula editor, the possibility to write structured texts, a mode for laptop presentations, etc. Moreover, advanced typesetting algorithms are used, which allow for the creation of high quality documents. In this paper, we survey the main features of T E X MACS, taking the point of view of a scientist who wants to write an article. 1.