blob: aba39883f80fed9bade6d9284082b92a97a87db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
The Fira Math Font
==================
Fira Math is a sans-serif font with Unicode math support. This font is a fork of
- [FiraSans](https://github.com/bBoxType/FiraSans)
- [FiraGO](https://github.com/bBoxType/FiraGO)
Usage
-----
Fira Math can be used via XeLaTeX or LuaLaTeX, with [`unicode-math`](https://ctan.org/pkg/unicode-math) package.
% Compiled with XeLaTeX or LuaLaTeX
\documentclass{article}
\usepackage{amsmath}
\usepackage[mathrm=sym]{unicode-math}
\setmathfont{Fira Math}
\begin{document}
\[
\int_0^{\mathrm{\pi}} \sin x \, \mathrm{d}x = 2
\]
\end{document}
You may try the [`firamath-otf`](https://ctan.org/pkg/firamath-otf) package as well.
Contributing
------------
[Issues](https://github.com/firamath/firamath/issues) and
[pull requests](https://github.com/firamath/firamath/pulls)
are always welcome.
License
-------
This Font Software is licensed under the [SIL Open Font License](http://scripts.sil.org/OFL), Version 1.1.
-----
Copyright (C) 2018, 2019 by Xiangdong Zeng <xdzeng96@gmail.com>.
|