用于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-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 (
2021-10-10 10:39:21 60KB react latex mathjax LaTeXJavaScript
1
美赛LaTex精美模板。美赛LaTex精美模板,内有样例论文排版格式个人认为非常好了 ,去年根据这个模板拿了美赛一等奖。 LaTex
2021-10-09 23:10:47 2.93MB LaTex 美赛 精美模板 论文排版
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
非常不错的中文LaTex Beamer幻灯片制作教程!
2021-10-08 22:56:17 670KB LaTex beamer
1
资源包含Latex完整程序以及生成的相关文档(PDF等)
2021-10-08 22:43:35 256KB Latex 演示文档
1
Latex beamer 幻灯片 宏包 模板
2021-10-08 22:32:48 1.15MB Latex 幻灯片
1
北航学报LaTeX模板,测试Texstudio+Texlive2018可编译通过,编译需采用xelatex+bibtex+xelatex+xelatex
2021-10-08 09:21:46 1.97MB latex 北航学报
1
TelU的S1 TT最终项目书的乳胶模板 该存储库包含适用于Telkom大学电信工程学习计划中应用的格式的最终​​项目书的模板。 该模板不是Telkom大学发布的正式模板。 该模板是作者用来制作2014/2015学年最终项目书的模板,并进行了一些更改。 此模板中的所有格式不兼容之处均归因于以后更改最终论文书的格式规则而引起的,这不是作者的责任。 主模板是从获得的。 进行了更改,以符合适用于Telkom大学的最终论文书的格式规则。 许可证: ,遵循原始许可证。 使用说明可在main.pdf或。 有关如何安装Latex及其文本编辑器的信息,请参见此 。
2021-10-06 19:28:14 631KB TeX
1
CQUThesis:重庆大学毕业论文LaTeX模板---重庆大学LaTeX论文模板
2021-10-05 17:47:31 1.23MB latex thesis latex-formulas ctex
1