typst-drafting icon indicating copy to clipboard operation
typst-drafting copied to clipboard

Import Required in Every File

Open CronJorian opened this issue 9 months ago • 0 comments

Not sure if this is intended, however, if your file structure looks like this:

├── main.typ <- imports drafting └── chapters/ ├── chapter1.typ └── chapter2.typ

The note commands can only be called from chapter1.typ or chapter2.typ if these import drafting too. I did not find anything in the docs according to modular files.

If the required reimports are intentional, just close this issue, however I think it'd be more convenient to import it just once.

CronJorian avatar May 27 '24 14:05 CronJorian