From 138ee5f4db02aa5a8156328dcf36d52ba78d0edd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 Apr 2020 22:14:32 +0000 Subject: (TEXLIVE_INSTALL_PAPER): new envvar for default paper size. git-svn-id: svn://tug.org/texlive/trunk@54618 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 62f8eb7261e..741e9f9b57b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1205,7 +1205,15 @@ operations might be disturbed.\n\n"; } # now work through the options if specified at all - + my $env_paper = $ENV{"TEXLIVE_INSTALL_PAPER"}; + if ($env_paper eq "letter") { + $vars{'instopt_letter'} = 1; + } elsif ($env_paper eq "a4") { + ; # do nothing + } elsif ($env_paper) { + tlwarn("$0: TEXLIVE_INSTALL_PAPER value must be letter or a4, not: " + . "$env_paper (ignoring)\n"); + } # letter instead of a4 if ($vars{'instopt_letter'}) { # set paper size, but do not execute any post actions, which in this @@ -3155,6 +3163,11 @@ asking about importing previous settings. Omit printing the welcome message after successful installation, e.g., when testing. +=item C + +Set the default paper size for all relevant programs; must be either +C or C. The default is C. + =item C =item C -- cgit v1.2.3