From ff9fcf1ab8c7e940cfea64cea3615323da4db149 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Nov 2023 21:01:30 +0000 Subject: xfakebold (16nov23) git-svn-id: svn://tug.org/texlive/trunk@68872 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/xfakebold/Changes | 1 + Master/texmf-dist/doc/latex/xfakebold/README | 2 +- .../doc/latex/xfakebold/xfakebold-doc.pdf | Bin 98301 -> 98642 bytes .../doc/latex/xfakebold/xfakebold-doc.tex | 7 ++++--- Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty | 12 ++++++------ 5 files changed, 12 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/xfakebold/Changes b/Master/texmf-dist/doc/latex/xfakebold/Changes index 498c9e66fe6..752716181af 100644 --- a/Master/texmf-dist/doc/latex/xfakebold/Changes +++ b/Master/texmf-dist/doc/latex/xfakebold/Changes @@ -1,5 +1,6 @@ xfakebold.sty ---------------- +v 0.09 2023-11-16 fix bug with \@ifpackagelater v 0.08 2020-06-24 use colorstack to allow a page break v 0.07 2020-06-22 fix bug for pdflatex (thanks to Scott Pakin) v 0.06 2019-12-29 support for xetex and ptex with (x)dvipdfmx diff --git a/Master/texmf-dist/doc/latex/xfakebold/README b/Master/texmf-dist/doc/latex/xfakebold/README index c4fd11bbf54..85541447643 100644 --- a/Master/texmf-dist/doc/latex/xfakebold/README +++ b/Master/texmf-dist/doc/latex/xfakebold/README @@ -7,7 +7,7 @@ AutoFakeBold from package fontspec. %% conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt +%% https://www.latex-project.org/lppl.txt %% and version 1.3c or later is part of all distributions of LaTeX %% version 2005/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf b/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf index 8195a0f488b..a4fac458f06 100644 Binary files a/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf and b/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex b/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex index b60ab253161..477dd3922b4 100644 --- a/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex +++ b/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex @@ -1,4 +1,4 @@ -% $Id: xfakebold-doc.tex 11 2020-06-24 06:56:41Z herbert $ +% $Id: xfakebold-doc.tex 814 2023-11-16 10:15:07Z herbert $ \listfiles \documentclass[english]{article} \usepackage{dejavu-otf} @@ -12,7 +12,7 @@ \usepackage{babel} \usepackage[a4paper,tmargin=1cm,bmargin=1.5cm,includeheadfoot]{geometry} \usepackage{listings} -\title{\texttt{xfakebold}, v. 0.08\\ using bold characters with\\ \texttt{pdflatex}, \texttt{lualatex} or \texttt{xelatex}} +\title{\texttt{xfakebold}, v. 0.09\\ using bold characters with\\ \texttt{pdflatex}, \texttt{lualatex} or \texttt{xelatex}} \author{Herbert Voß} \lstset{basicstyle=\ttfamily\small,language={[LaTeX]TeX},frame=lrtb} @@ -35,7 +35,8 @@ math mode where only some free math fonts provide a bold version. \end{abstract} \vfill -\small Thanks to: Heiko Oberdiek; Scott Pakin, Will Robertson; Yusuke Terada; +\small Thanks to: Martin Münch; Heiko Oberdiek; +Scott Pakin, Will Robertson; Yusuke Terada; %\meaning\setBold %\meaning\unsetBold diff --git a/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty b/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty index b4c2dff90f5..1307d3ba72e 100644 --- a/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty +++ b/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty @@ -1,27 +1,27 @@ -% $Id: xfakebold.sty 11 2020-06-24 06:56:41Z herbert $ +% $Id: xfakebold.sty 814 2023-11-16 10:15:07Z herbert $ %% %% This is file `xfakebold.sty', %% -%% Copyright (C) 2019, 2020 Herbert Voss +%% Copyright (C) 2019, ..., 2023 Herbert Voss %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt +%% https://www.latex-project.org/lppl.txt %% and version 1.3c or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{xfakebold}[2020/06/24 v0.08 using bold characters] +\ProvidesPackage{xfakebold}[2023/11/16 v0.09 using bold characters] \RequirePackage{xkeyval} \RequirePackage{pdfrender} \@ifpackagelater{iftex}{2019/10/24}{% - \RequirePackage{ifxetex,ifluatex,ifpdf} -}{% \RequirePackage{iftex} +}{% + \RequirePackage{ifxetex,ifluatex,ifpdf} } \def\fkbld@bold{0.3}% -- cgit v1.2.3