diff options
author | Norbert Preining <preining@logic.at> | 2008-07-29 22:02:43 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-29 22:02:43 +0000 |
commit | 5d1c0a0326bd33259af0607074dd893b87f6424f (patch) | |
tree | fc8aca6965d1d0dfd5dcfbb108a91554d2437450 | |
parent | 96d45ae840cd54f634ffce3e2b0c01564c3081b6 (diff) |
do not match on a4/A4 two times in texconf.tlu
git-svn-id: svn://tug.org/texlive/trunk@9900 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/texconf.tlu | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf/scripts/texlive/texconf.tlu b/Master/texmf/scripts/texlive/texconf.tlu index 8341ea788e3..e41500cc447 100755 --- a/Master/texmf/scripts/texlive/texconf.tlu +++ b/Master/texmf/scripts/texlive/texconf.tlu @@ -489,10 +489,6 @@ end function set_context_papersize(papersize) - if string.match(papersize, 'a4') then - papersize='A4' - end - local current_setting -- we cannot guarantee that context is installed, so we check for the |