From 0f1fbc4ecd21a2664bb709c592e6074cbbad33cd Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 6 Mar 2025 14:40:33 -0800 Subject: [PATCH] doc: Add example of math --- src/content/post/diagram.typ | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/post/diagram.typ b/src/content/post/diagram.typ index f7f4ced..8ea2270 100644 --- a/src/content/post/diagram.typ +++ b/src/content/post/diagram.typ @@ -1,5 +1,6 @@ #import "@preview/cetz:0.3.2" +#set text(24pt) #metadata(( title: "Title", date: "2025-01-01", @@ -78,6 +79,10 @@ This is a diagram. caption: [Comparison of blog typesetting options] ) +#html.frame[ +$ lim_(n -> infinity) (1 + 1/n)^n = sum_(n=0)^infinity 1/(n!) +$] + == Code #html.frame[```rust