MathView 支持所有类型的数学编码(MathML,TeX或AsciiMath等)。 离线功能。 轻量级(〜150kb)。 快速渲染。 易于使用。 示例代码 演示版 配置的分隔符 TeX,内联模式:(...)或$ ... $ TeX,显示模式:[...]或$$ ... $$ Asciimath:`...` 安装 在应用的build.gradle中添加以下几行 repositories { maven { url ' https://jitpack.io ' } } dependencies { compile ' com.github.Nishant-Pathak:
2023-02-28 10:03:10 1.04MB latex math rendering asciimath
1
latex math symbols table latex math symbols table latex数学符号表
2023-02-26 09:59:25 106KB latex math symbols table
1
Book 2016 More Math Into LaTeX Authors: George Grätzer
2023-01-23 13:28:37 10.99MB LaTeX,math Springer
1
这是一份LaTeX符号表,含有常用LaTeX数学符号及其LaTeX代码的对应关系,排版精美。LaTeX新手记不住命令的时候可以用作参考。
2021-12-13 15:53:28 137KB LaTeX Math Symbol
1
LaTeX模板 我的LaTeX模板,用于笔记和每周的数学作业。 一些来自stackexchange的代码段。 背叶 现在,您可以通过访问模板。 我希望它能很好地为您服务。 :grinning_face_with_smiling_eyes:
2021-10-24 19:22:20 1.1MB latex-template latex-math color-theorem TeX
1
用于React应用程序的方程式编辑器 由( ) 演示版 要查看此软件包的实际效果,请观看演示。 可以键入方程式,并在粉红色的编辑器下方看到LaTeX中的输出。 用法 将EquationEditor组件嵌入到项目中时,必须设置四个属性。 value和onChange可以说明一切,而包含一个命令列表,您只需在命令前面键入\ 。 也一样,运算符也一样。 import React , { useState } from "react" ; import EquationEditor from "equation-editor-react" ; const Example = ( ) => { const [ equation , setEquation ] = useState ( "y=x" ) ; console . log ( equation ) ; return ( < EquationEditor value = { equation } onChange = { setEquation } autoCommands =
2021-10-10 10:54:02 382KB demo typescript latex math
1
用于React组件包装器 例子 位于src/examples/ 在此使用以下示例 可编辑的数学字段 import React , { useState } from 'react' import { addStyles , EditableMathField } from 'react-mathquill' // inserts the required css to the <head> block. // you can skip this, if you want to do that by yourself. addStyles ( ) const EditableMathExample = ( ) => { const [ latex , setLatex ] = useState ( '\\frac{1}{\\sqrt{2}}\\cdot 2' ) return ( < EditableMathField latex = { latex } onChange = { ( mathField ) =
2021-10-09 11:42:46 100KB react latex math react-component
1
LaTeXMathML可以通过Javascript语言将LaTeX表达式转换成为MathML语言,从而在 IE6/Firefox3 等支持MathML的浏览器上呈现较为完美的数学公式
1
fmath-mathml-java-latex-mathml.jar.rar中包含3个jar,具体如下: fmath-latex-mathml-0.5.jar fmath-mathml-1.0.jar fmath-mathml-java-3.1.jar
1