zoukankan      html  css  js  c++  java
  • MathML

    MathML

    https://developer.mozilla.org/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem

    Mathematical Markup Language (MathML) is a dialect of XML for describing mathematical notation and capturing both its structure and content.

    We will now prove the Pythagorean theorem:

    Statement: In a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

    https://www.ibm.com/developerworks/cn/xml/x-mathml/index.html

    MathML于1997年首先由W3C提出WG内部版本,到了2001年2月给出了2.0正式版,也是目前最为成熟的版本。MathML使用XML来描述数学表达式的结构和内容。MathML的目标就是使Web可以服务、接收、处理数学公式,正如HTML处理文本的功能那样。

    TAG

    https://developer.mozilla.org/en-US/docs/Web/MathML/Element

    工具

    图形化工具, 不用识别上面所述的MathML标签, 使用图像化工具输入,生成MathML

    https://www.w3.org/Amaya/User/BinDist.html

    Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. This follows the original vision of the Web as a space for collaboration and not just a one-way publishing medium.

    Work on Amaya started at W3C in 1996 to showcase Web technologies in a fully-featured Web client. The main motivation for developing Amaya was to provide a framework that can integrate as many W3C technologies as possible. It is used to demonstrate these technologies in action while taking advantage of their combination in a single, consistent environment.

    Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to support XML and an increasing number of XML applications such as the XHTML family, MathML, and SVG. It allows all those vocabularies to be edited simultaneously in compound documents.

  • 相关阅读:
    玩具数据库
    数据库中可能会出现的表
    SqlDbHelper
    重写 覆盖 虚方法
    页面标签的初始化
    如何将UTF8转换为UTF8n
    小软件项目开发的管理(转)
    SCRUM软件开发过程(转)
    在.Net如何制作自定义的快捷方式
    What Is a Leader
  • 原文地址:https://www.cnblogs.com/lightsong/p/10873055.html
Copyright © 2011-2022 走看看