diff --git a/texfindpkg.lua b/texfindpkg.lua index 9cff051..6427bb9 100644 --- a/texfindpkg.lua +++ b/texfindpkg.lua @@ -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)