From 312b400275fcb3524f3188d52f48aae532215799 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Feb 2022 17:51:21 +0000 Subject: 2022 pretest start git-svn-id: svn://tug.org/texlive/trunk@62186 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/web2c/texmf.cnf | 10 +++++----- Master/texmf-dist/web2c/texmfcnf.lua | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/web2c') diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index c9e887339d2..fa71b3e3155 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is -% installed in /some/path/to/texlive/2021/texmf-dist/web2c/texmf.cnf, -% put your custom settings in /some/path/to/texlive/2021/texmf.cnf. +% installed in /some/path/to/texlive/2022/texmf-dist/web2c/texmf.cnf, +% put your custom settings in /some/path/to/texlive/2022/texmf.cnf. % (Below, we use YYYY in place of the specific year.) % % What follows is a super-summary of what this .cnf file can @@ -84,10 +84,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2021/texmf-var +TEXMFVAR = ~/.texlive2022/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2021/texmf-config +TEXMFCONFIG = ~/.texlive2022/texmf-config % This is the value manipulated by tlmgr's auxtrees subcommand in the % root texmf.cnf. Kpathsea warns about a literally empty string for a @@ -835,7 +835,7 @@ nest_size = 500 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost param_size = 10000 % simultaneous macro parameters, also applies to MP -save_size = 80000 % for saving values outside current group +save_size = 200000 % for saving values outside current group stack_size = 5000 % simultaneous input sources % Limit on recursive expansion calls so TeX has a chance to quit nicely diff --git a/Master/texmf-dist/web2c/texmfcnf.lua b/Master/texmf-dist/web2c/texmfcnf.lua index c6cc5b959d8..b8954a02083 100644 --- a/Master/texmf-dist/web2c/texmfcnf.lua +++ b/Master/texmf-dist/web2c/texmfcnf.lua @@ -45,13 +45,13 @@ return { -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live TEXMFSYSVAR = "selfautoparent:texmf-var", - TEXMFVAR = "home:.texlive2021/texmf-var", + TEXMFVAR = "home:.texlive2022/texmf-var", -- We have only one cache path but there can be more. The first writable one -- will be chosen but there can be more readable paths. TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR", - TEXMFCONFIG = "home:.texlive2021/texmf-config", + TEXMFCONFIG = "home:.texlive2022/texmf-config", -- I don't like this texmf under home and texmf-home would make more -- sense. One never knows what installers put under texmf anywhere and -- cgit v1.2.3