typst / templates

Templates that are directly maintained by the Typst team.
MIT No Attribution
228 stars 22 forks source link

Respect IEEE specification for equation references #17

Closed avonmoll closed 9 months ago

avonmoll commented 10 months ago
laurmaedje commented 9 months ago

I reverted the font argument because it's not really DRY to have a font argument on the template. There could be many other arguments like this for other stuff. Right now, it's hard to override from the outside (future styling system improvements might change that), but since the template is always cloned into a new project at the moment, it's trivial to change in the template files itself for now. I also want to keep things consistent across the templates.

laurmaedje commented 9 months ago

Thanks!

avonmoll commented 9 months ago

Understood. Thanks for merging and for all the work on typst, in general - it's fantastic!