Typst – keep templates as external files rather than injecting it in the ouput #9514
baptiste
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Do you mean partials? (#8500) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using a custom template, the current strategy copies over the template into the output document, making it harder to post-process when part of a toolchain (e.g. one may want to
keep-typ: true
and manually edit the output – having all the template content in there makes for a difficult editing experience). This would be similar to Latex in that the style file is defined in a separate file.Beta Was this translation helpful? Give feedback.
All reactions