Skip to content

Commit b65b538

Browse files
update ctheorem for typst 0.13 compatibility
1 parent ad619f4 commit b65b538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/customnodes/theorem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local letted_typst_theorem = {}
9393
local function ensure_typst_theorems(reftype)
9494
if not included_typst_theorems then
9595
included_typst_theorems = true
96-
quarto.doc.include_text("in-header", "#import \"@preview/ctheorems:1.1.0\": *")
96+
quarto.doc.include_text("in-header", "#import \"@preview/ctheorems:1.1.3\": *")
9797
quarto.doc.include_text("in-header", "#show: thmrules")
9898
end
9999
if not letted_typst_theorem[reftype] then

0 commit comments

Comments
 (0)