Files
plugins/AutoLaTeX/MathJax/extensions/a11y/mathmaps/units/length.js
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

84 lines
1.3 KiB
JavaScript

[
{"category": "Length",
"mappings": {
"default": {
"default": "millimeters"
}
},
"key": "mm",
"names": ["mm"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "centimeters"
}
},
"key": "cm",
"names": ["cm"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "meters"
}
},
"key": "m",
"names": ["m"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "kilometers"
}
},
"key": "km",
"names": ["km"]
},
{"category": "Length",
"mappings": {
"default": {
"default": "feet"
}
},
"key": "ft",
"names": ["ft", "ft."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "inches"
}
},
"key": "in",
"names": ["in", "in."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "miles"
}
},
"key": "mi",
"names": ["mi", "mi."]
},
{"category": "Length",
"mappings": {
"default": {
"default": "yards"
}
},
"key": "yd",
"names": ["yd", "yd."]
},
{"category": "",
"mappings": {
"default": {
"default": "nautical miles"
}
},
"key": "n.m.",
"names": ["n.m."]
}
]