Converts simple LaTeX to an unicode approximation
Project description
Convert simple LaTeX into an unicode approximation and paste it anywhere.
This package provides a more complete LaTeX to Unicode converter than unicodeit. unicodeitplus uses a better parser (generated from EBNF with the fantastic Lark library) than unicodeit, which handles some code on which unicodeit fails, and allows one to parse a mix of text and math code, like $p_T$ / GeV $c^{-1}$.
LaTeX to Unicode: How does this even work?
Unicode contains many subscript and superscript characters. It also font variations of characters of both latin and greek characters, including italic, boldface, bold italic, and more. It contains a lot of special mathematical characters and diacritical marks, which we use to approximate LaTeX renderings using just unicode characters.
Like unicodeit, unicodeitplus is largely based on unimathsymbols.txt from Günter Milde, which is maps LaTeX macros to Unicode symbols.
Caveats
Only a subset of all LaTeX code can be converted to Unicode. Some Unicode characters simply don’t exist. For example, subscript characters exist only for a subset of all lowercase latin characters, and there are no subscript characters for uppercase latin characters.
Your font needs to contain glyphs for the Unicode characters, otherwise you will typically see a little box with the unicode character index.
The visually best results seem to be obtained with monospace fonts.
Some conversions are deliberate approximations, for example, $p_T$ is rendered as 𝑝ₜ.
Examples
LaTeX |
Unicode |
---|---|
\alpha |
𝛼 |
\beta |
𝛽 |
\gamma |
𝛾 |
\Gamma |
𝛤 |
\infty |
∞ |
e^+ |
𝑒⁺ |
\mu^- |
𝜇⁻ |
\exists |
∃ |
\in |
∈ |
\int |
∫ |
\sum |
∑ |
\partial |
∂ |
\slash{\partial} |
∂̸ |
\longrightarrow |
⟶ |
\to |
→ |
p\bar{p} |
𝑝𝑝̄ |
\mathrm{t}\bar{\mathrm{t}} |
tt̄ |
\mathcal{H} |
ℋ |
\mathbb{R} |
ℝ |
\underline{x} |
𝑥̲ |
\phone |
☎ |
\checkmark |
✓ |
\dot{x} |
𝑥̇ |
\ddot{x} |
𝑥̈ |
\vec{x} |
𝑥⃗ |
A^6 |
𝐴⁶ |
m_0 |
𝑚₀ |
\Im |
ℑ |
\Re |
ℜ |
\hbar |
ℏ |
\perp |
⟂ |
\parallel |
∥ |
\therefore |
∴ |
\because |
∵ |
\subset |
⊂ |
\supset |
⊃ |
p_T / \mathrm{GeV} c^{-1} |
𝑝ₜ/GeV𝑐⁻¹ |
K^0_S |
𝐾⁰ₛ |
D^{\ast\ast} \to hhee |
𝐷**→ℎℎ𝑒𝑒 |
A \mathbf{x} \simeq \mathbf{b} |
𝐴𝐱≃𝐛 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file unicodeitplus-0.1.0rc6.tar.gz
.
File metadata
- Download URL: unicodeitplus-0.1.0rc6.tar.gz
- Upload date:
- Size: 90.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9430adb57c28bc937fa9a2eb20bc4f0adfcc530c13760a81eb40590138a28884 |
|
MD5 | 3297915292652e8d6926625d6759c52e |
|
BLAKE2b-256 | 4747a3a4ff0016c329ac7b36a2b5a182001e228e1c25b9750641ee3e7b92bc01 |
File details
Details for the file unicodeitplus-0.1.0rc6-py3-none-any.whl
.
File metadata
- Download URL: unicodeitplus-0.1.0rc6-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fc7ad9d6e983e23ee19901da58717d68cd51a257e4d35a58296609670571cd7 |
|
MD5 | 2f4c73a6f921beb406b0f9681711b539 |
|
BLAKE2b-256 | b43826863627ef6c4164fc6a8192f671e17c3f5ca3b48ecea96b99c76f2e068f |