当前位置:网站首页>mathML转latex
mathML转latex
2022-07-02 11:21:00 【徐同保】

https://www.npmjs.com/package/mathml2latex
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="./node_modules//mathml2latex/dist/mathml2latex.js"></script>
</head>
<body>
<script>
// const mathmlHtml =
// '<math display="block"><mfrac><mi>a</mi><mi>b</mi></mfrac></math>'
const mathmlHtml = ` <div>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msup><mi>a</mi><mn>2</mn></msup>
<mo>+</mo>
<msup><mi>b</mi><mn>2</mn></msup>
<mo>=</mo>
<msup><mi>c</mi><mn>2</mn></msup>
</mrow>
</math>
</div>`
const latex = MathML2LaTeX.convert(mathmlHtml)
console.log(latex)
</script>
</body>
</html>

边栏推荐
- Penetrate the remote connection database through the Intranet
- Fabric. JS upper dash, middle dash (strikethrough), underline
- Understanding of mongodb
- 博睿数据一体化智能可观测平台入选中国信通院2022年“云原生产品名录”
- STM32标准固件库函数名(一)
- uniapp自动化测试学习
- 联合搜索:搜索中的所有需求
- 给Android程序员的一些面试建议「建议收藏」
- Quarkus learning IV - project development to deployment
- 提示:SQL Server 阻止了对组件‘Ad Hoc Distributed Queries ‘的STATEMENT ‘OpenRowset/OpenDatasource“”
猜你喜欢

Do you know that there is an upper limit on the size of Oracle data files?

Stm32-dac Experiment & high frequency DAC output test

Design and implementation of car query system based on php+mysql

MySQL 45 lecture - learning the actual battle of MySQL in Geek time 45 Lecture Notes - 05 | easy to understand index (Part 2)

什么是 eRDMA?丨科普漫画图解

PHP linked list creation and traversal

Custom events, global event bus, message subscription and publishing, $nexttick

Packet capturing tool Fiddler learning

Fabric. JS zoom canvas

Teamtalk source code analysis win client
随机推荐
Fabric. JS zoom canvas
Dangbei projection 4K laser projection X3 Pro received unanimous praise: 10000 yuan projector preferred
go操作redis
篇9:XShell免费版安装
Design and implementation of car query system based on php+mysql
threejs的控制器 立方体空间 基本控制器+惯性控制+飞行控制
PTA question bank== > complex four operations, one for one, examination seat number (7-73)
Stm32-dac Experiment & high frequency DAC output test
Penetrate the remote connection database through the Intranet
Delete element (with transition animation)
数据库连接池和数据源
Fabric. JS upper dash, middle dash (strikethrough), underline
1. Editing weapon VIM
大顶堆、小顶堆与堆排序
Fabric. Keep the original level when JS element is selected
每日学习3
Uniapp automated test learning
QT new project
What is erdma? Popular science cartoon illustration
Fabric.js 缩放画布