Reach for Markdown, not LaTeX
blog.jez.io
Reach for Markdown, not LaTeX
1–10 of 184 posts
Re: Reach for Markdown, not LaTeX
#2However, I doubt anyone who argue with a modified premise of "Reach for Markdown, not LaTeX, when writing blog posts." But that wouldn't produce as many clicks, either.
Re: Reach for Markdown, not LaTeX
#3Plus, I think Pandoc-based collaboration is still out of reach, as there are simply too many moving parts: the underlying LaTeX distribution, templates, filters, most of them only available through cloning git repositories.
So a typical workflow of mine is: draft in Markdown/Pandoc, start adding stuff, but migrate to LaTeX very soon if you notice something is going wrong (also, the Pandoc LaTeX output sometimes needs some tweaking, so it's better to leave Markdown while the document is relatively small).
Re: Reach for Markdown, not LaTeX
#4The other goal being to communicate with others.
Markdown is good for both. Sorry all three.
Re: Reach for Markdown, not LaTeX
#5I do reach for Markdown/Pandoc whenever possible, but on longer documents one will end up using lots of LaTeX tricks to get the job done (newcommands, subfigures, or that strange package that respects the typesetting conventions of your field). Plus, I think Pandoc-based collaboration is still out of reach, as there are simply too many moving parts: the underlying LaTeX distribution, templates, filters, most of them…
I do use LaTeX, but I have a love-hate relationship with it. Lots of LaTeX packages don't compose well, and there are tons of pitfalls. But there are beautiful parts too, like TikZ or Memoir. I'd be happier with TeX, but few people use that.
Re: Reach for Markdown, not LaTeX
#6Re: Reach for Markdown, not LaTeX
#7Re: Reach for Markdown, not LaTeX
#8I’m admittedly biased, but I love the ease of writing Markdown combined with being able to inline arbitrary DOM for math, sparklines etc. More examples here:
https://beta.observablehq.com/@mbostock/measuring-color-diff...
https://beta.observablehq.com/@mbostock/introduction-to-html
Re: Reach for Markdown, not LaTeX
#9Re: Reach for Markdown, not LaTeX
#10I don't think most people are reaching for LaTeX to write to-do lists or other ephemeral notes (which can be pretty effectively written just in .txt), but because they'll need some feature that is simple in LaTeX but difficult or impossible elsewhere. However, I doubt anyone who argue with a modified premise of "Reach for Markdown, not LaTeX, when writing blog posts." But that wouldn't produce as many clicks, either.