summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'fonts')
-rw-r--r--fonts/lato-math/LatoMath.pdfbin208117 -> 0 bytes
-rw-r--r--fonts/lete-sans-math/LeteSansMath-Bold.otf (renamed from fonts/lato-math/LatoMath-Bold.otf)bin127708 -> 127792 bytes
-rw-r--r--fonts/lete-sans-math/LeteSansMath.ltx (renamed from fonts/lato-math/LatoMath.ltx)103
-rw-r--r--fonts/lete-sans-math/LeteSansMath.otf (renamed from fonts/lato-math/LatoMath.otf)bin438780 -> 438864 bytes
-rw-r--r--fonts/lete-sans-math/LeteSansMath.pdfbin0 -> 209755 bytes
-rw-r--r--fonts/lete-sans-math/README.md (renamed from fonts/lato-math/README.md)39
-rw-r--r--fonts/lete-sans-math/lete-sans-math.sty (renamed from fonts/lato-math/lato-math.sty)54
-rw-r--r--fonts/lete-sans-math/unimath-lete.ltx (renamed from fonts/lato-math/unimath-lato.ltx)8
-rw-r--r--fonts/lete-sans-math/unimath-lete.pdf (renamed from fonts/lato-math/unimath-lato.pdf)bin1937253 -> 1937725 bytes
9 files changed, 110 insertions, 94 deletions
diff --git a/fonts/lato-math/LatoMath.pdf b/fonts/lato-math/LatoMath.pdf
deleted file mode 100644
index a1ddb11557..0000000000
--- a/fonts/lato-math/LatoMath.pdf
+++ /dev/null
Binary files differ
diff --git a/fonts/lato-math/LatoMath-Bold.otf b/fonts/lete-sans-math/LeteSansMath-Bold.otf
index 4903e077d4..399833fedd 100644
--- a/fonts/lato-math/LatoMath-Bold.otf
+++ b/fonts/lete-sans-math/LeteSansMath-Bold.otf
Binary files differ
diff --git a/fonts/lato-math/LatoMath.ltx b/fonts/lete-sans-math/LeteSansMath.ltx
index 983823357d..3075db7835 100644
--- a/fonts/lato-math/LatoMath.ltx
+++ b/fonts/lete-sans-math/LeteSansMath.ltx
@@ -5,27 +5,35 @@
\usepackage[british]{babel}
%\usepackage[default,defaultsans]{lato}
\usepackage{fontspec}
+\begin{filecontents}{Lato.fontspec}
+\defaultfontfeatures[Lato]
+ {
+ UprightFont = Lato-Regular.ttf ,
+ BoldFont = Lato-Bold.ttf ,
+ ItalicFont = Lato-Italic.ttf ,
+ BoldItalicFont = Lato-BoldItalic.ttf ,
+ }
+\end{filecontents}
\setmainfont{Lato}
\setsansfont{Lato}
\usepackage{realscripts}
\usepackage{fourier-orns}
-\usepackage{lato-math}
-\setmonofont{Inconsolatazi4}[Scale=MatchLowercase,
- HyphenChar=None,StylisticSet={2,3}]
+\usepackage{lete-sans-math}
+\setmonofont{Inconsolatazi4}[Scale=MatchLowercase, 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},
+\hypersetup{pdftitle={Lete Sans Math User’s Guide},
pdfauthor={Chenjing Bu \& Daniel Flipo},
bookmarksopen,
colorlinks
}
\newcommand*{\hlabel}[1]{\phantomsection\label{#1}}
-\newcommand*{\LAotf}{Lato~Math}
+\newcommand*{\LAotf}{Lete~Sans~Math}
\newcommand*{\pkg}[1]{\texttt{#1}}
\newcommand*{\file}[1]{\texttt{#1}}
\newcommand*{\opt}[1]{\texttt{#1}}
@@ -39,9 +47,9 @@
\title{\decofourleft\,\LAotf\,\decofourright}
\author{Chenjing Bu --- Daniel Flipo\\
- \url{https://github.com/abccsss/LatoMath}}
+ \url{https://github.com/abccsss/LeteSansMath}}
-\newcommand*{\version}{0.37}
+\newcommand*{\version}{0.40}
\setlength{\parindent}{0pt}
\setlength{\parskip}{12pt plus 3pt minus 3pt}
@@ -51,7 +59,7 @@
\section{What is \LAotf{}?}
\LAotf{} is an OpenType maths font
-meant to be used with the Lato font, or other sans-serif text fonts.
+meant to be used with the Lato fonts, or other sans-serif text fonts.
It requires LuaTeX or XeTeX as engine and the \pkg{unicode-math}
package\footnote{Please read the documentation \file{unicode-math.pdf}.}.
@@ -91,8 +99,8 @@ Some examples%
A basic call for \LAotf{} would be:
\begin{verbatim}
\usepackage{unicode-math}
-\setmathfont{LatoMath.otf} % Call by file name or
-\setmathfont{Lato Math} % Call by font name
+\setmathfont{LeteSansMath.otf} % Call by file name or
+\setmathfont{Lete Sans Math} % Call by font name
\end{verbatim}
this loads \LAotf{} as maths font%
\footnote{Both calls work equally well with LuaTeX; with XeTeX a call by font
@@ -112,14 +120,14 @@ Please note that the text fonts have to be chosen separately, f.i.:
\end{verbatim}
otherwise you would get Latin Modern for text fonts.
-\subsection{Calling \pkg{lato-math.sty} (recommended)}
+\subsection{Calling \pkg{lete-sans-math.sty} (recommended)}
As an alternative to load \LAotf{} you can type:\\[.5\baselineskip]
\verb+\usepackage[ +\textit{options}
\footnote{Possible \textit{options} are \opt{tight}, \opt{Scale=} or
any of the options described in sections~\ref{ssection-um},
\ref{ssection-cv} and \ref{ssection-ss}.}%
-\verb+ ]{lato-math}+\\[.5\baselineskip]
+\verb+ ]{lete-sans-math}+\\[.5\baselineskip]
it loads \pkg{unicode-math} with the default options, sets \LAotf{}
as maths font and does a bit more:
\begin{enumerate}
@@ -134,7 +142,7 @@ as maths font and does a bit more:
(\cmd{thinmuskip}, \cmd{medmuskip} and \cmd{thickmuskip}) in maths mode.
\end{enumerate}
-Please note that the \pkg{lato-math} package does not load any text fonts.
+Please note that the \pkg{lete-sans-math} package does not load any text fonts.
The Lato text fonts can be loaded directly (see section~\ref{sec:setfont}),
or via the \pkg{lato} package%
\footnote{The \pkg{lato} package loads all available weights,
@@ -152,12 +160,12 @@ available with the Lato fonts: M\textsuperscript{r}, M\textsuperscript{lle},
N\textsuperscript{2} instead of \emph{faked} ones,
M\fakesuperscript{r}, M\fakesuperscript{lle}, N\fakesuperscript{2}.
-The \pkg{lato-math} also provides a \opt{Scale=}\textsl{<decimal>} option
+The \pkg{lete-sans-math} also provides a \opt{Scale=}\textsl{<decimal>} option
meant to be used to load the \LAotf{} font together with text fonts other
than Lato, while keeping the advantages 1. to~4. pointed in the preceding
list, f.i.
-\verb+\usepackage[Scale=0.98]{lato-math}+
+\verb+\usepackage[Scale=0.98]{lete-sans-math}+
\section{What is provided?}
@@ -167,7 +175,7 @@ available in the \pkg{amssymb} and \pkg{latexsym} packages. Therefore,
the latter two packages \emph{should not} be loaded as they might override
\LAotf{} glyphs.
-A full list of available glyphs is shown in file \file{unimath-lato.pdf} which
+A full list of available glyphs is shown in file \file{unimath-lete.pdf} which
also shows the coverage of other sans-serif maths fonts compared to
the serif maths fonts NewComputerModern and Cambria.
@@ -226,18 +234,18 @@ be added to the \cmd{setmathfont} call as well%
\footnote{IMHO it is easier to add \emph{all options} to the \cmd{setmathfont}
command.}, for example:
-\verb+\setmathfont{LatoMath.otf}[math-style=french,partial=upright]+
+\verb+\setmathfont{LeteSansMath.otf}[math-style=french,partial=upright]+
will print for the code
\verb|\[ \frac{\partial f}{\partial x} = \alpha \symbf{V} + a\nabla\Gamma|\\
\verb| + \symbf{\beta}\symbf{M} \]|
-\setmathfont{LatoMath.otf}[math-style=french,partial=upright]
+\setmathfont{LeteSansMath.otf}[math-style=french,partial=upright]
\[\frac{\partial f}{\partial x} = \alpha \symbf{V} + a\nabla\Gamma +
\symbf{\beta}\symbf{M} \]
while the default settings would print
-\setmathfont{LatoMath.otf}[math-style=TeX,partial=italic]
+\setmathfont{LeteSansMath.otf}[math-style=TeX,partial=italic]
\[\frac{\partial f}{\partial x} = \alpha \symbf{V} + a\nabla\Gamma +
\symbf{\beta}\symbf{M} \]
@@ -260,7 +268,7 @@ For instance, to get \cmd{epsilon} and \cmd{phi} typeset as $\varepsilon$
and $\varphi$ instead of $\epsilon$ and $\phi$, you can add option
\verb+CharacterVariant={3,6}+ to the \cmd{setmathfont} call:
-\verb+\setmathfont{LatoMath.otf}[CharacterVariant={3,6}]+
+\verb+\setmathfont{LeteSansMath.otf}[CharacterVariant={3,6}]+
\begin{table}[ht]
\centering \caption{Character variants.}
@@ -285,9 +293,9 @@ and $\varphi$ instead of $\epsilon$ and $\phi$, you can add option
This works for all shapes and weights of these characters: f.i.\ %
\verb+$\symbf{\epsilon}$+, \verb+$\symbf{\phi}$+ are output as
-\setmathfont{LatoMath.otf}[CharacterVariant={3,6}]$\symbf{\epsilon}$,
+\setmathfont{LeteSansMath.otf}[CharacterVariant={3,6}]$\symbf{\epsilon}$,
$\symbf{\phi}$ instead of
-\setmathfont{LatoMath.otf}$\symbf{\epsilon}$, $\symbf{\phi}$.
+\setmathfont{LeteSansMath.otf}$\symbf{\epsilon}$, $\symbf{\phi}$.
If \opt{math-style=french} has been chosen, \verb+\epsilon+ and \verb+\phi+
are output as $\symup{\varepsilon}$ and $\symup{\varphi}$ (upright).
@@ -297,7 +305,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{lato-math} follows \pkg{unicode-math}; the italic $h$ with horizontal
+\pkg{lete-sans-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}).
@@ -310,7 +318,8 @@ variant \texttt{cv01} or with \cmd{mithbar} (replacement for AMS’ command
glyphs for families of maths symbols.
\verb+StylisticSet=4+, alias%
-\footnote{These \texttt{Style} aliases are provided by \file{lato-math.sty}.}
+\footnote{These \texttt{Style} aliases are provided by
+ \file{lete-sans-math.sty}.}
\verb+Style=leqslant+, converts inequalities into their slanted variants, see
table~\vref{ss04}.
@@ -396,20 +405,21 @@ symbols, as shown in table~\vref{ss06}.
To enable Stylistic Sets 4 and 8 for \LAotf{}, you should enter
-\verb+\setmathfont{LatoMath.otf}[StylisticSet={4,8}] or+\\
-\verb+\usepackage[Style={leqslant,upint}]{lato-math}+
+\verb+\setmathfont{LeteSansMath.otf}[StylisticSet={4,8}] or+\\
+\verb+\usepackage[Style={leqslant,upint}]{lete-sans-math}+
then, \verb+\[x\leq y \quad \int_{a}^{b} f(x) \;\symup{d}x\]+
will print as
-\setmathfont{LatoMath.otf}[StylisticSet={4,8}]
+\setmathfont{LeteSansMath.otf}[StylisticSet={4,8}]
\[x\leq y \quad \int_{a}^{b} f(x) \;\symup{d}x\]
instead of
-\setmathfont{LatoMath.otf}
+\setmathfont{LeteSansMath.otf}
\[x\leq y \quad \int_{a}^{b} f(x) \;\symup{d}x\]
%\pagebreak[4]
\verb+StylisticSet=8+, alias%
-\footnote{These \texttt{Style} aliases are provided by \file{lato-math.sty}.}
+\footnote{These \texttt{Style} aliases are provided by
+ \file{lete-sans-math.sty}.}
\verb+Style=upint+, converts integrals signs into their upright
variants, see table~\vref{ss08}.
\begin{table}[ht]
@@ -424,12 +434,12 @@ variants, see table~\vref{ss08}.
Default\rule[-15pt]{0pt}{35pt} &$\DS\int$ &$\DS\iint$ &$\DS\iiint$ &$\DS\iiiint$
&$\DS\oint$ &$\DS\oiint$ &$\DS\oiiint$
\\[\baselineskip]
- \setmathfont{LatoMath.otf}[Style=upint]
+ \setmathfont{LeteSansMath.otf}[Style=upint]
Upright\rule[-15pt]{0pt}{30pt} &$\DS\int$ &$\DS\iint$ &$\DS\iiint$ &$\DS\iiiint$
&$\DS\oint$ &$\DS\oiint$ &$\DS\oiiint$ \\
\hline
\end{tabular}\\[\baselineskip]
- \setmathfont{LatoMath.otf}
+ \setmathfont{LeteSansMath.otf}
\begin{tabular}[t]{@{}l*{4}c@{}}
\hline
Command &\scmd{intclockwise} &\scmd{awint}
@@ -437,32 +447,32 @@ variants, see table~\vref{ss08}.
\hline
Default\rule[-15pt]{0pt}{35pt} &$\DS\intclockwise$ &$\DS\awint$
&$\DS\varointclockwise$ &$\DS\ointctrclockwise$ \\
- \setmathfont{LatoMath.otf}[Style=upint]
+ \setmathfont{LeteSansMath.otf}[Style=upint]
Upright\rule[-15pt]{0pt}{30pt} &$\DS\intclockwise$ &$\DS\awint$
&$\DS\varointclockwise$ &$\DS\ointctrclockwise$ \\
\hline
\end{tabular}
\end{table}
-\setmathfont{LatoMath.otf}
+\setmathfont{LeteSansMath.otf}
\subsection{Other font features}
\label{ssec-other-features}
To get oldstyle numbers in maths, the feature \texttt{+onum} is available:
-\verb+\setmathfont{LatoMath.otf}[Numbers=OldStyle] or+\\
-\verb+\usepackage[Style=fulloldstyle]{lato-math}+
+\verb+\setmathfont{LeteSansMath.otf}[Numbers=OldStyle] or+\\
+\verb+\usepackage[Style=fulloldstyle]{lete-sans-math}+
-\setmathfont{LatoMath.otf}[Numbers=OldStyle]
+\setmathfont{LeteSansMath.otf}[Numbers=OldStyle]
$0123456789, \symbf{0123456789}$
-\setmathfont{LatoMath.otf}
+\setmathfont{LeteSansMath.otf}
\subsection{Standard LaTeX maths commands}
\label{ssec-math-commands}
All standard LaTeX maths commands, all \pkg{amssymb} commands and all
-\pkg{latexsym} commands are supported by \LAotf{}, for some of them loading
-\pkg{lato-math.sty} is required.
+\pkg{latexsym} commands are supported, for some of them loading
+\pkg{lete-sans-math.sty} is required.
Various wide accents and extensible arrows are also supported:
\begin{itemize}
@@ -548,7 +558,8 @@ Various wide accents and extensible arrows are also supported:
\end{itemize}
All the extensible arrows provided by the \pkg{mathtools} package are
-available in the \LAotf{} font (loading \pkg{lato-math.sty} is required), f.i.:
+available in the \LAotf{} font (loading \pkg{lete-sans-math.sty} is required),
+f.i.:
\[X \xLeftrightarrow{\text{above}} Y \xhookrightarrow[\text{under}]{}
Z\xmapsto{\text{above}} W\]
@@ -620,7 +631,7 @@ but it can be borrowed from another maths font.
%\verb+$\symtt{ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz}$+
\end{itemize}
-Like Latin Modern, \pkg{lato-math} provides only four lowercase Latin
+Like Latin Modern, \pkg{lete-sans-math} provides only four lowercase Latin
letters in script (or calligraphic) shape: $\mscre$, $\mscrg$, $\ell$,
$\mscro$ (\verb+\mscre+, \verb+\mscrg+, \verb+\ell+, \verb+\mscro+).
@@ -632,24 +643,24 @@ from another maths font if needed, i.e.
\subsection{Bold variant}
-\setmathfont{LatoMath.otf}[BoldFont=LatoMath-Bold.otf]
+\setmathfont{LeteSansMath.otf}[BoldFont=LeteSansMath-Bold.otf]
In case short maths formulas have to be printed in section titles,
a \emph{limited} bold variant is provided. Example of usage:\quad
\textbf{\boldmath Einstein’s equation $E=mc^2$}
-\verb+\setmathfont{LatoMath-Bold.otf}[version=bold, +\textit{options}\verb+]+\\
+\verb+\setmathfont{LeteSansMath-Bold.otf}[version=bold, +\textit{options}\verb+]+\\
\verb+\section{\mathversion{bold} Einstein’s equation $E=mc^2$}+
It is also possible to use the \verb+\boldmath+ command%
\footnote{The \cmd{boldmath} command works out of the box when
- \pkg{lato-math.sty} is loaded.}:
+ \pkg{lete-sans-math.sty} is loaded.}:
-\verb+\setmathfont{LatoMath-Regular.otf}[BoldFont=LatoMath-Bold.otf]+\\
+\verb+\setmathfont{LeteSansMath.otf}[BoldFont=LeteSansMath-Bold.otf]+\\
\verb+\section{\boldmath Einstein’s equation $E=mc^2$}+
\subsection{Missing symbols}
-\LAotf{} is fairly complete (see file \file{unimath-lato.pdf}),
+\LAotf{} is fairly complete (see file \file{unimath-lete.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/fonts/lato-math/LatoMath.otf b/fonts/lete-sans-math/LeteSansMath.otf
index 2f378eb2fd..d2a19d8037 100644
--- a/fonts/lato-math/LatoMath.otf
+++ b/fonts/lete-sans-math/LeteSansMath.otf
Binary files differ
diff --git a/fonts/lete-sans-math/LeteSansMath.pdf b/fonts/lete-sans-math/LeteSansMath.pdf
new file mode 100644
index 0000000000..cec5302d51
--- /dev/null
+++ b/fonts/lete-sans-math/LeteSansMath.pdf
Binary files differ
diff --git a/fonts/lato-math/README.md b/fonts/lete-sans-math/README.md
index 795796eedd..2ed767a4dc 100644
--- a/fonts/lato-math/README.md
+++ b/fonts/lete-sans-math/README.md
@@ -1,43 +1,43 @@
-Lato Math package
-=================
+Lete-Sans-Math package
+======================
## Description
-__Lato Math__ is an OpenType sans-serif math font,
+__Lete Sans Math__ is an OpenType sans-serif math font,
based on the
[Lato](https://github.com/latofonts/lato-source) font.
## Contents
-* LatoMath.otf OpenType Math font
-* LatoMath-Bold.otf Bold variant (limited coverage)
-* lato-math.sty LaTeX style file
-* LatoMath.pdf Documentation in PDF format
-* LatoMath.ltx LaTeX source of LatoMath.pdf
-* unimath-lato.pdf Modified version of unimath-symbols.pdf
- showing available LatoMath symbols compared
+* Lete-SansMath.otf OpenType Math font
+* Lete-SansMath-Bold.otf Bold variant (limited coverage)
+* lete-sans-math.sty LaTeX style file
+* Lete-SansMath.pdf Documentation in PDF format
+* Lete-SansMath.ltx LaTeX source of Lete-SansMath.pdf
+* unimath-lete-sans.pdf Modified version of unimath-symbols.pdf
+ showing available Lete-SansMath symbols compared
to other sans-serif math fonts.
-* unimath-lato.ltx LaTeX source of unimath-sans.pdf
+* unimath-lete-sans.ltx LaTeX source of unimath-sans.pdf
* README.md (this file)
## Installation
This package is meant to be installed automatically by TeXLive, MikTeX, etc.
Otherwise, the package can be installed under TEXMFHOME or TEXMFLOCAL, f.i.
-LatoMath.otf in directory texmf-local/fonts/opentype/public/LatoMath/
-and lato-otf.sty in directory texmf-local/tex/latex/LatoMath/.
+Lete-SansMath.otf in directory texmf-local/fonts/opentype/public/Lete-SansMath/
+and lete-sans-math.sty in directory texmf-local/tex/latex/LatoMath/.
Documentation files and their sources can go to directory
-texmf-local/doc/fonts/public/LatoMath/
+texmf-local/doc/fonts/public/LeteSansMath/
Don't forget to rebuild the file database (mktexlsr or so) if you install
under TEXMFLOCAL.
-Finally, make the system font database aware of the LatoMath font
+Finally, make the system font database aware of the LeteSansMath font
(fontconfig under Linux).
## License
-* The font `LatoMath.otf’ is licensed under the SIL Open Font License,
+* The font `LeteSansMath.otf’ is licensed under the SIL Open Font License,
Version 1.1. This license is available with a FAQ at:
http://scripts.sil.org/OFL
* The other files are distributed under the terms of the LaTeX Project
@@ -54,7 +54,12 @@ Either version 1.3c or, at your option, any later version.
* 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.
+
+* v.0.40
+ Fonts renamed from "Lato Math" to "Lete Sans Math" due to the
+ Reserved Font Name clause on the Lato fonts.
+ Package "lato-math" renamed as "lete-sans-math".
---
Copyright 2024 Chenjing Bu, Daniel Flipo.
-https://github.com/abccsss/LatoMath/
+https://github.com/abccsss/LeteSansMath/
diff --git a/fonts/lato-math/lato-math.sty b/fonts/lete-sans-math/lete-sans-math.sty
index 5704198264..e6a2377fd9 100644
--- a/fonts/lato-math/lato-math.sty
+++ b/fonts/lete-sans-math/lete-sans-math.sty
@@ -1,7 +1,7 @@
\NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.37}
-\def\filedate{2024-04-18}
-\ProvidesPackage{lato-math}[\filedate\space\fileversion]
+\def\fileversion{0.40}
+\def\filedate{2024-05-11}
+\ProvidesPackage{lete-sans-math}[\filedate\space\fileversion]
%Ensure luatex or xetex engine
\RequirePackage{iftex}[2019/10/24]
@@ -15,47 +15,47 @@
\newopentypefeature{Style}{upint}{+ss08}
\newopentypefeature{Style}{upneg}{+ss09}
-\newtoks\LatoMtoks
-\newcommand*{\Latostore@KV@Option}[2]{%
- \LatoMtoks=\expandafter{\the\LatoMtoks #1={#2},}}
+\newtoks\LeteMtoks
+\newcommand*{\Letestore@KV@Option}[2]{%
+ \LeteMtoks=\expandafter{\the\LeteMtoks #1={#2},}}
% Package options:
\DeclareKeys
{
- tight.if = Lato@tight ,
- loose.code = \Lato@tightfalse ,
- fulloldstyle.code = \Latostore@KV@Option{Numbers}{OldStyle} ,
- math-style.code = \Latostore@KV@Option{math-style}{#1} ,
- bold-style.code = \Latostore@KV@Option{bold-style}{#1} ,
- nabla.code = \Latostore@KV@Option{nabla}{#1} ,
- partial.code = \Latostore@KV@Option{partial}{#1} ,
- CharacterVariant.code = \Latostore@KV@Option{CharacterVariant}{#1} ,
- StylisticSet.code = \Latostore@KV@Option{StylisticSet}{#1} ,
- Style.code = \Latostore@KV@Option{Style}{#1} ,
- Scale.code = \Latostore@KV@Option{Scale}{#1}
+ tight.if = Lete@tight ,
+ loose.code = \Lete@tightfalse ,
+ fulloldstyle.code = \Letestore@KV@Option{Numbers}{OldStyle} ,
+ math-style.code = \Letestore@KV@Option{math-style}{#1} ,
+ bold-style.code = \Letestore@KV@Option{bold-style}{#1} ,
+ nabla.code = \Letestore@KV@Option{nabla}{#1} ,
+ partial.code = \Letestore@KV@Option{partial}{#1} ,
+ CharacterVariant.code = \Letestore@KV@Option{CharacterVariant}{#1} ,
+ StylisticSet.code = \Letestore@KV@Option{StylisticSet}{#1} ,
+ Style.code = \Letestore@KV@Option{Style}{#1} ,
+ Scale.code = \Letestore@KV@Option{Scale}{#1}
}
%
\ProcessKeyOptions
%
-% Math fonts: LatoMath.otf
+% Math fonts: LeteSansMath.otf, LeteSansMath-Bold.otf.
% Following Joseph Wright in https://tex.stackexchange.com/questions/451
-\Latostore@KV@Option{BoldFont}{LatoMath-Bold.otf}
+\Letestore@KV@Option{BoldFont}{LeteSansMath-Bold.otf}
\begingroup
\edef\temp{%
\endgroup
- \noexpand\setmathfont{LatoMath.otf}%
- [\unexpanded\expandafter{\the\LatoMtoks}]%
+ \noexpand\setmathfont{LeteSansMath.otf}%
+ [\unexpanded\expandafter{\the\LeteMtoks}]%
}
\temp
%
-\ifLato@tight
+\ifLete@tight
\thinmuskip=2mu
\medmuskip=2.5mu plus 1mu minus 2.5mu
\thickmuskip=3.5mu plus 2.5mu
\fi
\AtBeginDocument{%
- % LatoMath specific
+ % LeteSansMath specific
% \Umathchardef\<cmd> = <math type> <family> <slot>
% <math type> : \mathord=0 \mathrel=3 ; <family>=0
\Umathchardef\mbfimath = 0 0 "E041 \relax
@@ -87,8 +87,8 @@
\Umathchardef\rhook = 3 0 "E08F \relax
% amssymb
\@ifpackageloaded{amssymb}%
- {\PackageWarning{lato-otf}{%
- LatoMath provides all AMS symbols.\MessageBreak
+ {\PackageWarning{lete-sans-math}{%
+ LeteSansMath provides all AMS symbols.\MessageBreak
Loading amssymb.sty is not advisable.\MessageBreak
Reported}%
}%
@@ -142,8 +142,8 @@
}%
% latexsym
\@ifpackageloaded{latexsym}%
- {\PackageWarning{lato-otf}{%
- LatoMath provides all LaTeX symbols.\MessageBreak
+ {\PackageWarning{lete-sans-math}{%
+ LeteSansMath provides all LaTeX symbols.\MessageBreak
Loading latexsym.sty is not advisable.\MessageBreak
Reported}%
}%
diff --git a/fonts/lato-math/unimath-lato.ltx b/fonts/lete-sans-math/unimath-lete.ltx
index 330ae5d8f2..dbbe1491c8 100644
--- a/fonts/lato-math/unimath-lato.ltx
+++ b/fonts/lete-sans-math/unimath-lete.ltx
@@ -61,7 +61,7 @@
\defmathfont{cambria}{Cambria_Math.ttf}{brown5}{C}
\defmathfont{gfs}{GFSNeohellenicMath.otf}{green5}{G}
\defmathfont{kpsans}{KpMath-Sans.otf}{violet5}{K}
-\defmathfont{lato}{LatoMath.otf}{cyan5}{L}
+\defmathfont{lete}{LeteSansMath.otf}{cyan5}{L}
\defmathfont{noto}{NotoSansMath-DF.otf}{yellow5}{N}
\defmathfont{fira}{FiraMath-Regular.otf}{magenta5}{F}
@@ -71,7 +71,7 @@
\setlength\tabcolsep{5pt}%
\begin{longtable}[l]{@{}l *{\Nfonts}{c} lp{100pt}@{}}
\toprule
- \textsc{usv} & \Lncm & \Lcambria & \Lgfs & \Lkpsans & \Llato & \Lnoto
+ \textsc{usv} & \Lncm & \Lcambria & \Lgfs & \Lkpsans & \Llete & \Lnoto
& \Lfira & Macro & Description \\
\midrule \endhead
\INPUT\\
@@ -103,7 +103,7 @@
\SYMB{#2}{cambria}{#1} &
\SYMB{#2}{gfs}{#1} &
\SYMB{#2}{kpsans}{#1} &
- \SYMB{#2}{lato}{#1} &
+ \SYMB{#2}{lete}{#1} &
\SYMB{#2}{noto}{#1} &
\SYMB{#2}{fira}{#1} &
\CMD{#2}
@@ -183,7 +183,7 @@ two reference fonts (NewComputerModern and Cambria) to four sans-serif fonts:
\item[\Lcambria] \mathversion{cambria} $\mathup{Cambria\ Math}$ (\ref{count:cambria})
\item[\Lgfs] \mathversion{gfs} $\mathup{GFS\ Neo\ Hellenic\ Math}$ (\ref{count:gfs})
\item[\Lkpsans] \mathversion{kpsans} $\mathup{KpSans\ Math}$ (\ref{count:kpsans})
-\item[\Llato] \mathversion{lato} $\mathup{Lato\ Math}$ (\ref{count:lato})
+\item[\Llete] \mathversion{lete} $\mathup{Lete\ Sans\ Math}$ (\ref{count:lete})
\item[\Lnoto] \mathversion{noto} $\mathup{Noto\ Sans\ Math}$ (\ref{count:noto})
\item[\Lfira] \mathversion{fira} $\mathup{Fira\ Math}$ (\ref{count:fira})
\end{itemize}
diff --git a/fonts/lato-math/unimath-lato.pdf b/fonts/lete-sans-math/unimath-lete.pdf
index 4f85f997da..6c646cca6b 100644
--- a/fonts/lato-math/unimath-lato.pdf
+++ b/fonts/lete-sans-math/unimath-lete.pdf
Binary files differ