ref: 5e43317b804956a28de723c70cb525a13e433f2e
parent: 17faf86c9b8f563e873b44246810085da1806837
author: Ali Gholami Rudi <ali@rudi.ir>
date: Fri Oct 27 08:23:34 EDT 2017
ps: remove the parantheses around PS header title
--- a/ps.c
+++ b/ps.c
@@ -130,7 +130,7 @@
out("%%!PS-Adobe-2.0\n");
out("%%%%Version: 1.0\n");
if (title)
- out("%%%%Title: (%s)\n", title);
+ out("%%%%Title: %s\n", title);
out("%%%%Creator: Neatroff\n");
out("%%%%DocumentFonts: (atend)\n");
out("%%%%Pages: (atend)\n");