Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olivierverdier/unixode
- Owner: olivierverdier
- Created: 2012-05-11T07:37:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T12:34:05.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T23:27:51.028Z (over 1 year ago)
- Language: TeX
- Size: 22.5 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.