Skip to content

Commit

Permalink
close #377: do not define the TEXMFHOME variable, but just respect Te…
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 6, 2022
1 parent 5231b8e commit 170d914
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tools/install-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ else
# case we personalize texmf variables
if [ "$1" = '--admin' ]; then
echo 'TEXMFCONFIG $HOME/.TinyTeX/texmf-config' >> $PRNAME
echo 'TEXMFHOME $HOME/.TinyTeX/texmf-home' >> $PRNAME
echo 'TEXMFVAR $HOME/.TinyTeX/texmf-var' >> $PRNAME
else
mkdir -p $HOME/bin
Expand All @@ -32,7 +31,6 @@ fi
# no need to personalize texmf variables if not installed by admin
if [ "$1" != '--admin' ]; then
echo 'TEXMFCONFIG $TEXMFSYSCONFIG' >> $PRNAME
echo 'TEXMFHOME ./texmf-home' >> $PRNAME
echo 'TEXMFVAR $TEXMFSYSVAR' >> $PRNAME
fi

Expand Down
1 change: 0 additions & 1 deletion tools/install-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.Security
powershell -Command "(gc tinytex.profile) -replace '\./', './TinyTeX/' | Out-File -encoding ASCII tinytex.profile"

echo TEXMFCONFIG $TEXMFSYSCONFIG>> tinytex.profile
echo TEXMFHOME ./TinyTeX/texmf-home>> tinytex.profile
echo TEXMFVAR $TEXMFSYSVAR>> tinytex.profile

rem download the custom package list
Expand Down

0 comments on commit 170d914

Please sign in to comment.