diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:54:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:54:57 +0200 |
| commit | 77ccdd8559383c25fc59fbcba38117102e5657b5 (patch) | |
| tree | af089391472afe3207572f16ed0940aa0b8fc37d /src/eval/template_math_block.typ | |
| parent | ce40702a501c3159db89693bd7da713ae1b4c011 (diff) | |
fix(test): checking diff for random values in svg
Diffstat (limited to 'src/eval/template_math_block.typ')
| -rw-r--r-- | src/eval/template_math_block.typ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/eval/template_math_block.typ b/src/eval/template_math_block.typ index ecadae1..b36f063 100644 --- a/src/eval/template_math_block.typ +++ b/src/eval/template_math_block.typ @@ -1,8 +1,8 @@ -#show math.equation: set text(font: "New Computer Modern Math") -#show math.text: set text(font: "New Computer Modern") - #let display(body) = context { - let margin = 2pt + show math.equation: set text(font: "New Computer Modern Math") + show math.text: set text(font: "New Computer Modern") + + let margin = 4pt let m = measure(body) set page( fill: none, |
