[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop a couple of [nobreak] (fixes #709) (47f650f94)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu May 21 15:12:32 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/47f650f942750d2ea793ee665c85d46c2c8a98cb

>---------------------------------------------------------------

commit 47f650f942750d2ea793ee665c85d46c2c8a98cb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 21 14:12:28 2020 +0100

    Drop a couple of [nobreak] (fixes #709)


>---------------------------------------------------------------

47f650f942750d2ea793ee665c85d46c2c8a98cb
 l3backend/CHANGELOG.md      | 1 +
 l3backend/l3backend-pdf.dtx | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index b7f667426..86dc306c4 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -7,6 +7,7 @@ this project uses date-based 'snapshot' version identifiers.
 ## [Unreleased]
 
 ### Fixed
+- Unneeded `[nobreak]` in `dvips` driver (issue #709)
 - `\__pdf_backend_object_write_fstream:nn` with `dvips` backend (issue #710)
 
 ## [2020-05-05]
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 31e9e83a1..d2b28e84f 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -183,7 +183,6 @@
   {
     \__kernel_backend_postscript:n
       { 
-        [nobreak]~
         SDict ~ begin ~
         mark ~ #1 ~ << #2 >> /PUT ~ pdfmark ~
         mark ~ #1 ~ ( #3 )~ ( r )~ file ~ /PUT ~ pdfmark ~
@@ -199,7 +198,6 @@
   {
     \__kernel_backend_postscript:n
       {
-        [nobreak]
         mark ~ #1 ~ ( #3 ) /PUT ~ pdfmark ~
         mark ~ #1 ~ << #2 >> /PUT ~ pdfmark
       }





More information about the latex3-commits mailing list.