Skip to content

Commit

Permalink
Set up tests for l3draw with dvisvgm
Browse files Browse the repository at this point in the history
Thanks to the new feature for pgf!
  • Loading branch information
josephwright committed Dec 14, 2021
1 parent 3655fc9 commit 95bcfe1
Show file tree
Hide file tree
Showing 6 changed files with 2,367 additions and 2 deletions.
11 changes: 9 additions & 2 deletions l3experimental/l3draw/build.lua
Expand Up @@ -19,9 +19,16 @@ specialformats.latex =
luatex = {binary = "luahbtex",format = "lualatex"},
ptex = {binary = "eptex"},
uptex = {binary = "euptex"},
["etex-dvips"] = {binary = "etex", format = "latex"}
["etex-dvips"] = {binary = "etex", format = "latex"},
["etex-dvisvgm"] =
{
binary = "etex",
format = "latex",
tokens = "\\PassOptionsToPackage{backend=dvisvgm}{expl3}"
}
}
checkengines = {"pdftex", "luatex", "xetex", "etex-dvips", "ptex", "uptex"}
checkengines =
{"pdftex", "luatex", "xetex", "etex-dvips", "etex-dvisvgm", "ptex", "uptex"}

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

0 comments on commit 95bcfe1

Please sign in to comment.