texlive[54766] Master/texmf-dist/scripts/texlive/tlmgr.pl: allow

commits+preining at tug.org commits+preining at tug.org
Thu Apr 16 13:50:18 CEST 2020


Revision: 54766
          http://tug.org/svn/texlive?view=revision&revision=54766
Author:   preining
Date:     2020-04-16 13:50:17 +0200 (Thu, 16 Apr 2020)
Log Message:
-----------
allow tkfontscale tlmgr config key

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-04-16 08:07:53 UTC (rev 54765)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-04-16 11:50:17 UTC (rev 54766)
@@ -7358,6 +7358,9 @@
         tlwarn("$prg: $fn: unknown value for no-checksums: $val\n");
       }
 
+    } elsif ($key eq "tkfontscale") {
+      $config{'tkfontscale'} = $val;
+
     } elsif ($sysmode) {
       # keys here are only allowed in sys mode
       if ($key eq "allowed-actions") {
@@ -9271,6 +9274,9 @@
 =item C<require-verification>, value 0 or 1 (default 0), same as
 command-line option.
 
+=item C<tkfontscale>, value any float.
+Controls the scaling of fonts in the Tk based frontends.
+
 =item C<update-exclude>, value: comma-separated list of packages
 (no space allowed). Same as the command line option C<--exclude>
 for the action C<update>.



More information about the tex-live-commits mailing list.