summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-21 21:06:30 +0000
committerKarl Berry <karl@freefriends.org>2018-09-21 21:06:30 +0000
commit9cd967498d516cb93e67b0e4aea10cc481204052 (patch)
tree4292f85cacd9b0983db9ebe67ed683279f43db29 /Master/texmf-dist/doc/fonts
parent0972697fc4429b971f75335c69d8a71b9999097e (diff)
libertinust1math (21sep18)
git-svn-id: svn://tug.org/texlive/trunk@48721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdfbin2068993 -> 2013952 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex32
-rw-r--r--Master/texmf-dist/doc/fonts/libertinust1math/README6
3 files changed, 32 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf b/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf
index 83e0d75eda2..089ce9024a3 100644
--- a/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex b/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex
index 9d32024b439..17f290ca448 100644
--- a/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex
+++ b/Master/texmf-dist/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex
@@ -7,14 +7,14 @@
%\usepackage{amssymb}% don't use with newtxmath
%SetFonts
% libertine+newtxmath
-\usepackage[sb]{libertine} % use sb in place of bold
+\usepackage[sb,osf]{libertinus} % use sb in place of bold
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[varqu,varl]{zi4}% inconsolata
\usepackage{amsthm}
\usepackage{libertinust1math}
\usepackage{bm}
-\useosf % use oldstyle figures except in math
+%\useosf % use oldstyle figures except in math
\usepackage[cal=stix,scr=boondoxo]{mathalfa}% less slanted than STIX cal
\usepackage{booktabs}
\usepackage{fonttable}
@@ -34,6 +34,9 @@ This package is a \LaTeX\ math package to accompany the \LaTeX\ Libertine text p
\textsc{New additions in version 1.1:}
There is now support for sans serif fonts in math that allows the ISO typesetting rules to be followed, and to provide a math processing system using sans serif Roman and Greek letters. See the end of this documentation for details.
+\textsc{New additions in version 1.1.8:}
+There is now support for the scaling options in both the old libertine and the new libertinus[-type1] packages. Prior versions supported only earlier libertine package[s]. The details are spelled out below in the discussion of the {\tt scaled} package option.
+
\textsc{Package Options:}
\begin{itemize}
\item
@@ -45,18 +48,37 @@ There is now support for sans serif fonts in math that allows the ISO typesettin
{\tt slantedGreek} makes uppercase Greek math letters slanted.
\item {\tt uprightGreek} makes uppercase Greek math letters upright. This is the default except in ISO mode.
\item
-{\tt scaled} (or {\tt scale} may be used change the scale of the math. The {\tt fd} files in this package respond to two scale-changing macros, \verb|\LinuxLibertine@scale| and \verb|\libus@scale|, the latter being set by the {\tt scaled} option. If \verb|\libus@scale| is defined, it takes precedence over the other. The current {\tt libertine} packages contain no option that affects the scale parameter. If you need to scale {\tt libertine}, add to your preamble lines like
+{\tt scaled} (or {\tt scale} may be used change the scale of the math. The {\tt fd} files in this package respond to three scale-changing macros:
+\begin{itemize}
+\item
+\verb|\LinuxLibertineT@scale|, set from option {\tt llscale} ( or {\tt llscaled}) to the {\tt libertine} package;
+\item
+\verb|\LibertinusRM@scale|, set by option {\tt ScaleRM} to the {\tt libertinus-type1} package or to the {\tt libertinus} package;
+\item
+\verb|\libus@scale|, set by the {\tt scaled} option to {\tt libertinust1math}.
+\end{itemize}
+ The current {\tt libertineRoman} package contains no option that affects the scale parameter. If you need to scale {\tt libertineRoman}, add to your preamble lines like
\begin{verbatim}
\makeatletter
-\newcommand*{\LinuxLibertine@scale}{1.03}
+\newcommand*{\LinuxLibertineT@scale}{1.03}
\makeatother
\end{verbatim}
+ If \verb|\libus@scale| is defined, it takes precedence over the other two settings. The result on math scaling only of the different possible scale settings is:
+\begin{itemize}
+ \item the {\tt scaled} option to {\tt libertinust1math} overrides all other scale settings;
+\item if you did not issue a {\tt scale} or {\tt scaled} option to {\tt libertinust1math}, then
+\begin{itemize}
+\item
+if you used a {\tt libertine} package that set a value for \verb|\LinuxLibertineT@scale|, then its value is used;
+\item otherwise, if you used {\tt libertinus-type1} or {\tt libertinus}, then the value of \verb|\LibertinusRM@scale| is used.
+\end{itemize}
+ \end{itemize}
\item See the new material at the end for a discussion of the new options connected with sans serif in math.
\end{itemize}
\textsc{Sample Invocation:}
\begin{verbatim}
-\usepackage[sb]{libertine}
+\usepackage[sb]{libertine} % or \usepackage[sb]{libertinus}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[varqu,varl]{zi4}% inconsolata for mono, not LibertineMono
diff --git a/Master/texmf-dist/doc/fonts/libertinust1math/README b/Master/texmf-dist/doc/fonts/libertinust1math/README
index 8540d2fdf01..a9407e0a16b 100644
--- a/Master/texmf-dist/doc/fonts/libertinust1math/README
+++ b/Master/texmf-dist/doc/fonts/libertinust1math/README
@@ -6,7 +6,11 @@ The LibertinusT1Math font a Type1 font (accompanied by LaTeX support files) deri
The LibertinusT1Math font is available under the terms of Open Font License version
1.1, and the support files are released under the LPPL.
-Current version 1.1.7 2018-06-22)
+Current version 1.1.8 2018-09-20)
+
+Changes in version 1.1.8
+1. Corrected glyph "MATHEMATICAL ITALIC CAPITAL N" (U+1D441) which had inadverently become malformed at the last update.
+2. Changed the fd files so they recognize scale setting from both the libertine and the new libertinus-type1 packages.
Changes in version 1.1.7
Version 1.1.6 was missing some items from its map file, now corrected.