summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-11 21:14:25 +0000
committerKarl Berry <karl@freefriends.org>2023-09-11 21:14:25 +0000
commitaf94c7b14ac787c0a5af3ab5abd5d880bbcada2e (patch)
tree8907dad716c2bcd215e1a37bd771f6b1230e1747
parent42ab95f182e8603b26a80b05425137ac2e20cd03 (diff)
plex-otf (11sep23)
git-svn-id: svn://tug.org/texlive/trunk@68238 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/plex-otf/Changes1
-rw-r--r--Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdfbin711224 -> 711497 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.tex17
-rw-r--r--Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty4
4 files changed, 10 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex-otf/Changes b/Master/texmf-dist/doc/fonts/plex-otf/Changes
index e270cd10f3a..34fdf15ad4a 100644
--- a/Master/texmf-dist/doc/fonts/plex-otf/Changes
+++ b/Master/texmf-dist/doc/fonts/plex-otf/Changes
@@ -1,3 +1,4 @@
+0.08a 2023-09-10 - fix for the quotes in the documentation
0.08 2023-09-09 - updated package for the current font files
0.07a 2018-04-13 - updated doucmentation
0.07 2018-03-28 - support for the condensed Sans fonts
diff --git a/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf b/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf
index 0b0b85a33a1..f940296e7ff 100644
--- a/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.tex b/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.tex
index 21c6487efa3..671a47b6bd0 100644
--- a/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.tex
+++ b/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: plex-otf-doc.tex 760 2023-09-09 10:39:53Z herbert $
+%% $Id: plex-otf-doc.tex 762 2023-09-10 18:44:24Z herbert $
%
% Copying and distribution of this file, with or without modification,
% are permitted in any medium, without royalty.
@@ -13,11 +13,12 @@
SS={Scale=0.94},
SScon={Scale=0.94},
TT={Scale=MatchLowercase,FakeStretch=0.9},
- DefaultFeatures={Ligatures=TeX}]{plex-otf}
+ DefaultFeatures={Ligatures=TeX}
+]{plex-otf}
\setmathfont{XITS Math}
\usepackage{unicodefonttable}
\usepackage[english]{babel}
-\usepackage[autostyle]{csquotes}
+%\usepackage[autostyle]{csquotes}
%\DeclareQuoteStyle{polish}{,,}{''}{«}{»}
\usepackage{biblatex}
@@ -44,13 +45,6 @@ showFilename,verbose}
% Define \cs to prepend a backslash, and be unbreakable:
\DeclareRobustCommand\cs[1]{\mbox{\texttt{\char`\\#1}}}
-% An environment like quote, but less space above and more below:
-\newenvironment{demoquote}
- {\tabularx{\dimexpr\linewidth+\marginparwidth}{@{} X >{\ttfamily}l @{}}}
- {\endtabularx}
-
-
-
\begin{filecontents*}{demotext0.sty}
\newcounter{famcnt}\setcounter{famcnt}{0}
\newcommand\CMD[1]{\texttt{\textbackslash#1}}
@@ -788,6 +782,9 @@ The fonts are saved in the systems font directory or in the TDS
\section{The Glyphs}
\subsection{Default Serif style}
+\defaultfontfeatures{Ligatures=TeXOff}
+
+
Command: \cs{rmfamily}
\displayfonttable{IBMPlexSerif-Regular.otf}%[Scale=0.95]
diff --git a/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty b/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty
index fded6eb1222..c7810d9ba9d 100644
--- a/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty
+++ b/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty
@@ -1,4 +1,4 @@
-%% $Id: plex-otf.sty 761 2023-09-09 10:40:41Z herbert $
+%% $Id: plex-otf.sty 762 2023-09-10 18:44:24Z herbert $
%%
%% This file is distributed under the terms of the LaTeX Project Public
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
@@ -7,7 +7,7 @@
% Copyright 2023- Herbert Voss hvoss@tug.org
%%
\ProvidesPackage{plex-otf}[%
- 2023/09/09 v. 0.08 (Herbert Voss) Supports plex OpenType for lualatex/xelatex.]
+ 2023/09/10 v. 0.08a (Herbert Voss) Supports plex OpenType for lualatex/xelatex.]
%
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
\RequirePackage{fontspec}