From f18fa52d41e3ef33839ba943fe4987a6825ed278 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 23 Jun 2020 03:01:27 +0000 Subject: CTAN sync 202006230301 --- macros/latex/contrib/xfakebold/Changes | 1 + .../latex/contrib/xfakebold/doc/xfakebold-doc.pdf | Bin 96288 -> 96190 bytes .../latex/contrib/xfakebold/doc/xfakebold-doc.tex | 7 ++++--- macros/latex/contrib/xfakebold/latex/xfakebold.sty | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) (limited to 'macros/latex/contrib/xfakebold') diff --git a/macros/latex/contrib/xfakebold/Changes b/macros/latex/contrib/xfakebold/Changes index 9750606c8f..54671b5a7b 100644 --- a/macros/latex/contrib/xfakebold/Changes +++ b/macros/latex/contrib/xfakebold/Changes @@ -1,5 +1,6 @@ xfakebold.sty ---------------- +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 v 0.05 2019-09-21 fix pdflatex v 0.04 2018-08-21 typo in \fake@bold diff --git a/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf b/macros/latex/contrib/xfakebold/doc/xfakebold-doc.pdf index f6522da142..54db165a54 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 973873ee2e..c7ac5d15d3 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 1125 2019-12-29 21:34:19Z herbert $ +% $Id: xfakebold-doc.tex 9 2020-06-22 07:46:03Z 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.06\\ using bold characters with\\ \texttt{pdflatex}, \texttt{lualatex} or \texttt{xelatex}} +\title{\texttt{xfakebold}, v. 0.07\\ using bold characters with\\ \texttt{pdflatex}, \texttt{lualatex} or \texttt{xelatex}} \author{Herbert Voß} \lstset{basicstyle=\ttfamily\small,language={[LaTeX]TeX},frame=lrtb} @@ -22,6 +22,7 @@ \tableofcontents +\vspace{1cm} \begin{abstract} The package fakes a vector font with outline characters by the text render of PDF. It writes directly into the pdf output with \verb|\pdfliteral| (pdflatex ) or \verb|\pdfextension| \verb|literal| @@ -31,7 +32,7 @@ math mode where only some free math fonts provide a bold version. \end{abstract} \vfill -\small Thanks to: Will Robertson; Yusuke Terada; +\small Thanks to: 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 db10f5096a..0e0d5d4068 100644 --- a/macros/latex/contrib/xfakebold/latex/xfakebold.sty +++ b/macros/latex/contrib/xfakebold/latex/xfakebold.sty @@ -1,8 +1,8 @@ -% $Id: xfakebold.sty 1125 2019-12-29 21:34:19Z herbert $ +% $Id: xfakebold.sty 9 2020-06-22 07:46:03Z herbert $ %% %% This is file `xfakebold.sty', %% -%% Copyright (C) 1919, 2020 Herbert Voss +%% Copyright (C) 2019, 2020 Herbert Voss %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c @@ -14,7 +14,7 @@ %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{xfakebold}[1919/12/29 v0.06 using bold characters] +\ProvidesPackage{xfakebold}[2020/06/22 v0.07 using bold characters] \RequirePackage{xkeyval} \@ifpackagelater{iftex}{2019/10/24}{% @@ -51,7 +51,7 @@ \else \ifpdftex \ifnum\pdfoutput=\@ne - \pdfliteral direct { 2 Tr #1 w }\relax + \pdfliteral direct { 2 Tr \fkbld@bold w }\relax \else \special{pdf:literal direct 2 Tr \fkbld@bold w }\relax \fi -- cgit v1.2.3