https://typst.app/
Pandoc Templates
31–40 of 65 posts
Re: Pandoc Templates
#32Re: Pandoc Templates
#33Re: Pandoc Templates
#34Re: Pandoc Templates
#35https://typst.app/
Re: Pandoc Templates
#36Pandoc is an impressive piece of software but I could never quite get PDF generation working nicely with it. Table layouts were often broken, with text overlapping into adjacent fields. Unicode font fallback didn't work properly, with characters like "→" being silently dropped because they didn't exist in the main font. Having predictable control of page breaks, to avoid situations where header text didn't stick to t…
Re: Pandoc Templates
#37Pandoc is an impressive piece of software but I could never quite get PDF generation working nicely with it. Table layouts were often broken, with text overlapping into adjacent fields. Unicode font fallback didn't work properly, with characters like "→" being silently dropped because they didn't exist in the main font. Having predictable control of page breaks, to avoid situations where header text didn't stick to t…
In fact, just had a friend with a traditionally published book who is now self-pubbing ask me yesterday about my tools. I recommended Pandoc and Typst. He (surprisingly to me) had never heard of Typst, but within the hour replied that (with the use of AI) he had a great-looking template for the book. (Try doing that with LaTeX).
Re: Pandoc Templates
#38Pandoc is an impressive piece of software but I could never quite get PDF generation working nicely with it. Table layouts were often broken, with text overlapping into adjacent fields. Unicode font fallback didn't work properly, with characters like "→" being silently dropped because they didn't exist in the main font. Having predictable control of page breaks, to avoid situations where header text didn't stick to t…
Use Pandoc w/ Typst. I've published many books using it. In fact, just had a friend with a traditionally published book who is now self-pubbing ask me yesterday about my tools. I recommended Pandoc and Typst. He (surprisingly to me) had never heard of Typst, but within the hour replied that (with the use of AI) he had a great-looking template for the book. (Try doing that with LaTeX).
Re: Pandoc Templates
#39Re: Pandoc Templates
#40I used to use pandoc for my bachelors papers, which needed to be submitted as word documents. I never used templates but had a rather large "one-liner" pandoc command to convert my markdown files. At the time I'd not got round to understanding the yaml front matter etc. I even user Zettlr for a while [0]. I then discovered quarto [1] and this changed everything. Much nicer experience. I used this for my masters paper…