Package Information
- Last Updated
- Authors
- Spencer Chang
- Dependencies
- @preview/xarrow:0.3.1
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/whalogen:0.3.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/whalogen:0.3.0": *whalogen
whalogen is a library for typsetting chemical formulae with Typst, inspired by mhchem.
GitHub repository: https://github.com/schang412/typst-whalogen
Examples

#import "@preview/whalogen:0.2.0": ce
$ #ce("HCl + H2O -> H3O+ + Cl-") $
See the manual for more details and examples.