Skip to content

Commit ab2a46c

Browse files
committed
removing error causing code
1 parent 54eeddd commit ab2a46c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

citationchain/templates/ebook.typ

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,4 @@
3434
}
3535

3636
content
37-
38-
show math.equation: set text(weight: 400)
39-
show math.equation.where(block: true): it => context if shiroa-sys-target() == "html" {
40-
theme-box(tag: "div", theme => {
41-
set text(fill: get-main-color(theme))
42-
p-frame(attrs: ("class": "block-equation", "role": "math"), it)
43-
})
44-
} else {
45-
it
46-
}
47-
show math.equation.where(block: false): it => context if shiroa-sys-target() == "html" {
48-
theme-box(tag: "span", theme => {
49-
set text(fill: get-main-color(theme))
50-
span-frame(attrs: (class: "inline-equation", "role": "math"), it)
51-
})
52-
} else {
53-
it
54-
}
55-
5637
}

0 commit comments

Comments
 (0)