We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f6a52 commit b157a5dCopy full SHA for b157a5d
1 file changed
tools/build-tinytex-2.ps1
@@ -15,7 +15,7 @@ $releaseYear = if ($releaseYearMatch) { $releaseYearMatch.Matches.Groups[1].Valu
15
if ($env:FORCE_REBUILD -ne 'true' -and $releaseYear -ne '' -and $releaseYear -eq $env:TEXLIVE_YEAR) {
16
Write-Host ">> Years match (TeX Live $($env:TEXLIVE_YEAR)): reusing daily TinyTeX-2 bundle and applying incremental updates"
17
$env:TINYTEX_INSTALLER = 'TinyTeX-2'
18
- cmd /c "$PSScriptRoot\install-bin-windows.bat" "$PWD"
+ cmd /c "$PSScriptRoot\install-bin-windows.bat" "$PWD" '2>&1' | Write-Host
19
Rscript -e "tinytex::tlmgr(c('option', 'repository', Sys.getenv('CTAN_REPO')))"
20
21
# Capture installed packages before any changes
0 commit comments