texlive[43362] Build/source/texk/dvipsk: dvipsk: In the case of -T

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Feb 28 22:57:26 CET 2017


Revision: 43362
          http://tug.org/svn/texlive?view=revision&revision=43362
Author:   kakuto
Date:     2017-02-28 22:57:26 +0100 (Tue, 28 Feb 2017)
Log Message:
-----------
dvipsk: In the case of -T option, reverse the default WRT papersize special. Thanks Ulrike.

Modified Paths:
--------------
    trunk/Build/source/texk/dvipsk/ChangeLog
    trunk/Build/source/texk/dvipsk/dvips.c

Modified: trunk/Build/source/texk/dvipsk/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipsk/ChangeLog	2017-02-28 21:28:00 UTC (rev 43361)
+++ trunk/Build/source/texk/dvipsk/ChangeLog	2017-02-28 21:57:26 UTC (rev 43362)
@@ -1,3 +1,9 @@
+2017-02-28  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* dvips.c: In the case of -T option, reverse the default in the change
+	made on 2016-11-01. Thanks Ulrike Fischer:
+	http://tug.org/pipermail/tex-live/2017-February/039743.html.
+
 2016-12-13  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* emspecial.c: Fix a bug in emspecial(), reported by Norbert Klingen:

Modified: trunk/Build/source/texk/dvipsk/dvips.c
===================================================================
--- trunk/Build/source/texk/dvipsk/dvips.c	2017-02-28 21:28:00 UTC (rev 43361)
+++ trunk/Build/source/texk/dvipsk/dvips.c	2017-02-28 21:57:26 UTC (rev 43362)
@@ -882,6 +882,7 @@
               "both landscape and papersize specified; ignoring landscape");
                   landscape = 0;
                }
+               lastpsizwins = 0;
                break;
 case 'p' :
 #if defined(MSDOS) || defined(OS2) || defined(ATARIST)



More information about the tex-live-commits mailing list