MathML now
数日に一度のペースで更新しています。数時間単位での最新情報というわけではありませんが、MathMLの関係するメーリングリストを中心に、ウェブサイトの動向や業界での新製品情報などをお伝えしていきたいと思っています。
2004-12-15
√ Lines in the Equation
下の画像のように、MathML で表を作り、罫線(というか普通の線)を引くには、rowlines と columnlines 属性を使用します。
具体的な使い方としては、mtable タグの属性として、以下のように記述します。
<mtable rowlines="solid none none none none"
columnlines="none none none none solid">
<mtr> … </mtr>
<mtr> … </mtr>
<mtr> … </mtr>
<mtr> … </mtr>
<mtr> … </mtr>
</mtable>
2004-12-18
√ announcing beta release of W3C MathML software page
The W3C Math interest group has been working on refactoring the MathML software page into something more structured and easy to browse. The new page is expected to replace the old one soon.
MathML に対応したアプリケーションのリストの整備が行われているようです。現在、後者のページ(http://www.w3.org/Math/Software/mathml_software.html)に列挙されていないアプリケーション(ソフトウェア)を募集しているので、気になるなら Max Froumentin 宛に直接お送り下さい、とのことです。