mirror of
https://github.com/Zenithsiz/ist-ddrs-lab3.git
synced 2026-02-03 14:10:06 +00:00
9 lines
198 B
Typst
9 lines
198 B
Typst
#import "/typst/util.typ" as util: indent_par, code_figure
|
|
|
|
#code_figure(
|
|
text(size: 0.8em, raw(read("/code/5.R"), lang: "R", block: true)),
|
|
caption: [Code used for exercise 5],
|
|
)
|
|
|
|
#pagebreak()
|