summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/fonts/firamath-otf/Changes1
-rw-r--r--Master/texmf-dist/doc/fonts/firamath-otf/README.md6
-rw-r--r--Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.pdfbin113783 -> 120980 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.tex11
-rw-r--r--Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty4
5 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/firamath-otf/Changes b/Master/texmf-dist/doc/fonts/firamath-otf/Changes
index a4f05106371..170e60b1a9e 100644
--- a/Master/texmf-dist/doc/fonts/firamath-otf/Changes
+++ b/Master/texmf-dist/doc/fonts/firamath-otf/Changes
@@ -1,3 +1,4 @@
+0.03b 2023-09-08 - added hint for the needed fontfile
0.03a 2023-01-16 - small changes to the doc
0.03 2023-01-11 - pass all unknown options to unicode-math
0.02a 2019-04-03 - fix for documentation
diff --git a/Master/texmf-dist/doc/fonts/firamath-otf/README.md b/Master/texmf-dist/doc/fonts/firamath-otf/README.md
index b7c717a5e11..680ff4b6b43 100644
--- a/Master/texmf-dist/doc/fonts/firamath-otf/README.md
+++ b/Master/texmf-dist/doc/fonts/firamath-otf/README.md
@@ -1,11 +1,11 @@
# README #
Package firamath-otf supports the free math font for Fira Sans
+which is available on CTAN by installing package firamath
% This file is distributed under the terms of the LaTeX Project Public
% License from CTAN archives in directory macros/latex/base/lppl.txt.
% Either version 1.3 or, at your option, any later version.
%
%
-% Copyright 2019-20... Herbert Voss hvoss@tug.org
-%
-
+% Copyright 2019-23... Herbert Voss hvoss@tug.org
+% \ No newline at end of file
diff --git a/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.pdf b/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.pdf
index 6a322fb2357..2a0592f56a3 100644
--- a/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.tex b/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.tex
index e671662497f..49b419d2841 100644
--- a/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.tex
+++ b/Master/texmf-dist/doc/fonts/firamath-otf/firamath-otf-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: firamath-otf-doc.tex 673 2023-01-16 19:44:41Z herbert $
+%% $Id: firamath-otf-doc.tex 756 2023-09-08 05:54:11Z herbert $
\listfiles
\documentclass[english,log-declarations=false]{article}
\usepackage{mathtools,esvect}
@@ -8,6 +8,9 @@
\usepackage[fakebold,mathrm=sym]{firamath-otf}
\usepackage{babel}
\everymath{}\everydisplay{}% FIX for current babel
+
+\usepackage{biblatex}
+\addbibresource[location=remote]{https://www.ctan.org/tex-archive/biblio/ctan-bibdata/ctan.bib}
\usepackage{booktabs}
\usepackage{xltabular}
\usepackage{listings}
@@ -268,6 +271,10 @@ only the regular version has from todays update all symbols.
\end{abstract}
+\section{Dependencies}
+The package needs an installed OpenType font \texttt{firamath.otf}. This can also be done
+by installing the package \texttt{firamath} from CTAN.~\cite{ctan-firamath}
+
\section{Usage}
\begin{verbatim}
@@ -809,6 +816,6 @@ characters. For more informations see the documentation of \texttt{xfakebold}.
\verb|\frac{\partial y(x)}{\partial x} = \frac{\symup{d}y(x)}{\symup{d}x} = y'(x)|
\[ \frac{\partial y(x)}{\partial x} = \frac{\symup{d}y(x)}{\symup{d}x} = y'(x) \]
-
+\printbibliography
\end{document}
diff --git a/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty b/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
index 41a56bd3fe7..be3d7d7e020 100644
--- a/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
+++ b/Master/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
@@ -1,4 +1,4 @@
-%% $Id: firamath-otf.sty 673 2023-01-16 19:44:41Z herbert $
+%% $Id: firamath-otf.sty 756 2023-09-08 05:54:11Z herbert $
%%
%% This file is distributed under the terms of the LaTeX Project Public
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
@@ -8,7 +8,7 @@
% Copyright 2018 Herbert Voss hvoss@tug.org
%
\ProvidesPackage{firamath-otf}[%
- 2023/01/16 v. 0.03a (Herbert Voss) Supports fira math fonts for all luatex/xetex .]
+ 2023/09/08 v. 0.03b (Herbert Voss) Supports fira math fonts for all luatex/xetex .]
\RequirePackage{iftex,xkeyval,textcomp}