Skip to content

aloispichler/unicodeMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

69 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

unicodeMath – write readable LaTeX code

Write human readable LaTeX code (what you see is what you mean) using the package unicodeMath. The package maps unicode characters in LaTeX documents. As well, the packages provides snippets for VS-Code and (n)vim.

\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage{bm}

%	╭───────────────────────────────────────────────
%	β”‚	include the package
\usepackage{unicodeMath}

\title{	\textbf{What You See Is What You Mean} ⏎
			Writing Unicode in \LaTeX}
%	╭───────────────────────────────────────────────
%	β”‚	main document
\begin{document}
	\maketitle
	The vorticityΒ $Ο‰$ is defined as $ω≔ βˆ‡ Γ— u$.
	The derivative of the radial function
	\begin{align}
		f∢ β„α΅ˆβ‚Š &β†’ β„β‚Š	⏎
		   𝐱   &↦ fα΅£(‖𝐱‖)
	\end{align}
	is
	\[	{βˆ‚βˆ•βˆ‚xα΅’}f(𝐱)= fα΅£β€²(𝐱){xα΅’ ⁄ ‖𝐱‖}.\]
	The density of the Gaussian distribution with parametersΒ $ΞΌ$ andΒ $σ²$ is
	\[	Ο†(x| μ,σ²)= {1 ⁄ √{2πσ²}} e^{-{(x-ΞΌ)Β² ⁄ 2σ²}}.\]
	The solutions of the quadratic equation
	\[	α xΒ²+ β x+ Ξ³= 0 \]
	are
	\[	x_Β± = {-Ξ² Β± √{Ξ²Β²- 4Ξ±Ξ³} ⁄ 2Ξ±}.\]
	For $s∈ β„‚$ and $β„œ (s)> 1$, it holds that
	\[	ΞΆ(s)Ξ“(s)= βˆ«β‚€αͺ² {x^{s-1} ⁄ eΛ£-1} ⅾx,\]
	where Euler’s integral of the second kind is
	\[	Ξ“(s)= βˆ«β‚€αͺ² x^{s-1} e^{-x} ⅾx,\]
	and
	\[	ΞΆ(s)= βˆ‘_{nβˆˆβ„•} {1 ⁄ nΛ’}\]
	is Riemann’s $ΞΆ$‑function.
\end{document}

About

map unicode characters for LaTeX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published