gulp-mathmode:Gulp插件,用于将数学LaTeX表达式转换为图像

时间:2024-06-10 02:42:30
【文件属性】:

文件名称:gulp-mathmode:Gulp插件,用于将数学LaTeX表达式转换为图像

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-10 02:42:30

JavaScript

咕mode声模式 将LaTeX数学表达式转换为图像。 基于 。 安装 用npm安装。 npm install --save-dev gulp-mathmode LaTeX数学表达式 使用范例 将tex文件列表转换为具有相同名称的png图像。 var srcPath = 'src/**/*.tex' ; var buildPath = 'build/**/*.tex' ; var format = png ; gulp . task ( 'clean' , function ( ) { var clean = require ( 'gulp-clean' ) ; return gulp . src ( buildPath + '/*.png' , { read : false } ) . pipe ( clean ( ) ) ; } ) ; gulp


【文件预览】:
gulp-mathmode-master
----.jshintrc(212B)
----.gitignore(440B)
----.jscsrc(2KB)
----package.json(2KB)
----gulpfile.js(1KB)
----index.js(2KB)
----.jshintignore(19B)
----LICENSE-MIT(1KB)
----README.md(3KB)
----.npmignore(75B)
----test()
--------formula0.tex(6B)
--------z.tex(18B)
--------strange.tex(24B)
--------notexp.tex_(2KB)
--------formula1.tex(16B)
--------err.tex(4KB)
----.editorconfig(413B)

网友评论