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 | |
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')
-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. |