Giter Site home page Giter Site logo

unicodemath's Introduction

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}

unicodemath's People

Contributors

aloispichler avatar

Stargazers

 avatar Rajmadan Lakshmanan avatar Alain Emilia Anna Zscheile avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.