- MathJax是什么
- MathJax AsciiMath Support
- 入门指南
- MathJax Output Formats
- Loading MathJax Dynamically
- 安装和测试MathJax
- The MathJax Community
- Modifying Math on the Page
- 加载和配置MathJax
- What’s New in MathJax v2.0
- MathJax API
- Common Configurations
- What’s New in MathJax v1.1
- Describing HTML snippets
- Configuration Objects
- Migrating from MathJax v1.0 to v1.1
- CSS Style Objects
- Using MathJax in popular web platforms
- Converting to MathJax from jsMath
- Glossary
- MathJax TeX and LaTeX Support
- The MathJax Processing Model
- MathJax MathML Support
- The MathJax Startup Sequence
- Synchronizing your code with MathJax
Glossary
- AsciiMath
A notation for mathematics that uses characters commonly available on all computer keyboards to represent the math in an algebra-like syntax that should be intuitive and easily read.
See also
- Callback
- A JavaScript function that is used to perform actions that must wait for other actions to complete before they are performed.
- Callback Queue
- MathJax uses Queues to synchronize its activity so that actions that operate asynchronously (like loading files) will be performed in the right order. functions are pushed onto the queue, and are performed in order, with MathJax handling the synchronization if operations need to wait for other actions to finish.
- Callback Signal
- A JavaScript object that acts as a mailbox for MathJax events. Like an event handler, but it also keeps a history of messages. Your code can register an “interest” in a signal, or can register a to be called when a particular message is sent along the signal channel.
- HTML-CSS
- MathJax output form that relys only on HTML and CSS 2.1, allowing MathJax to remain compatible across all browsers.
- jax
- MathJax’s input and output processors are called “jax”, as is its internal format manager. The code for the jax are in the MathJax/jax directory.
- LaTeX
LaTeX is a variant of that is now the dominant TeX style.
See also
- Markdown
A text format commonly used in blogs and wikis for creating web pages without the need for complicated markup notation. It is intended to be an easy-to-read and easy-to-write format that still gives you the ability to specify a rich text result (including things like bold, italics, bullet lists, and so on).
See also
- MathML
An XML specification created to describe mathematical notations and capture both its structure and content. MathML is much more verbose than , but is much more machine-readable.
See also
- STIX
The Scientific and Technical Information Exchange font package. A comprehensive set of scientific glyphs.
See also
- SVG
Acronym for Scalable Vector Graphics. SVG is a graphics format that allows images to be described as a collection of graphics objects (like lines, rectangles, etc) rather than as a bitmap of colored pixels. MathJax can use this format to display mathematics as an alterantive to its HTML-CSS or NativeMML output.
See also
- TeX
A document markup language with robust math markup commands developed by Donald Knuth in the late 1970’s, but still in extensive use today. It became the industry standard for typesetting of mathematics, and is one of the most common formats for mathematical journals, articles, and books.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论