texlive[68872] Master/texmf-dist: xfakebold (16nov23)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 16 22:01:30 CET 2023


Revision: 68872
          https://tug.org/svn/texlive?view=revision&revision=68872
Author:   karl
Date:     2023-11-16 22:01:30 +0100 (Thu, 16 Nov 2023)
Log Message:
-----------
xfakebold (16nov23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/xfakebold/Changes
    trunk/Master/texmf-dist/doc/latex/xfakebold/README
    trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf
    trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex
    trunk/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty

Modified: trunk/Master/texmf-dist/doc/latex/xfakebold/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xfakebold/Changes	2023-11-16 21:01:21 UTC (rev 68871)
+++ trunk/Master/texmf-dist/doc/latex/xfakebold/Changes	2023-11-16 21:01:30 UTC (rev 68872)
@@ -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

Modified: trunk/Master/texmf-dist/doc/latex/xfakebold/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xfakebold/README	2023-11-16 21:01:21 UTC (rev 68871)
+++ trunk/Master/texmf-dist/doc/latex/xfakebold/README	2023-11-16 21:01:30 UTC (rev 68872)
@@ -7,7 +7,7 @@
 %% 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.
 

Modified: trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex	2023-11-16 21:01:21 UTC (rev 68871)
+++ trunk/Master/texmf-dist/doc/latex/xfakebold/xfakebold-doc.tex	2023-11-16 21:01:30 UTC (rev 68872)
@@ -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 @@
 \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

Modified: trunk/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty	2023-11-16 21:01:21 UTC (rev 68871)
+++ trunk/Master/texmf-dist/tex/latex/xfakebold/xfakebold.sty	2023-11-16 21:01:30 UTC (rev 68872)
@@ -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{iftex}
+}{%
   \RequirePackage{ifxetex,ifluatex,ifpdf}
-}{%
-  \RequirePackage{iftex}
 }
 
 \def\fkbld at bold{0.3}%



More information about the tex-live-commits mailing list.