Skip to content

Commit

Permalink
don't use -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Oct 11, 2022
1 parent 32127b7 commit e35f814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions required/latex-lab/build.lua
Expand Up @@ -31,11 +31,11 @@ checkengines = { "pdftex", "luatex" }
-- specialformats
specialformats = specialformats or {}

specialformats["latex"] = specialformats["latex"] or
{
luatex = {binary="luahbtex",format = "lualatex-dev"},
pdftex = {binary="pdftex",format = "pdflatex-dev"},
}
--specialformats["latex"] = specialformats["latex"] or
-- {
-- luatex = {binary="luahbtex",format = "lualatex-dev"},
-- pdftex = {binary="pdftex",format = "pdflatex-dev"},
-- }


checkdeps =
Expand Down

0 comments on commit e35f814

Please sign in to comment.