diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.web | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 30c4500897a..31ec9dd83f1 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,7 @@ +2020-02-22 Clerk Ma <maqiyuan130324@vip.qq.com> + + * xetex.web: Fix a bug in the primitive \pdfsavepos. + 2020-02-10 Akira Kakuto <kakuto@w32tex.org> * xetex.ch: Sync with tex.ch for changes by Phelype Oleinik diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web index 81b450cdce5..842f88eccff 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.web +++ b/Build/source/texk/web2c/xetexdir/xetex.web @@ -30038,8 +30038,8 @@ end @ @<Save current position to |pdf_last_x_pos|, |pdf_last_y_pos|@>= begin - pdf_last_x_pos:=cur_h + cur_h_offset; - pdf_last_y_pos:=cur_page_height - cur_v - cur_v_offset + pdf_last_x_pos:=cur_h + 4736286; + pdf_last_y_pos:=cur_page_height - cur_v - 4736286; end @ @<Calculate page dimensions and margins@>= |