From ba0ba8f0702bea26b7a9ee9ebd902b4876ae2a21 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Dec 2017 22:10:30 +0000 Subject: pstricks (31dec17) git-svn-id: svn://tug.org/texlive/trunk@46177 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 +++++++++++++++++++ Master/texmf-dist/dvips/pstricks/pstricks.pro | 13 ++-- 4 files changed, 171 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 (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 +/AnytoDeg { pst@angleunit } def +/DegtoAny { 1 pst@angleunit div} def +/AnytoRad { AnytoDeg DegtoRad } def +/RadtoAny { RadtoDeg DegtoAny } def +% %/Rand { rand 4294967295 div } def % a real random number /Rand { rand 2147483447 div } def % a real random number between 0 and 1 %----------------- hv added 20050516 --------------- @@ -985,7 +990,7 @@ gsave % Helvetica findfont b scalefont setfont % is set in pstricks.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - /NimbusSanL-Regu findfont b scalefont setfont +% /NimbusSanL-Regu findfont b scalefont setfont /b b .95 mul CLW 2 div add def } if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } -- cgit v1.2.3