Allow for use of ConTeXt writer to generate PDFs #2463
adunning
commented
adunning
commented
Thank you! Will update the README after you evaluate jgm/pandoc-templates#138 (I have also written the ConTeXt list to see whether I can get additional scrutiny for this).
+++ Ophir Lifshitz [Oct 20 15 09:44 ]:
Are there any plans to add a few tests for ConTeXt?
There are tests for context. You mean tests for PDF
generation via context? We don't even currently have
tests for PDF generation via latex.
hftf
commented
Yes, that's what I meant. Sorry, I didn't realize there weren't even tests for LaTeX PDF generation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the search for a more lightweight and reliable method to generate PDFs in parallel to LaTeX (#1839), it occurs to me that ConTeXt offers a solution that is mostly implemented already. I assume that allowing the use of something like
pandoc x.md -o x.pdf -t context
to generate a PDF without the accompanyinglog
andtuc
files would be straightforward (this gives the errorcannot produce pdf output with context writer
under 1.15.1.1).For someone who simply wants a decent PDF without any fiddling, this has the advantages that the download is ca. 200 MB, in the same range as BasicTeX, but one doesn't have to worry about missing packages (also included in TeX Live); one doesn't have to worry about Unicode; and the default page layout has margins closer to what a user of MS Word would expect in comparison to the
article
document class (though less ideal from a design perspective).