Files
university/book.typ
Jonas Karl Wilhelm Hahn 7fd13eb52d Edit book.typ
2025-04-23 21:49:30 +00:00

28 lines
517 B
Typst

#import "@preview/shiroa:0.2.0": *
#show: book
#book-meta( // put metadata of your book like book.toml of mdbook
title: "shiroa",
description: "shiroa Documentation",
repository: "https://github.com/Myriad-Dreamin/shiroa",
authors: ("Myriad-Dreamin", "7mile"),
language: "en",
summary: [ // this field works like summary.md of mdbook
= Introduction
- #chapter("S2/ExPhyII/VL/ExIIVL1.typ", section: "1.1")[Installation]
- #chapter(none, section: "1.2.1")[Drafting chapter]
]
)