m

malos-book-style

@preview

A book template based on Malo's Presets.

v1.0.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.15.0
Authors
Malo
Categories
book

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/malos-book-style:1.0.0

2. Initialize from template

Create a new project from this template:

typst init @preview/malos-book-style:1.0.0

Version History

1.0.00.15.0
6970072e3804...

Malo's Book Style

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.