diff --git a/genex/pdf.c b/genex/pdf.c index 2d80dea..0dc5d08 100644 --- a/genex/pdf.c +++ b/genex/pdf.c @@ -57,14 +57,14 @@ static void make_title(FILE *file, const struct node *node, int unit) { fprintf(file, "gsave 90 rotate 0 setgray\n" "/Helvetica-Bold findfont 24 scalefont setfont\n" - "20 -30 moveto\n"); + "20 -57 moveto\n"); ps_string(file, node->canon); fprintf(file, " show\n"); if (node->units > 1) fprintf(file, " ( \\(%c\\)) show\n", 'A'+unit); fprintf(file, "/Hevetica-Bold findfont 18 scalefont setfont\n"); - fprintf(file, "20 -60 moveto\n"); + fprintf(file, "20 -30 moveto\n"); print_path(file, node); fprintf(file, "/Courier findfont 12 scalefont setfont\n");