将数学虚拟键盘添加到 Angular 项目
Add a math virtual keyboard to the Angular project
我正在创建一个 Angular 应用程序,我想创建一个虚拟数学符号虚拟键盘以允许用户 select 数学符号。因为很多数学符号在普通键盘上是不可用的。
我想要实现的就像下面的截图:
enter image description here
请参阅本网站上的“自定义:映射键”示例:https://mottie.github.io/Keyboard/. I have used this library in the past with good success. GitHub project. There are instructions there for installing using npm:npm i virtual-keyboard
。
我发布了一个 JavaScript 库,您可以使用它来创建虚拟数学键盘。它旨在与任何 LaTeX 排版库(例如 MathJax 或 KaTeX)一起使用。
GitHub 存储库:https://github.com/MathKeyboardEngine/MathKeyboardEngine
实例:https://mathkeyboardengine.github.io
我的目标是创建一个 easy-to-use 高度可定制的虚拟数学键盘库。
我正在创建一个 Angular 应用程序,我想创建一个虚拟数学符号虚拟键盘以允许用户 select 数学符号。因为很多数学符号在普通键盘上是不可用的。 我想要实现的就像下面的截图: enter image description here
请参阅本网站上的“自定义:映射键”示例:https://mottie.github.io/Keyboard/. I have used this library in the past with good success. GitHub project. There are instructions there for installing using npm:npm i virtual-keyboard
。
我发布了一个 JavaScript 库,您可以使用它来创建虚拟数学键盘。它旨在与任何 LaTeX 排版库(例如 MathJax 或 KaTeX)一起使用。
GitHub 存储库:https://github.com/MathKeyboardEngine/MathKeyboardEngine
实例:https://mathkeyboardengine.github.io
我的目标是创建一个 easy-to-use 高度可定制的虚拟数学键盘库。