mathtex-editor-keymap 0.1.0

Pluggable Hypatia style default keymap for mathtex-editor, translating input into core commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mathtex-editor-keymap"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Pluggable Hypatia style default keymap for mathtex-editor, translating input into core commands"
repository.workspace = true
readme = "README.md"
keywords = ["math", "editor", "latex", "keymap"]
categories = ["text-editors", "science"]

[dependencies]
mathtex-editor-core = { version = "0.1.0", path = "../mathtex-editor-core" }

[lints]
workspace = true