Prepare phd in typst
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user