unicodeit icon indicating copy to clipboard operation
unicodeit copied to clipboard

Converts LaTeX tags to unicode: \mathcal{H} → ℋ. Available on the web or as Automator script for the Mac.

Results 28 unicodeit issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

Example: https://www.unicodeit.net/?%5Cpi%5E%7Bn%2F2%7D Input: `\pi^{n/2}` Expected output: ![image](https://user-images.githubusercontent.com/8233615/149931775-8328b042-35ac-4c3c-a0b6-22601a08e7fd.png) 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. ![Peek 2021-12-10 22-34](https://user-images.githubusercontent.com/11043156/145591144-d58bbb44-adba-4923-9bf2-d7e4b899496e.gif) 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.