diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/ChangeLog')
-rw-r--r-- | Build/source/texk/dvipdfm-x/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index 3f174d1dc0e..1fd224e9f9e 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,5 +1,12 @@ 2013-11-23 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + * mpost.c: Fix a bug which I introduced in MetaPost mode (-M option). + Note that the definition of x, and y in + pdf_doc_begin_page (scale, x, y) is the negative of those in + pdf_doc_begin_grabbing (ident, x, y, ...). + +2013-11-23 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + * mpost.c: Set the origin at (llx, lly) to match the new xetex.def and dvipdfmx.def. |