Skip to content

Commit

Permalink
Enable testing for l3draw using dvips
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 13, 2021
1 parent 7f36a85 commit 06533bb
Show file tree
Hide file tree
Showing 6 changed files with 2,618 additions and 0 deletions.
8 changes: 8 additions & 0 deletions l3experimental/l3draw/build.lua
Expand Up @@ -12,5 +12,13 @@ maindir = "../.."

typesetfiles = {"l3draw.dtx", "l3draw-code.tex"}

-- Set up to allow testing dvips, etc.
specialformats = specialformats or {}
specialformats["latex"] = specialformats["latex"] or
{
["etex-dvips"] = {binary = "etex", format = "latex"},
}
checkengines = {"pdftex", "luatex", "xetex", "etex-dvips", "ptex", "uptex"}

-- Load the common build code
dofile(maindir .. "/build-config.lua")

0 comments on commit 06533bb

Please sign in to comment.