From d91bb5cad66508ec34d77ea60c0a02c79308edef Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 17 Nov 2023 03:02:29 +0000 Subject: CTAN sync 202311170302 --- macros/latex/contrib/xfakebold/Changes | 1 + macros/latex/contrib/xfakebold/README | 2 +- .../latex/contrib/xfakebold/doc/xfakebold-doc.pdf | Bin 98301 -> 98642 bytes .../latex/contrib/xfakebold/doc/xfakebold-doc.tex | 7 ++++--- macros/latex/contrib/xfakebold/latex/xfakebold.sty | 12 ++++++------ 5 files changed, 12 insertions(+), 10 deletions(-) (limited to 'macros/latex/contrib/xfakebold') diff --git a/macros/latex/contrib/xfakebold/Changes b/macros/latex/contrib/xfakebold/Changes index 498c9e66fe..752716181a 100644 --- a/macros/latex/contrib/xfakebold/Changes +++ b/macros/latex/contrib/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/macros/latex/contrib/xfakebold/README b/macros/latex/contrib/xfakebold/README index c4fd11bbf5..8554144764 100644 --- a/macros/latex/contrib/xfakebold/README +++ b/macros/latex/contrib/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/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf b/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf index 8195a0f488..a4fac458f0 100644 Binary files a/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf and b/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf differ diff --git a/macros/latex/contrib/xfakebold/doc/xfakebold-doc.tex b/macros/latex/contrib/xfakebold/doc/xfakebold-doc.tex index b60ab25316..477dd3922b 100644 --- a/macros/latex/contrib/xfakebold/doc/xfakebold-doc.tex +++ b/macros/latex/contrib/xfakebold/doc/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/macros/latex/contrib/xfakebold/latex/xfakebold.sty b/macros/latex/contrib/xfakebold/latex/xfakebold.sty index b4c2dff90f..1307d3ba72 100644 --- a/macros/latex/contrib/xfakebold/latex/xfakebold.sty +++ b/macros/latex/contrib/xfakebold/latex/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