[latex3-commits] [git/LaTeX3-latex3-hyperref] master: Change default driver to hdvips, to match texlive and miktex configuration (4448489)

David Carlisle d.p.carlisle at gmail.com
Sun Jan 19 17:59:46 CET 2020


Repository : https://github.com/latex3/hyperref
On branch  : master
Link       : https://github.com/latex3/hyperref/commit/4448489d5b006b39960279723ea9219aa1d7383c

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

commit 4448489d5b006b39960279723ea9219aa1d7383c
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Jan 19 16:59:46 2020 +0000

    Change default driver to hdvips, to match texlive and miktex configuration


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

4448489d5b006b39960279723ea9219aa1d7383c
 ChangeLog.txt | 2 ++
 hyperref.dtx  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 3e1a713..94bfe29 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -3,6 +3,8 @@
       https://tex.stackexchange.com/a/524163/1090
     * Delete doc/options.pdf
     * Add start of support for setting pdfversion to 2.0
+    * Make the default driver be  hdvips not hypertex
+      (matching configuration used in miktex/texlive since at least 2002).
 
 2019-11-10  7,00c David Carlisle
    * adjust vtex guards for issue #108
diff --git a/hyperref.dtx b/hyperref.dtx
index 077b733..67860c9 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -7466,7 +7466,7 @@
   \ifx\HyOpt at CustomDriver\ltx at empty
     \ifx\Hy at driver\@empty
       \def\HyOpt at DriverType{ (autodetected)}%
-      \providecommand*{\Hy at defaultdriver}{hypertex}%
+      \providecommand*{\Hy at defaultdriver}{hdvips}%
       \ifpdf
         \ifx\pdfextension\@undefined
           \def\Hy at driver{hpdftex}%





More information about the latex3-commits mailing list