diff options
author | Norbert Preining <preining@logic.at> | 2020-04-16 11:50:17 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2020-04-16 11:50:17 +0000 |
commit | 99eb8b4ebb9badc555c6b6996e0f6af32eb1bca2 (patch) | |
tree | ea3af8050605d2f7dd0259e37bf5ccdbc7763f55 /Master/texmf-dist/scripts | |
parent | 9fe3044f84398ec57aac5140001fbf907aa8980f (diff) |
allow tkfontscale tlmgr config key
git-svn-id: svn://tug.org/texlive/trunk@54766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 6410f2e6dc4..20cf640a562 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7358,6 +7358,9 @@ sub load_options_from_config { 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 @@ command-line option. =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>. |