texlive[53855] Build/source/texk/web2c/xetexdir: xetex.web: fix a bug

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Feb 21 22:38:21 CET 2020


Revision: 53855
          http://tug.org/svn/texlive?view=revision&revision=53855
Author:   kakuto
Date:     2020-02-21 22:38:21 +0100 (Fri, 21 Feb 2020)
Log Message:
-----------
xetex.web: fix a bug in the primitive \pdfsavepos (by Clerk Ma)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/xetexdir/ChangeLog
    trunk/Build/source/texk/web2c/xetexdir/xetex.web

Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-21 10:09:51 UTC (rev 53854)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-21 21:38:21 UTC (rev 53855)
@@ -1,3 +1,7 @@
+2020-02-22  Clerk Ma  <maqiyuan130324 at vip.qq.com>
+
+	* xetex.web: Fix a bug in the primitive \pdfsavepos.
+
 2020-02-10  Akira Kakuto  <kakuto at w32tex.org>
 
 	* xetex.ch: Sync with tex.ch for changes by Phelype Oleinik

Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.web
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.web	2020-02-21 10:09:51 UTC (rev 53854)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.web	2020-02-21 21:38:21 UTC (rev 53855)
@@ -30038,8 +30038,8 @@
 
 @ @<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@>=



More information about the tex-live-commits mailing list.