From a42e45bd1462ffb05e5b20b675e76f85d44d5a9a Mon Sep 17 00:00:00 2001 From: szdytom Date: Wed, 9 Jul 2025 15:09:47 +0800 Subject: [PATCH] update back cover Signed-off-by: szdytom --- back-cover.typ | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/back-cover.typ b/back-cover.typ index 255b38b..a55b545 100644 --- a/back-cover.typ +++ b/back-cover.typ @@ -1,4 +1,5 @@ -#import "color.typ": text_color_set +#import "color.typ": text_color_set, theme_color_set +#import "@preview/cetz:0.4.0" #{ @@ -6,5 +7,10 @@ set align(right) v(1fr) set text(22pt, fill: text_color_set.at("100")) box($ F_n = 1/(sqrt(5))[((1+sqrt(5))/2)^n-((1-sqrt(5))/2)^n] $) +layout(ly => cetz.canvas(length: ly.width, { + import cetz.draw: * + line((0, 0), (1, 0), stroke: 3pt + theme_color_set.at("100")) + line((0, 0), (.25, 0), stroke: 3pt + text_color_set.at("100")) +})) } \ No newline at end of file