diff options
author | Camil Staps | 2021-06-18 14:02:26 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-18 14:02:26 +0200 |
commit | a5a03c53241616bab58dcdb232a4f1bc0253bb1a (patch) | |
tree | 1642f51226c15fd049ee2b9b6c964cdb9b551bd3 /texlive/texlive.profile | |
parent | Move iTasks-SDK project to itasks-sdk (diff) |
Install TeXLive 2021
Diffstat (limited to 'texlive/texlive.profile')
-rw-r--r-- | texlive/texlive.profile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/texlive/texlive.profile b/texlive/texlive.profile index 7868bd0..534e4f2 100644 --- a/texlive/texlive.profile +++ b/texlive/texlive.profile @@ -1,17 +1,18 @@ -# texlive.profile written on Fri Apr 10 11:27:58 2020 UTC +# texlive.profile written on Fri Jun 18 11:41:55 2021 UTC # It will NOT be updated and reflects only the # installation profile at installation time. selected_scheme scheme-custom -TEXDIR /usr/local/texlive/2020 -TEXMFCONFIG ~/.texlive2020/texmf-config +TEXDIR /usr/local/texlive/2021 +TEXMFCONFIG ~/.texlive2021/texmf-config TEXMFHOME ~/texmf TEXMFLOCAL /usr/local/texlive/texmf-local -TEXMFSYSCONFIG /usr/local/texlive/2020/texmf-config -TEXMFSYSVAR /usr/local/texlive/2020/texmf-var -TEXMFVAR ~/.texlive2020/texmf-var +TEXMFSYSCONFIG /usr/local/texlive/2021/texmf-config +TEXMFSYSVAR /usr/local/texlive/2021/texmf-var +TEXMFVAR ~/.texlive2021/texmf-var binary_x86_64-linux 1 collection-basic 1 -instopt_adjustpath 0 +collection-xetex 1 +instopt_adjustpath 1 instopt_adjustrepo 1 instopt_letter 0 instopt_portable 0 @@ -26,6 +27,6 @@ tlpdbopt_install_docfiles 1 tlpdbopt_install_srcfiles 1 tlpdbopt_post_code 1 tlpdbopt_sys_bin /usr/local/bin -tlpdbopt_sys_info /usr/local/share/info -tlpdbopt_sys_man /usr/local/share/man +tlpdbopt_sys_info /usr/local/info +tlpdbopt_sys_man /usr/local/man tlpdbopt_w32_multi_user 1 |