Using Pandoc and Typst to Produce PDFs
imaginarytext.ca
Using Pandoc and Typst to Produce PDFs
1–10 of 21 posts
Re: Using Pandoc and Typst to Produce PDFs
#2Re: Using Pandoc and Typst to Produce PDFs
#3Re: Using Pandoc and Typst to Produce PDFs
#4(I know that pandoc is incredibly flexible.)
Re: Using Pandoc and Typst to Produce PDFs
#5Can Typst only produce PDFs? Are other output formats on the development roadmap? (I know that pandoc is incredibly flexible.)
Re: Using Pandoc and Typst to Produce PDFs
#6I really wish there were more resources for Typst out there. The reference documentation seems comprehensive, but as somebody who is neither a developer nor experienced in LaTeX, I seem to need a bit more handholding.
Re: Using Pandoc and Typst to Produce PDFs
#7Re: Using Pandoc and Typst to Produce PDFs
#8I can see why someone would prefer Typst over LaTeX when the source is written in Typst or LaTeX, but what are the advantages if your source document is in Markdown? Is there anything else beyond the (presumably) smaller install size of Typst?
Re: Using Pandoc and Typst to Produce PDFs
#9Can Typst only produce PDFs? Are other output formats on the development roadmap? (I know that pandoc is incredibly flexible.)
Currently it only outputs PDF, PNG and SVG. The next release will have preliminary support for HTML. This will be a structured output so from there it will be easier to support other formats either directly or in post-processing e.g. through pandoc. Pandoc itself supports Typst input but I'm not sure how reliable that is.