From d47159a7f43a28a563b1f7c94f982e3f57945395 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Oct 2017 23:04:03 +0000 Subject: pstricks (4oct17) git-svn-id: svn://tug.org/texlive/trunk@45464 c570f23f-e606-0410-a88d-b1316a301751 --- .../dvips/pstricks/pstricks-fonts-lm.pro | 69 ++++++++++++++++++++++ .../dvips/pstricks/pstricks-fonts-ps.pro | 32 ++++++++++ .../dvips/pstricks/pstricks-fonts-urw.pro | 61 +++++++++++++++++++ .../texmf-dist/dvips/pstricks/pstricks-fonts.pro | 61 +++++++++++++++++++ Master/texmf-dist/dvips/pstricks/pstricks.pro | 9 +-- 5 files changed, 228 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/dvips/pstricks/pstricks-fonts-lm.pro create mode 100644 Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro create mode 100644 Master/texmf-dist/dvips/pstricks/pstricks-fonts-urw.pro create mode 100644 Master/texmf-dist/dvips/pstricks/pstricks-fonts.pro (limited to 'Master/texmf-dist/dvips') diff --git a/Master/texmf-dist/dvips/pstricks/pstricks-fonts-lm.pro b/Master/texmf-dist/dvips/pstricks/pstricks-fonts-lm.pro new file mode 100644 index 00000000000..5ab5e436dfd --- /dev/null +++ b/Master/texmf-dist/dvips/pstricks/pstricks-fonts-lm.pro @@ -0,0 +1,69 @@ +% $Id: pstricks-fonts.pro 446 2017-04-19 11:40:55Z herbert $ +% +%% PostScript font prologue for pstricks.tex. +%% Version 0.01, 2016/04/22 +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. +% +% +%true setglobal globaldict begin + +%dd-lmbx10 LMRoman10-Bold x y %/Rand { rand 4294967295 div } def % a real random number /Rand { rand 2147483447 div } def % a real random number between 0 and 1 @@ -985,7 +985,8 @@ gsave % Helvetica findfont b scalefont setfont % is set in pstricks.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - /b b .95 mul CLW 2 div add def } if + /NimbusSanL-Regu findfont b scalefont setfont + /b b .95 mul CLW 2 div add def } if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } { /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add -- cgit v1.2.3