summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-23 22:06:55 +0000
committerKarl Berry <karl@freefriends.org>2018-05-23 22:06:55 +0000
commit2f73d7559d299f32c5823e644dd517a348397735 (patch)
treed9cde1b48d30c31e36263ae6446d5d3cf7c535fd /Master
parentb40039cc8daf02bfe04f48c4b428b4879a8fa17b (diff)
libertinus-otf (23may18)
git-svn-id: svn://tug.org/texlive/trunk@47815 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/libertinus-otf/Changes3
-rw-r--r--Master/texmf-dist/doc/latex/libertinus-otf/libertinus-otf-doc.pdfbin319215 -> 318218 bytes
-rw-r--r--Master/texmf-dist/source/latex/libertinus-otf/Makefile.doc58
-rw-r--r--Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty7
4 files changed, 6 insertions, 62 deletions
diff --git a/Master/texmf-dist/doc/latex/libertinus-otf/Changes b/Master/texmf-dist/doc/latex/libertinus-otf/Changes
index 36db935bf09..02a5b59321b 100644
--- a/Master/texmf-dist/doc/latex/libertinus-otf/Changes
+++ b/Master/texmf-dist/doc/latex/libertinus-otf/Changes
@@ -1 +1,2 @@
-0.05 2018-04-28 - first CTAN version
+0.06 2018-05-23 - fix for \LKey
+0.05 2018-04-19 - first CTAN version
diff --git a/Master/texmf-dist/doc/latex/libertinus-otf/libertinus-otf-doc.pdf b/Master/texmf-dist/doc/latex/libertinus-otf/libertinus-otf-doc.pdf
index fe3d6f6a70b..176c60fe847 100644
--- a/Master/texmf-dist/doc/latex/libertinus-otf/libertinus-otf-doc.pdf
+++ b/Master/texmf-dist/doc/latex/libertinus-otf/libertinus-otf-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/libertinus-otf/Makefile.doc b/Master/texmf-dist/source/latex/libertinus-otf/Makefile.doc
deleted file mode 100644
index b67009eacc7..00000000000
--- a/Master/texmf-dist/source/latex/libertinus-otf/Makefile.doc
+++ /dev/null
@@ -1,58 +0,0 @@
-# $Id: Makefile 443 2017-04-19 10:28:05Z herbert $
-
-# `Makefile' for `lucida-otf-doc.pdf', hv, 2017/04/15
-
-.SUFFIXES : .tex .ltx .pdf
-
-PACKAGE = libertinus-otf
-
-MAIN = $(PACKAGE)-doc
-
-LATEX = lualatex
-
-ARCHNAME = $(MAIN)-$(shell date +%y%m%d)
-
-ARCHFILES = $(PACKAGE).sty $(MAIN).tex README Changes Makefile
-
-#TDS = ~/PSTricks/PSTricks-TDS
-
-all : doc clean
-doc: $(MAIN).pdf
-
-$(MAIN).pdf : $(MAIN).ps
-# GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $<
-
-$(MAIN).ps : $(MAIN).dvi
-# dvips $<
-
-$(MAIN).dvi : $(MAIN).tex
- $(LATEX) $<
- pdffonts $(basename $<).pdf > $(basename $<).txt
- if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi
- if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi
- makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
- $(basename $<).glo
- makeindex -t $(basename $<).ilg -o $(basename $<).ind \
- $(basename $<).idx
-# biber $(basename $<)
-# $(LATEX) $<
- $(LATEX) $<
-
-clean :
- $(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out .blg .Roessler .bbl )
- $(RM) $(addprefix $(MAIN), .dvi .ps .bcf .run.xml .txt)
-
-veryclean : clean
- $(RM) $(addprefix $(MAIN), .pdf .bbl .blg)
-
-arch :
- zip $(ARCHNAME).zip $(ARCHFILES)
-
-ctan:
- cp -u *.sty .ctan/$(PACKAGE)/latex/
- cp -u $(PACKAGE)-doc.* .ctan/$(PACKAGE)/doc/
- cp -u Changes .ctan/$(PACKAGE)/
- cp -u README .ctan/$(PACKAGE)/
- chmod -R a+r .ctan/$(PACKAGE)
-
-# EOF
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 fd8c7ce5555..568da6dd42a 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 758 2018-04-28 18:36:55Z herbert $
+%% $Id: libertinus-otf.sty 765 2018-05-23 11:09:15Z 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{libertinus-otf}[%
- 2018/04/28 v. 0.05 (Herbert Voss) Supports libertinus fonts for all luatex/xetex .]
+ 2018/05/23 v. 0.06 (Herbert Voss) Supports libertinus fonts for all luatex/xetex .]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -111,7 +111,8 @@
\newfontfamily\Libertinusinitials{libertinusserifinitials-regular.otf}
\def\biolinumKeyGlyph#1{{\LibertinusKeyboard\symbol{#1}}}
-\DeclareRobustCommand*\LKey[1]{\biolinumKeyGlyph{#1}}
+\def\BiolinumKeyGlyph#1{{\LibertinusKeyboard#1}}
+\DeclareRobustCommand*\LKey[1]{\BiolinumKeyGlyph{#1}}
\DeclareRobustCommand*\LKeyStrg{\biolinumKeyGlyph{"E170}}
\DeclareRobustCommand*\LKeyAlt{\biolinumKeyGlyph{"E171}}