|
|
|
|
|
by cbolton
354 days ago
|
|
Just have a master settings.typ that you import in top1.typ, top2.typ and top3.typ? Alternatively, you can pass global settings at build time with `typst c --input name=value` Maybe I misunderstood though, if you can link to an actual example (gist or something) I'd be happy to try and give a concrete solution. |
|
Yes, but each included file (like education.typ, publications.typ, etc) should also get these settings propagated from top - which typst doesn't allow - the appropriate settings need to be included in each of these files.
> you can pass global settings at build time with `typst c --input name=value`
This is something I did not know - will check.