https://github.com/latex3/latex2e
Raw File
Tip revision: 19b9416ae8e1e83a814f13da645414bad4d61adf authored by Joseph Wright on 29 February 2024, 08:45:07 UTC
Add firstaid for chemnum
Tip revision: 19b9416
config-1run.lua
-- Tests that have only 1 run 

checksearch  = false
testfiledir  = "testfiles-1run"

dynamicfiles = {"*.tst",
                "*.aux","*.toc","*.lof","*.lot",          -- may need more depending on tests
                "github 220 input.tex","github-0220.sty"  -- used by ithub-0220.lvt
	       }

checkruns     = 1
back to top