How to use with typst #351
|
Hello everyone I am new to using this tool and in the install it says that you have to install an entire latex distribution. Is it also possible to just run everything over typst instead? |
Replies: 3 comments 8 replies
|
Yes, for document generation, but not by switching the bundled templates: those remain LaTeX. Install Typst, then run With both templates active, |
|
Update for anyone landing here: a community Typst CV + cover-letter template pair now exists - announced in #78 (#78 (reply in thread)). Both templates screened placeholder-only; register each with |
Yes, for document generation, but not by switching the bundled templates: those remain LaTeX. Install Typst, then run
/add-templatetwice—once with a Typst CV template and once with a Typst cover-letter template. For a.typsource it defaults totypst compile <file>.typ <file>.pdf, test-compiles it, and activates that command for/apply.With both templates active,
/applyuses their declared compile commands instead oflualatexorxelatex, so that workflow no longer needs a LaTeX compiler. You do need Typst versions of both documents;/add-templateregisters templates, but does not convert the bundledmoderncvandcover.clsfiles.