https://github.com/latex3/latex2e
Raw File
Tip revision: 677a0faec3ada45402c67ba34d9a34e3dd9d5479 authored by Joseph Wright on 30 November 2022, 21:06:22 UTC
Step release tag
Tip revision: 677a0fa
config-doc.lua
-- Test with search tree enabled

-- checkengines = {"etex" }       -- use all engines

checksearch  = true

-- even with search = true we have to load tools to get multicol :-(
checkdeps =
  {
    maindir .. "/required/tools"
  }

testfiledir  = "./testfiles-doc"

-- testsuppdir  = testfiledir .. "/support"
back to top