Skip to content

nleanba/equation-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equation-maker

Searches provided source file for [[[ formula ]]] and [[[! block formula ]]], uses typst to render the formulas into svg placed in output, and replaces them in the formula with <img>s.

Example Usage:

cargo run -- ../website/txt/2025-06-05-typst-equations.html --output ../website/img/eq/ --path "/img/eq/"
  • ../website/txt/2025-06-05-typst-equations.html is the path to the html file to process
  • ../website/img/eq/ is the path to the folder where the generated images should be placed
  • "/img/eq/" is the path-prefix to be used in the html.

About

replace equations in HTML with rendered typst SVGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages