We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eeddd commit ab2a46cCopy full SHA for ab2a46c
citationchain/templates/ebook.typ
@@ -34,23 +34,4 @@
34
}
35
36
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
50
- span-frame(attrs: (class: "inline-equation", "role": "math"), it)
51
52
53
54
55
56
0 commit comments