aboutsummaryrefslogtreecommitdiff
path: root/src/eval/template_math_content.typ
blob: 03732af936970bccc096940596a5c5dc4f4742c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#set page(
  fill: none, 
  margin: 2pt,
);

#let display(body) = context {
  let m = measure(body)
  set page(width: m.width + page.margin.length*2, height: m.height + page.margin.length*2)
  body
}

#display()[$!!$]