diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-02 20:47:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-02 20:47:43 +0000 |
commit | c6a8412d1611093105c992e30cf39c01cc00ad77 (patch) | |
tree | 7994ae46e8e740d127490696813513bc5e33df21 /Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro | |
parent | f314b723bd18f824c0d4ce525b9c1b8700d79169 (diff) |
pstricks (2may18)
git-svn-id: svn://tug.org/texlive/trunk@47572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro b/Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro new file mode 100644 index 00000000000..da5cdb7a1ee --- /dev/null +++ b/Master/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro @@ -0,0 +1,32 @@ +% $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 + +/Times-Roman /Times-Roman def +/Times-Bold /Times-Bold def +/Times-Italic /Times-Italic def +/Times-BoldItalic /Times-BoldItalic def + +/Helvetica /Helvetica def +/Helvetica-Bold /Helvetica-Bold def +/Helvetica-Oblique /Helvetica-Oblique def +/Helvetica-BoldOblique /Helvetica-BoldOblique def + +/Courier /Courier def +/Courier-Bold /Courier-Bold def +/Courier-Oblique /Courier-Oblique def +/Courier-BoldOblique /Courier-BoldOblique def + +/Symbol /Symbol def + +%end false setglobal +% +% end of file |