Set up FLT example

This commit is contained in:
Joscha 2025-08-02 16:30:46 +02:00
parent d462aad554
commit 3cf236c5df
6 changed files with 325 additions and 0 deletions

2
example/common.typ Normal file
View file

@ -0,0 +1,2 @@
#import "whiteprint.typ": *
#let todo(body) = text(fill: red, body)