diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2020-05-05 12:37:43 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2020-05-05 12:37:43 +0000 |
commit | 9fac64baaa5e3e817cde6db5f350e739ccb78c7f (patch) | |
tree | 127bd8db54a2fa58436928813256912b454baa43 /Build/source/texk/web2c/eptexdir | |
parent | b43b8205755406f22742ebf4c72125c6e5c9e8f6 (diff) |
[e][u]ptex: inhibit_glue_flag in extensions (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@55026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/pdfutils.ch | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index c273bad7fa1..58f0987ff03 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,8 @@ +2020-05-05 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * pdfutils.ch: Sync with inhibit_glue_flag improvement. + https://github.com/texjporg/tex-jp-build/pull/102 + 2019-12-10 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * am/eptex.am (eptex_CPPFLAGS): append $(ZLIB_INCLUDES). diff --git a/Build/source/texk/web2c/eptexdir/pdfutils.ch b/Build/source/texk/web2c/eptexdir/pdfutils.ch index 36e821d1f9a..c8ccd05ed82 100644 --- a/Build/source/texk/web2c/eptexdir/pdfutils.ch +++ b/Build/source/texk/web2c/eptexdir/pdfutils.ch @@ -1572,6 +1572,7 @@ end; @ @<Implement \.{\\pdfsavepos}@>= begin new_whatsit(pdf_save_pos_node, small_node_size); + inhibit_glue_flag:=false; end @ @<Save current position in DVI mode@>= |