Skip to content

Commit

Permalink
add a comment for miktex
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Nov 22, 2024
1 parent 7c33ff8 commit ff104de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions texfindpkg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ local function installSomePackages(list)
end
tfpExecute("tlmgr install " .. pkgs)
else
-- miktex fails if one of the packages is already installed
-- so we install miktex packages one by one
for _, p in ipairs(list) do
tfpRealPrint("installing miktex package: " .. p)
tfpExecute("miktex packages install " .. p)
Expand Down

0 comments on commit ff104de

Please sign in to comment.