Skip to content

Commit

Permalink
start integrating block envs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Feb 27, 2023
1 parent ba74e6b commit 99bd880
Show file tree
Hide file tree
Showing 83 changed files with 38,192 additions and 1 deletion.
4 changes: 4 additions & 0 deletions required/latex-lab/blocks-code.tex
@@ -0,0 +1,4 @@
% this will typeset documentation + code

\AtBeginDocument{\AlsoImplementation}
\input{latex-lab-block-tagging.dtx}
4 changes: 4 additions & 0 deletions required/latex-lab/blocks-doc.tex
@@ -0,0 +1,4 @@
% this will typeset documentation + code

\AtBeginDocument{\OnlyDescription}
\input{latex-lab-block-tagging.dtx}
6 changes: 5 additions & 1 deletion required/latex-lab/build.lua
Expand Up @@ -20,7 +20,11 @@ typesetfiles = {

unpackfiles = {"*.ins"}

sourcefiles = {"*.dtx", "*.ins", "*-????-??-??.sty"}
sourcefiles = {
"xtemplate.sty", -- while not distributed in latest version
"*.dtx", "*.ins",
"*-????-??-??.sty"
}

-- not testing xetex in the lab, we may want to switch to pdftex instead of etex though

Expand Down
11 changes: 11 additions & 0 deletions required/latex-lab/config-block-tagging.lua
@@ -0,0 +1,11 @@
-- Tests for block tagging stuff

stdengine = "pdftex"
checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-block-tagging"

checkruns = 4
forcecheckruns = true --- for tagged stuff


0 comments on commit 99bd880

Please sign in to comment.