diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-28 06:14:56 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-28 06:14:56 +0000 |
commit | aaff31cf1bf7e241fb7ddff48ac9d75d467e1b69 (patch) | |
tree | ba22629ccb0fdb2d6bca25004376f1214b151ad1 /Build/source/texk/web2c/pmpostdir | |
parent | bdbd025e848d379388427f673db9f34ab18269a4 (diff) |
Do not change the first 19 characters %%Creator: MetaPost in output of (u)pmpost
git-svn-id: svn://tug.org/texlive/trunk@43355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ppsout.ch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ppsout.ch b/Build/source/texk/web2c/pmpostdir/ppsout.ch index e4f6d14048e..18ff01454c1 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 - mp_ps_print_nl(mp, "%%Creator: " P_UP "MetaPost "); - @z +@y + mp_ps_print_nl(mp, "%%Creator: MetaPost (" P_UP ") version "); +@z % % Call Kanji string output routine if the font is JFM. |