a

amlos

@preview

Amlos makes list of symbols.

v0.2.1
MPL-2.0

Package Information

Last Updated
Authors
枚鴉
Categories
utilitycomponents
Disciplines
mathematicsphysicsengineeringcomputer-science

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/amlos:0.2.1

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/amlos:0.2.1": *

Version History

0.2.1
a02961844846...
0.2.0
e9cfd1301ec8...
0.1.0
9e49219ee324...

Amlos makes list of symbols

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