Prepare phd in typst

This commit is contained in:
2023-04-14 18:27:59 +02:00
commit ac9abf3809
133 changed files with 584961 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#set heading(numbering: "1.1 ")
#set par(first-line-indent: 1em, justify: true)
#show link: underline
// Code formatting
#show raw.where(block: false): box.with(
fill: luma(240),
inset: (x: 3pt, y: 0pt),
outset: (y: 3pt),
radius: 2pt,
)
#show raw.where(block: true): block.with(
fill: luma(240),
inset: 10pt,
radius: 4pt,
)
#include "foreword/main.typ"