Amlos (阿米诺洛斯) is a Typst package for making list of symbols.
Quick Start
this package exposes two function
#defsym(
group: "default",
math: false,
symbol, // the symbol you want to define
desc // the description of the symbol
)
// fn: takes an array of tuple (symbol, description, page)
#use-symbol-list(group: "default", fn)
you use defsym
to define a symbol and its description, and use-symbol-list
to list all the symbols defined. crossing reference will be created for each symbol.
More usage
Confirm manual.typ
and manual.pdf
Change log
v 0.1.0: basic functionalities
v 0.2.0: support for list symbols from multiple groups v 0.2.1: fix a small bug
License
Mozilla Public License Version 2.0