m

mousse-notes

@preview

Elegant lecture notes inspired by old math books.

v2.0.0
MIT-0
1 downloads
Template

Package Information

Last Updated
Minimum Typst Version
0.13.1
Authors
dogeystamp
Categories
book
Disciplines
computer-sciencemathematics

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/mousse-notes:2.0.0

2. Initialize from template

Create a new project from this template:

typst init @preview/mousse-notes:2.0.0

Version History

2.0.00.13.1
669a5f77fc44...
1.1.00.13.1
611118e247cd...
1.0.00.13.1
10a7235e47ce...

Mousse notes is a Typst template for taking course notes, inspired by old-ish math books.

A screenshot of the first two pages of a Mousse notes chapter.

Getting Started

On the Typst web app, use "Start from template" and select this template to
create a new file with Mousse. For the Typst CLI, run

typst init @preview/mousse-notes dir

to create a Mousse notes directory.

Documentation

The documentation for this package is included directly in the template. See
template/main.typ, or instantiate the template to see how to use this
package.

Development

To install this package for development, install Typst,
Just, optipng, and ImageMagick.
Clone this git repository, then use just install to install the
package to the @local namespace.

Alternatively, use git worktree add to create a worktree at
~/.local/share/typst/packages/local/mousse-notes.

Run just thumbnail to generate thumbnails for the docs. To make a
release, make a vx.x.x version tag and push it to GitHub. Regenerate
the fine-grained personal access token (under Credentials on GitHub)