chore: Update setup.sh

This commit is contained in:
Fabio Lenherr / DashieTM 2024-02-11 15:53:22 +01:00
parent 45ca8d534f
commit 7884a29617
32 changed files with 296 additions and 151 deletions

View file

@ -94,14 +94,14 @@ local patternSnippet = s(
*Problem* | {2}\
*Solution* | {3}\
#set text(size: 11pt)
{5}
{4}
#columns(2, [
#text(green)[Benefits]
- {6}
- {5}
#colbreak()
#text(red)[Liabilities]
- {7}
- {6}
])
]],
{
@ -111,7 +111,6 @@ local patternSnippet = s(
i(4, ""),
i(5, ""),
i(6, ""),
i(7, ""),
}
)
)