Universe

Create project in app

Malo’s Book Style is a book template based on Malo’s Presets.

Example Document

Below are the pages of an example document created using Malo’s Book Style.

(1/3) A title page with a title, subtitle, author list, outline, and a small paragraph. (2/3) A page with a chapter title: "chapter I. About Malo's Book Style". (3/3) A page with large headers separating paragraphs of text.

Usage

After importing the appropriate version of the package, you can use Malo’s Book Style as follows to reproduce the above example.

#import "@preview/malos-book-style:1.0.0": book

#set text(lang: "en")

#set document(
  title: [Example Book],
  author: "Malo",
)

#show: book.with(
  subtitle: [Using Malo's Book Style],
)


#outline()

This is an example document using Malo's Book Style.


= About Malo's Book Style

== Headings

First level headings are styled like chapter titles. Second level headings are highly visible and draw attention, while lower level headings are styled more subtly.

== Page Header

Page headers display the document title and the last chapter title.

== Inherited Features from Malo's Presets

Malo's Book Style is based on #link("https://typst.app/universe/package/malos-presets")[Malo's Presets] and inherits features such as font and paragraph configuration, asterism dividers, and more.