Skip to content

Commit

Permalink
Merge pull request #77 from czhang03/dev
Browse files Browse the repository at this point in the history
V0.6.2
  • Loading branch information
czhang03 authored Jul 25, 2023
2 parents a396b3b + b1d2702 commit f11541a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Added some useful alias to like `\nat ↦ ℕ`, `\rational ↦ ℚ`, `\real ↦ ℝ`
- Changed diamond to be compatible with unicode-math package `` (previously `\smwhtdiamond`) instead of ``.
- Renamed some legacy names like `\unicodecdots`, `\unicodeellipsis`.
- Update packages.

# V0.6.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unicode-math-input",
"displayName": "Unicode Math Input",
"description": "Easy way to insert unicode math symbols ∀ programming languages",
"version": "0.6.1",
"version": "0.6.2",
"publisher": "czhang03",
"license": "LGPL-3.0",
"homepage": "https://github.com/czhang03/unicode-math-vscode",
Expand Down
7 changes: 4 additions & 3 deletions src/symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ const latexOpMap: Map<string, string> = new Map([
["dagger", "†"],
["ddagger", "‡"],
["smblkcircle", "•"],
["enleadertwodots", "‥"],
["unicodeellipsis", "…"],
["prime", "′"],
["dprime", "″"],
["trprime", "‴"],
Expand Down Expand Up @@ -554,8 +552,11 @@ const latexOpMap: Map<string, string> = new Map([
["nvartriangleright", "⋫"],
["ntrianglelefteq", "⋬"],
["ntrianglerighteq", "⋭"],
["enleadertwodots", "‥"],
["ellipsis", "…"],
["ldots", "…"],
["vdots", "⋮"],
["unicodecdots", "⋯"],
["cdots", "⋯"],
["adots", "⋰"],
["ddots", "⋱"],
["disin", "⋲"],
Expand Down

0 comments on commit f11541a

Please sign in to comment.