update unexplrd-mise template

This commit is contained in:
2026-03-29 17:00:20 +03:00
parent ea4a5a007b
commit ffa3ce0bdc
3 changed files with 24 additions and 9 deletions
@@ -1,4 +0,0 @@
#import "utils.typ": code
// = Код програми sample.c <foo-c>
// #code(read("/assets/sample.c"))
+7 -2
View File
@@ -9,8 +9,9 @@
// #show: style.dstu
#show: pz-lb.with(..toml("doc.toml"), title: "") // set title to none if empty
// Useful snippets
/// Useful snippets
/// Import a .csv table
// #figure(
// caption: [],
// table(
@@ -20,4 +21,8 @@
// ),
// )
// #style.appendices(include "appendices.typ")
/// Appendices
// #style.appendices(include "chapters/appendices.typ")
// or
// #show: style.appendices
// = ...