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.

  • 相关阅读:
    logging模块-logging.basicConfig、logger.setLevel、handler.setLevel优先级
    Python标准模块--logging(转载)
    第三节,入门知识和windows系统安装python环境
    第二节windows系统下Xshell 5软件远程访问虚拟机 Linux系统
    第一节windows系统安装虚拟机VMware 软件
    数学数列
    java String
    linux eclipse 报错过时的方法
    java.util.Random 类
    java uitl
  • 原文地址:https://www.cnblogs.com/lightsong/p/10873055.html
Copyright © 2011-2022 走看看