From 2514ad25311a68d8244a77e4bfc4fd6e26b6848e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Mar 2024 10:25:54 -0700 Subject: Typst template: set table inset globally. --- data/templates/default.typst | 4 ++++ test/writer.typst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/data/templates/default.typst b/data/templates/default.typst index 935ae602c..25f105db2 100644 --- a/data/templates/default.typst +++ b/data/templates/default.typst @@ -9,6 +9,10 @@ $definitions.typst()$ .join() } +#set table( + inset: 6pt +) + $if(template)$ #import "$template$": conf $else$ diff --git a/test/writer.typst b/test/writer.typst index 6ce17d339..3367ee602 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -15,6 +15,10 @@ .join() } +#set table( + inset: 6pt +) + #let conf( title: none, authors: (), -- cgit v1.2.3