diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-28 05:39:45 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-28 05:39:45 +0000 |
commit | bdbd025e848d379388427f673db9f34ab18269a4 (patch) | |
tree | a0f8df818400ed1ff2b44505dbac939440ce7a4f /Build/source/texk/web2c/pmpostdir/ppsout.ch | |
parent | 7b0fd270e0ab1829e3b5f485ba848e776e7400bb (diff) |
Do not change the first 19 characters %%Creator: MetaPost in output of (u)pmpost
git-svn-id: svn://tug.org/texlive/trunk@43354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir/ppsout.ch')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ppsout.ch | 6 |
1 files changed, 3 insertions, 3 deletions
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. |