Create project in app Simple and complete books without introducing new syntax
Quick Start
#import "@preview/min-book:0.1.0": book
#show: book.with(
title: "Book Title",
subtitle: "Complementary subtitle, not more than two lines long",
authors: "Author",
cover: image("assets/cover.jpeg"),
)
Description
Generate complete and complex books, without any annoying new commands or syntax, just good old pure Typst. This package works by manipulating the standard Typst elements, adapting them to the needs of a book structure. All of this is managed behind the scenes, so that nothing changes in the Typst code itself.