summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-31 21:45:42 +0000
committerKarl Berry <karl@freefriends.org>2019-05-31 21:45:42 +0000
commit2426786a5afcaf77fa032ea45169ef5a6d69829f (patch)
treeee19b0f1d4eb8f6f160726f4f6b9a593a30fbb79
parent6b679dea54672dbe060abe23c623244c805f47b9 (diff)
libertinus-otf (31may19)
git-svn-id: svn://tug.org/texlive/trunk@51277 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/libertinus-otf/Changes3
-rw-r--r--Master/texmf-dist/doc/fonts/libertinus-otf/README.md2
-rw-r--r--Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdfbin401566 -> 401409 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex3
-rw-r--r--Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty6
5 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertinus-otf/Changes b/Master/texmf-dist/doc/fonts/libertinus-otf/Changes
index bc9fd72eb97..376d1c811f1 100644
--- a/Master/texmf-dist/doc/fonts/libertinus-otf/Changes
+++ b/Master/texmf-dist/doc/fonts/libertinus-otf/Changes
@@ -1,4 +1,7 @@
+0.16 2019-05-30 - fix for introduced bug for \XeTeX and Keyboard font
0.15 2019-05-30 - fix for keyboard symbols
+ - changed LibertinusSans-BoldOblique to
+ LibertinusSans-BoldItalic
0.14a 2019-05-22 - fix for some mono font symbols which had a wrong width
0.14 2019-04-04 - use the new filenames from latest libertinus fonts
0.13a 2019-01-11 - added the script setting for the open type fonts
diff --git a/Master/texmf-dist/doc/fonts/libertinus-otf/README.md b/Master/texmf-dist/doc/fonts/libertinus-otf/README.md
index 7c25760774d..303ab73a20a 100644
--- a/Master/texmf-dist/doc/fonts/libertinus-otf/README.md
+++ b/Master/texmf-dist/doc/fonts/libertinus-otf/README.md
@@ -10,7 +10,7 @@ mono-bold and mono-italic
%
The four fonts which are missing in the libertinus package
have the SIL Open Font License and are derived from the ones
-in the liberinus-fonts package.
+in the libertinus-fonts package.
% Copyright 2019 Herbert Voss hvoss@tug.org
diff --git a/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf b/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf
index 6af42f14a4e..e7f0f5e5496 100644
--- a/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex b/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex
index c74167867bb..e7a6c2ed15e 100644
--- a/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex
+++ b/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: libertinus-otf-doc.tex 1069 2019-05-30 12:44:58Z herbert $
+%% $Id: libertinus-otf-doc.tex 1070 2019-05-31 04:01:49Z herbert $
\listfiles
\documentclass[polish,english]{article}
\usepackage{libertinus-otf}
@@ -781,7 +781,6 @@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
\multido{\nA=65580+1}{11}{\symbol{\nA} }
-\clearpage
\normalfont
\section{Font commands}
diff --git a/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty b/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty
index d30e68aeef3..973a237f7bc 100644
--- a/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty
+++ b/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty
@@ -1,4 +1,4 @@
-%% $Id: libertinus-otf.sty 1069 2019-05-30 12:44:58Z herbert $
+%% $Id: libertinus-otf.sty 1070 2019-05-31 04:01:49Z 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 and Bob Tennent rdt@cs.queensu.ca
%
\ProvidesPackage{libertinus-otf}[%
- 2019/05/30 v. 0.15 (Herbert Voss and Bob Tennent) Supports libertinus fonts for lualatex and xelatex.]
+ 2019/05/31 v. 0.16 (Herbert Voss and Bob Tennent) Supports libertinus fonts for lualatex and xelatex.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
\RequirePackage{unicode-math}
@@ -293,7 +293,7 @@
\font\LibertinusKeyboard{file:LibertinusKeyboard-Regular.otf}
\hyphenchar\LibertinusKeyboard=-1
\else
- \font\LibertinusKeyboard"[file:LibertinusKeyboard-Regular.otf]"
+ \font\LibertinusKeyboard"[LibertinusKeyboard-Regular.otf]"
\fi
\newfontfamily\LibertinusDisplay{LibertinusSerifDisplay-Regular.otf}
\newfontfamily\Libertinusinitials{LibertinusSerifInitials-Regular.otf}