diff options
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ppsout.ch | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index 37f3c87234c..085e4a9557a 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,7 @@ +2017-02-28 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * ppsout.ch: Do not change the first 19 characters %%Creator: MetaPost. + 2016-12-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * pmpost.ch: Adapt to the restricted mode in the latest mpost.w. diff --git a/Build/source/texk/web2c/pmpostdir/ppsout.ch b/Build/source/texk/web2c/pmpostdir/ppsout.ch index ec6ee5fdefd..e4f6d14048e 100644 --- a/Build/source/texk/web2c/pmpostdir/ppsout.ch +++ b/Build/source/texk/web2c/pmpostdir/ppsout.ch @@ -68,11 +68,11 @@ static void mp_ps_kanji_string_out (MP mp, char *s) }; @z -@x + @x mp_ps_print_nl(mp, "%%Creator: MetaPost "); -@y + @y mp_ps_print_nl(mp, "%%Creator: " P_UP "MetaPost "); -@z + @z % % Call Kanji string output routine if the font is JFM. |