由买买提看人间百态

topics

全部话题 - 话题: mathml
(共0页)
w*****s
发帖数: 122
1
From http://www.w3.org/Math/
Mathematical Markup Language (MathML)
MathML 1.01, a revised version of the W3C MathML 1.0 Recommendation (7th
April 1998), was released on 7 July 1999. As the first product
of the W3C Math working group, MathML is a low-level specification for
describing mathematics as a basis for machine to machine
communication. It provides a much needed foundation for the
inclusion of mathematical expressions in Web pages.
What is MathML?
MathML is int
w*****s
发帖数: 122
2
来自主题: XML版 - MathML softwares
From http://www.w3.org/Math
MathML Software
Combined with a style sheet to specify other aspects of layout, MathML
should eventually be used by browsers without the use of plug-ins. In
the immediate future, several vendors offer applet and plug-ins which
can render MathML in place in a browser. Translators and equation editors
which can generate HTML pages with images of the math expression from HTML
with embedded MathML code will be available soon. Click here for a detailed
survey of software a
A**********e
发帖数: 3102
3
最近查了些 SBML 的 model,想用 C++ 来把 MathML 格式的 ODE/DAE 抽出来,或者把
自己的 ODE/DAE 用 C++ 通过 libSBML 直接写成 SBML,发现这个 MathML 的语法很惊
人啊。不知道有没有现成的 interface 可以直接写?
w*****s
发帖数: 122
4
来自主题: XML版 - athML and Math on the Web
[April 18, 2000] MathML and Math on the Web. A communiqufrom Neil Soiffer announces the
organization of a first MathML conference: "The first-ever MathML conference, MathML and Math on
the Web, will be held October 20-21, 2000 on the campus of the University of Illinois at
Urbana-Champaign. The conference will present current research and applications involving MathML, an
XML application for describing mathematical notation and capturing both its structure and its content.
Th
a**********u
发帖数: 28450
5
来自主题: WaterWorld版 - 马勒隔壁的,被震撼了
Charged-particle multiplicities in pp interactions at View the MathML source
measured with the ATLAS detector at the LHCstar, open, star, openstar, open
121a, 121b, S. Zenz14, D. Zerwas114, G. Zevi della Porta57, Z. Zhan32d, H.
Zhang83, J. Zhang5, Q. Zhang5, X. Zhang32d, L. Zhao107, T. Zhao137, Z.
Zhao32b, A. Zhemchugov65, S. Zheng32a, J. Zhong149, z, B. Zhou87, N. Zhou34,
Y. Zhou149, C.G. Zhu32d, H. Zhu41, Y. Zhu170, X. Zhuang98, V. Zhuravlov99,
B. Zilka143a, R. Zimmermann20, S. Zimmermann20, S... 阅读全帖
q*****g
发帖数: 1568
6
来自主题: TeX版 - TeX4ht效果不错
我个人感觉看起来比以前用latex2html弄出来的要好看。不过,
最后出来的文件用到mathml,必须用支持mathml的browser。
在Windows下我用firefox,得要在这里装一个额外的字体:
http://www.mozilla.org/projects/mathml/fonts/
在Linux下具体安装TeX4ht请参看这篇文章:
http://gentoo-wiki.com/HOWTO_Convert_LaTeX_to_HTML_with_MathML
n******7
发帖数: 12463
7
又试了一下
可以手动label version
然后comparison
大致算是track change 功能了
还有个类似的工具,专门提了document history这个feature
https://www.sharelatex.com/
刚才研究了一会儿MathML,这个据说可以跟office online一起用
但是裸写MathML会死人的,我突然觉得用markdown来写应该不错
找找看有没有online写markdown的工具
d*t
发帖数: 28
8
MathML is supposed to be the ideal and complete solution.
But so far, standard browsers need plugins to support the rendering
of MathML.
latex2html is the best solution currently. You can configure it
to either render image-based or text-based math display. You need
to know LaTex, however.
q**1
发帖数: 193
9
找到一些links,不知道你能不能用的上了:
http://en.wikipedia.org/wiki/MathML
http://www.w3.org/TR/REC-MathML
k***g
发帖数: 7244
10
嗯, 符号比较多的是用 LaTex -> MathML 的 render
g**********y
发帖数: 14569
11
来自主题: JobHunting版 - 推荐用blogspot整理面试题笔记
强赞!写数学公式得用latex, mathml之类的?
b******v
发帖数: 1493
12
来自主题: JobHunting版 - 推荐用blogspot整理面试题笔记
多谢!写数学公式用的是latex的语法,然后单独一行的用\[...\]括起来,inline的用
\(...\)括起来。写数学公式那个插件叫mathjax,是现在很多网站显示数学公式的解决
方案,好像是mathml的一种实现。
贴代码的那个插件也很容易用,可以把代码用
...

起来,也可以用
括起来。后一种的兼容性好一些,可以处理程序中带大小于和尖括号的情形。

★ 发自iPhone App: ChineseWeb - 中文网站浏览器
f*****Q
发帖数: 1912
13
来自主题: Apple版 - safari怎么和chrome一个毛病
这个要怪
http://en.wikipedia.org/wiki/Dave_Hyatt
这个人,这人负责Webkit里面的Layout and Rendering, CSS (Cascading Style
Sheets), HTML Forms, Tables, Text Layout, Fonts, MathML, Memory Cache,
HTMLDOM, Core DOM, HTML Parsing, New Features / Standards Support, XML, XSLT
, Printing
没事给他发个email啥的反应一下。
m**c
发帖数: 90
14

Very limited tag support: , , for example:
X2 -> X^2
I heard something like MathML, but I am not sure how to use it.
b**s
发帖数: 67
15
来自主题: Software版 - Mathtype
It can be downloaded at www.mathtype.com.
It's something like equation editor but does a much much better
job than equation editor.
By default after installation, it "replace" equation editor, this might
cause problem, since others can't edit your equation. If you don't like this
change the preference.
Mathtype is also useful to convert equation to latex tex mathml.
S**I
发帖数: 15689
16
来自主题: Windows版 - 微软产品象poo poo
2007的界面是更清晰易用,不过和以前的界面差别太大,用惯了旧版本的初用会很不适
应。另外,docx和旧版本不兼容,公式编辑器和MathML兼容不好都是问题。
l*********s
发帖数: 5409
17
大概读phd,工作的很少有闲工夫灌水
//
搂主建议不错,可惜mitbbs不支持mathml
l*********s
发帖数: 5409
18
it is a pity mitbbs does not support mathml
l*****e
发帖数: 424
19
关注
P*********y
发帖数: 310
20
I wonder how big your model is? If small, why don't you just code it up in
an sbml-supporting platform and generate the sbml automatically?
(共0页)