From 7239f4e083130944eb6b48ba3c0eb8474c786fbe Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sun, 19 Nov 2017 16:54:03 +0330 Subject: [PATCH] tmac.ps: do not rename the EPS macro --- tmac/tmac.ps | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmac/tmac.ps b/tmac/tmac.ps index 174103a..cacbfb4 100644 --- a/tmac/tmac.ps +++ b/tmac/tmac.ps @@ -2,7 +2,9 @@ .\" .\" Including EPS files .so \n(.D/tmac.eps -.rn EPS ps.eps +.de ps.eps +. EPS "\\$1" \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 +.. .\" pdfmark document information .\" .\" .ps.info title [author] [subject] [keywords] -- 2.11.4.GIT