summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-18 19:49:54 +0000
committerKarl Berry <karl@freefriends.org>2024-04-18 19:49:54 +0000
commit8e50fc8e0bf9a205f13a9148962b6bc29b98f1a2 (patch)
treea35d71cddcc1b691d5febc84792e543e4c622acb /Master/texmf-dist
parent5e5aee3113756bd87096dfab51a8b137f5ffa424 (diff)
lato-math (18apr24)
git-svn-id: svn://tug.org/texlive/trunk@70982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/fonts/lato-math/LatoMath.ltx21
-rw-r--r--Master/texmf-dist/doc/fonts/lato-math/LatoMath.pdfbin209466 -> 208117 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/lato-math/README.md4
-rw-r--r--Master/texmf-dist/doc/fonts/lato-math/unimath-lato.pdfbin1937253 -> 1937253 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath-Bold.otfbin121132 -> 127708 bytes
-rw-r--r--Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath.otfbin438780 -> 438780 bytes
-rw-r--r--Master/texmf-dist/tex/latex/lato-math/lato-math.sty4
7 files changed, 18 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/lato-math/LatoMath.ltx b/Master/texmf-dist/doc/fonts/lato-math/LatoMath.ltx
index 2e6b6edbcbb..983823357d2 100644
--- a/Master/texmf-dist/doc/fonts/lato-math/LatoMath.ltx
+++ b/Master/texmf-dist/doc/fonts/lato-math/LatoMath.ltx
@@ -3,15 +3,20 @@
\usepackage{mathtools, array, varioref}
\usepackage[british]{babel}
-\usepackage{fourier-orns}
-\usepackage[default,defaultsans]{lato}
+%\usepackage[default,defaultsans]{lato}
+\usepackage{fontspec}
+\setmainfont{Lato}
+\setsansfont{Lato}
\usepackage{realscripts}
+\usepackage{fourier-orns}
\usepackage{lato-math}
\setmonofont{Inconsolatazi4}[Scale=MatchLowercase,
HyphenChar=None,StylisticSet={2,3}]
\usepackage{subfig}
\captionsetup[subtable]{position=top}
\usepackage{microtype}
+\usepackage{setspace}
+\setstretch{1.10}
\usepackage{hyperref}
\hypersetup{pdftitle={Lato Math User’s Guide},
pdfauthor={Chenjing Bu \& Daniel Flipo},
@@ -36,9 +41,7 @@
\author{Chenjing Bu --- Daniel Flipo\\
\url{https://github.com/abccsss/LatoMath}}
-\newcommand*{\version}{0.36}
-\usepackage{setspace}
-\setstretch{1.10}
+\newcommand*{\version}{0.37}
\setlength{\parindent}{0pt}
\setlength{\parskip}{12pt plus 3pt minus 3pt}
@@ -117,7 +120,7 @@ As an alternative to load \LAotf{} you can type:\\[.5\baselineskip]
any of the options described in sections~\ref{ssection-um},
\ref{ssection-cv} and \ref{ssection-ss}.}%
\verb+ ]{lato-math}+\\[.5\baselineskip]
-it loads \pkg{unicode-math} with the default options, sets LatoMath
+it loads \pkg{unicode-math} with the default options, sets \LAotf{}
as maths font and does a bit more:
\begin{enumerate}
\item it checks at \verb+\begin{document}+ if packages \pkg{amssymb} or
@@ -294,7 +297,7 @@ Please note that curly braces are mandatory whenever more than one
Note about \cmd{hbar}: \pkg{amsmath} provides two different glyphs
(italic $h$ with horizontal or diagonal stroke) while \pkg{unicode-math}
defines \cmd{hbar} as \cmd{hslash} (U+210F).
-\pkg{LatoMath} follows \pkg{unicode-math}; the italic $h$ with horizontal
+\pkg{lato-math} follows \pkg{unicode-math}; the italic $h$ with horizontal
stroke can be printed using \cmd{hslash} or \cmd{hbar} together with character
variant \texttt{cv01} or with \cmd{mithbar} (replacement for AMS’ command
\cmd{hbar}).
@@ -617,7 +620,7 @@ but it can be borrowed from another maths font.
%\verb+$\symtt{ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz}$+
\end{itemize}
-Like Latin Modern, \pkg{LatoMath} provides only four lowercase latin
+Like Latin Modern, \pkg{lato-math} provides only four lowercase Latin
letters in script (or calligraphic) shape: $\mscre$, $\mscrg$, $\ell$,
$\mscro$ (\verb+\mscre+, \verb+\mscrg+, \verb+\ell+, \verb+\mscro+).
@@ -646,7 +649,7 @@ It is also possible to use the \verb+\boldmath+ command%
\subsection{Missing symbols}
-\LAotf{} is fairly complete (see file \file{unimath-sans.pdf}),
+\LAotf{} is fairly complete (see file \file{unimath-lato.pdf}),
if you happen to need some of the few missing glyphs you can borrow them from
a more complete font, say \file{New Computer Modern}. For instance if you need
Italic Blackboard Bold (U+2145 to U+2149) you could try:
diff --git a/Master/texmf-dist/doc/fonts/lato-math/LatoMath.pdf b/Master/texmf-dist/doc/fonts/lato-math/LatoMath.pdf
index 58ccc5dbba9..a1ddb11557c 100644
--- a/Master/texmf-dist/doc/fonts/lato-math/LatoMath.pdf
+++ b/Master/texmf-dist/doc/fonts/lato-math/LatoMath.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/lato-math/README.md b/Master/texmf-dist/doc/fonts/lato-math/README.md
index 3b22451b4e1..795796eedd1 100644
--- a/Master/texmf-dist/doc/fonts/lato-math/README.md
+++ b/Master/texmf-dist/doc/fonts/lato-math/README.md
@@ -51,6 +51,10 @@ Either version 1.3c or, at your option, any later version.
* First public version: 0.36
+* v. 0.37:
+ - Missing Greek sans glyphs (U+1D756-U+1D7CB) added to LatoMath-Bold.
+ - Glyphs U+2234 to U+223B added to LatoMath-Bold.
+
---
Copyright 2024 Chenjing Bu, Daniel Flipo.
https://github.com/abccsss/LatoMath/
diff --git a/Master/texmf-dist/doc/fonts/lato-math/unimath-lato.pdf b/Master/texmf-dist/doc/fonts/lato-math/unimath-lato.pdf
index f090575514e..4f85f997dab 100644
--- a/Master/texmf-dist/doc/fonts/lato-math/unimath-lato.pdf
+++ b/Master/texmf-dist/doc/fonts/lato-math/unimath-lato.pdf
Binary files differ
diff --git a/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath-Bold.otf b/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath-Bold.otf
index d542ed49a57..4903e077d43 100644
--- a/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath-Bold.otf
+++ b/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath-Bold.otf
Binary files differ
diff --git a/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath.otf b/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath.otf
index 34450579d82..2f378eb2fd9 100644
--- a/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath.otf
+++ b/Master/texmf-dist/fonts/opentype/public/lato-math/LatoMath.otf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/lato-math/lato-math.sty b/Master/texmf-dist/tex/latex/lato-math/lato-math.sty
index e87b058e4c1..57041982641 100644
--- a/Master/texmf-dist/tex/latex/lato-math/lato-math.sty
+++ b/Master/texmf-dist/tex/latex/lato-math/lato-math.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.36}
-\def\filedate{2024-03-14}
+\def\fileversion{0.37}
+\def\filedate{2024-04-18}
\ProvidesPackage{lato-math}[\filedate\space\fileversion]
%Ensure luatex or xetex engine