Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olivierverdier/unixode

LaTeX Style file to use for typesetting maths in unicode with XeLaTeX
https://github.com/olivierverdier/unixode

Last synced: about 5 hours ago
JSON representation

LaTeX Style file to use for typesetting maths in unicode with XeLaTeX

Awesome Lists containing this project

README

        

# Unixode Package

This is a LaTeX package to typeset unicode in mathematics. A minimal example would be

```tex
\documentclass{article}
\usepackage{unixode}

\begin{document}
The vorticity $ω$ is defined as $ω = ∇ × u$.
\end{document}
```

That example may then be compiled either with `pdflatex` or with `xelatex`.