mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
28 lines
517 B
Typst
28 lines
517 B
Typst
#import "@preview/shiroa:0.2.2": *
|
|
|
|
#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]
|
|
|
|
]
|
|
|
|
)
|