phd-typst/main.typ

20 lines
370 B
Plaintext

#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"