unicodeit
unicodeit copied to clipboard
Converts LaTeX tags to unicode: \mathcal{H} → ℋ. Available on the web or as Automator script for the Mac.
Previously, there were only replacements of type "\c{C}"->"Ç", but now both syntaxes can be used. The new syntax is a bit lighter, so it is useful.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Typing ``` 0 \not\in \mathbb{N} ``` I expected to get ``` 0 ∉ ℕ ``` Instead I got ``` 0 ̸∈ ℕ ``` and ``` 0 \in\not \mathbb{N} ``` yields...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Example: https://www.unicodeit.net/?%5Cpi%5E%7Bn%2F2%7D Input: `\pi^{n/2}` Expected output:  Actual output: `πⁿ^/²`
Hello again, I have also created a simple [Rofi mode](https://github.com/gzagatti/dotfiles/blob/master/rofi-unicodeit). [Rofi](https://github.com/davatorium/rofi) is similar to a Spotlight search bar in Mac.  The clip below shows me invoking Rofi...
I have create a [Homebrew Formula](https://github.com/gzagatti/homebrew-tap/blob/master/Formula/unicodeit.rb) for this awesome app. If that is of interest to the community I am happy to make a Pull Request in the Homebrew repo....
Awesome software! I just wanted to report that `M^\top` doesn't render as expected.