[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: add missing default to quiet key (#452) (814e412a)

GitHub noreply at github.com
Sat Dec 5 19:57:24 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/814e412a8a53560080f0c621dbacdc87a900dbdc

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

commit 814e412a8a53560080f0c621dbacdc87a900dbdc
Author: Ulrike Fischer <news3 at nililand.de>
Date:   Sat Dec 5 19:57:24 2020 +0100

    add missing default to quiet key (#452)
    
    Co-authored-by: Ulrike Fischer <fischer at troubleshooting-tex.de>


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

814e412a8a53560080f0c621dbacdc87a900dbdc
 required/graphics/changes.txt  | 5 +++++
 required/graphics/graphicx.dtx | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/required/graphics/changes.txt b/required/graphics/changes.txt
index adf9fe8f..92cdab1c 100644
--- a/required/graphics/changes.txt
+++ b/required/graphics/changes.txt
@@ -8,6 +8,11 @@ are not part of the distribution.
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
+2020-12-05 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+	* graphics.dtx: fix missing default in quiet key.
+
+
 #########################
 # 2020-10-01 Release
 #########################
diff --git a/required/graphics/graphicx.dtx b/required/graphics/graphicx.dtx
index b10c67c7..cc38c231 100644
--- a/required/graphics/graphicx.dtx
+++ b/required/graphics/graphicx.dtx
@@ -17,7 +17,7 @@
 %<driver> \ProvidesFile{graphicx.drv}
 % \fi
 %         \ProvidesFile{graphicx.dtx}
-          [2020/09/09 v1.2b  Enhanced LaTeX Graphics (DPC,SPQR)]
+          [2020/12/05 v1.2c  Enhanced LaTeX Graphics (DPC,SPQR)]
 %
 % \iffalse
 %<*driver>
@@ -507,9 +507,10 @@
 %
 % \begin{key}{Gin}{quiet}
 % \changes{v1.1a}{2017/06/01}{New quiet key}
+% \changes{v1.2c}{2020/12/05}{fix missing default value}
 %   Skip writing to the log.
 %    \begin{macrocode}
-\define at key{Gin}{quiet}{%
+\define at key{Gin}{quiet}[]{%
   \let\Gin at log\@gobble
 }
 %    \end{macrocode}





More information about the latex3-commits mailing list.