unicodeitplus 0.3.1

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

unicodeitplus 0.3.1

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}$
I want to eventually merge this project into unicodeit, discussions with the maintainer of unicodeit are ongoing.

LaTeX to Unicode: How does this even work?
Unicode contains many subscript and superscript characters. It also contains 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 provides the mapping between LaTeX macros and 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, there are no subscript characters for uppercase latin characters, and all subscript or superscript characters are in roman font (upright).
Some code is rendered the best best approximation, for example, p_T as π‘β‚œ, assuming that a reasonable approximation is preferred over a failed conversion.
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.



Examples


LaTeX
Unicode



\alpha \beta \gamma \Gamma \Im \Re \hbar
𝛼 𝛽 𝛾 𝛀 β„‘ β„œ ℏ

e^+ \mu^- \slash{\partial}
𝑒⁺ πœ‡β» βˆ‚ΜΈ

\exists \in \int \sum \partial \infty
βˆƒ ∈ ∫ βˆ‘ βˆ‚ ∞

\perp \parallel \therefore \because \subset \supset
βŸ‚ βˆ₯ ∴ ∡ βŠ‚ βŠƒ

\to \longrightarrow
β†’ ⟢

p\bar{p} \mathrm{t}\bar{\mathrm{t}}
𝑝𝑝̄ ttΜ„

\mathcal{H} \mathbb{R}
β„‹ ℝ

\phone \checkmark
☎ βœ“

\underline{x} \dot{x} \ddot{x} \vec{x}
π‘₯Μ² π‘₯Μ‡ π‘₯̈ π‘₯βƒ—

A^6 m_0
𝐴⁢ π‘šβ‚€

1.2 \times 10^{23}
1.2 Γ— 10Β²Β³

p_T / \mathrm{GeV} c^{-1}
π‘β‚œ/GeV𝑐⁻¹

K^0_S
𝐾⁰ₛ

D^{\ast\ast} \to hhee
𝐷**β†’β„Žβ„Žπ‘’π‘’

A \cdot \mathbf{x} \simeq \mathbf{b}
𝐴⋅𝐱≃𝐛

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.