duskmoon314 / typst-fontawesome

A Typst library for Font Awesome icons through the desktop fonts.
https://typst.app/universe/package/fontawesome
MIT License
20 stars 0 forks source link

Included modules #7

Closed mescobal closed 5 months ago

mescobal commented 5 months ago

When working with multple files, I need to import the module for each of the included documents. I don't know if this is a bug or not.

duskmoon314 commented 5 months ago

I don't know if typst allows a preamble like latex. Is there any package you used that only needs one import in the main document? I would like to find out what I need to add.

duskmoon314 commented 5 months ago

I think this might be the design choice of typst. See https://github.com/typst/typst/issues/595#issuecomment-1497515429

mescobal commented 5 months ago

Understood. Some languages distinguish "import" from "include". Thanks a lot.