mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
10 lines
178 B
Typst
10 lines
178 B
Typst
#import "color.typ": text_color_set
|
|
|
|
#{
|
|
|
|
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] $)
|
|
|
|
} |