latex-input
latex-input copied to clipboard
Enter Unicode characters using LaTeX notation
AHK syntax expects Send {U+nnnn}, so it does not support the 5 digit codepoints correctly. For example `\mathcal{S}` produces 풮 instead of 𝒮 as it ignores the first char of...
Even with the workaround install method (#6), the input method is broken for me in Big Sur. I switched to https://github.com/knrafto/MathSymbolsInput, which works fine (but I had to reboot my...
I've followed the instructions in the `README.md` however the LaTeX input option doesn't show up (also not after a reboot):
API: https://developer.chrome.com/extensions/input_ime More examples: https://github.com/google/extra-keyboards-for-chrome-os
Current Setext style only allows two-level headings; too many `` and `` doesn’t look good on GitHub. GitHub’s CSS was designed for making one `` as title, bunch of ``...
Update of the README to include sqrt, curt and fort commands (as added to latex.inputplugin in previous pull request) in the Analysis section.
This update of latex.inputplugin adds the unicode characters for square root, cube root and fourth root (as available at https://en.wikipedia.org/wiki/Radical_symbol), to allow for roots to be included in mathematical equations...
First, let me say that writing latex eg in emails is really great. Just one difficulty that makes it impossible for me to use smoothly: "When the latex input method...
Typing `\phi` produces φ (U+03C6 GREEK SMALL LETTER PHI), while typing `\varphi` produces ϕ (U+03D5 GREEK PHI SYMBOL). The look of these characters is switched with respect to the standard...
Is there a way to disable explicit disambiguation (via the pop up window) on MacOS? It makes it very hard to type fast. Thanks!