文件名称:react-mathjax:显示数学公式的React组件
文件大小:60KB
文件格式:ZIP
更新时间:2024-02-24 15:33:17
react latex mathjax LaTeXJavaScript
react-mathjax React组件以显示数学公式。 安装 $ npm i react-mathjax --save 用法 const MathJax = require ( 'react-mathjax' ) const tex = `f(x) = \\int_{-\\infty}^\\infty \\hat f(\\xi)\\,e^{2 \\pi i \\xi x} \\,d\\xi` module . exports = ( ) => { return ( < MathJax> < div>
【文件预览】:
react-mathjax-master
----.gitignore(609B)
----.babelrc(123B)
----.eslintrc(29B)
----package.json(2KB)
----src()
--------index.js(144B)
--------process.js(1KB)
--------Provider.js(2KB)
--------node.js(3KB)
--------context.js(299B)
----LICENSE(11KB)
----README.md(691B)
----example()
--------main.css(75B)
--------main.js(689B)
--------index.html(244B)
----HISTORY.md(490B)
----.npmignore(5B)
----yarn.lock(185KB)