summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/firamath
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-17 21:06:06 +0000
committerKarl Berry <karl@freefriends.org>2018-09-17 21:06:06 +0000
commitab5a71f0a9e93dbd2834b56de9cca430bbe082f5 (patch)
tree7a95168794de2c48eb863333f4a9cc0aa3721cdb /Master/texmf-dist/doc/fonts/firamath
parent7fa2af4037cdfb32ad97085be2e239b2cec7a593 (diff)
firamath (17sep18)
git-svn-id: svn://tug.org/texlive/trunk@48686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/firamath')
-rw-r--r--Master/texmf-dist/doc/fonts/firamath/README.TEXLIVE7
-rw-r--r--Master/texmf-dist/doc/fonts/firamath/README.md44
2 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/firamath/README.TEXLIVE b/Master/texmf-dist/doc/fonts/firamath/README.TEXLIVE
new file mode 100644
index 00000000000..68b02d73278
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/firamath/README.TEXLIVE
@@ -0,0 +1,7 @@
+The following files have been removed in the TeX Live installation of
+the current package, typically due to duplication, lack of space, or
+missing source code. You can find these files on CTAN at
+ http://mirror.ctan.org/fonts/firamath
+If questions or concerns, email tex-live@tug.org.
+
+ fira-math-specimen.pdf
diff --git a/Master/texmf-dist/doc/fonts/firamath/README.md b/Master/texmf-dist/doc/fonts/firamath/README.md
new file mode 100644
index 00000000000..0f20daea3cd
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/firamath/README.md
@@ -0,0 +1,44 @@
+# Fira Math
+
+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 in LaTeX or Microsoft Word after installed on your OS.
+
+### LaTeX
+
+ % 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}
+
+### Microsoft Word
+
+1. Create a new equation. Then select the little *additional settings* corner.
+
+1. In the menu, change the *Default font* to Fira Math.
+
+1. In order for the changes to take effect, you will have to create a new equation environment (the current one will not be changed).
+
+1. To change the font in existing equations, select the equation text and select an OpenType math-enabled font (such as Fira Math).
+
+See <https://superuser.com/q/1114697>.
+
+## License
+
+This Font Software is licensed under the [SIL Open Font License](http://scripts.sil.org/OFL), Version 1.1.
+
+-----
+
+Copyright (C) 2018 by Xiangdong Zeng <xdzeng96@gmail.com>.