typst-templates
typst-templates copied to clipboard
Write appendix after `#show: appendix`
Instead of passing the appendix to the main class function at the beginning of the document, it would be convenient to have something like
// main text
@show: appendix
= Some title for this appendix
= Another appendix
This feature is already implemented in many templates:
https://typst.app/universe/package/arkheion https://typst.app/universe/package/rubber-article https://github.com/maucejo/elsearticle
Totally agreed. I was thinking about that too, but for different reasons. Iād like to break up the entire show-rule into several smaller show-rules.
Contributions are welcome. š
Totally agreed.
Nice!
Contributions are welcome. š
sorry my typst skills are abysmal at the moment