Hey there. I’m writing a very long document in Typst, and I wanted to have each chapter be its own .typ file. However, when using #include file.typ, I’m getting errors because commands i have defined in my main file are not defined in fyle.typ. Of course this also breaks some packages, such as glossarium and beautitled.
Any tips ?