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

7
example/main.typ Normal file
View file

@ -0,0 +1,7 @@
#import "whiteprint.typ": *
#show: init-whiteprint
#show "mathlib": `mathlib`
#include "01_introduction.typ"
#include "02_first_reduction.typ"