Hacker News new | ask | show | jobs
by kalenx 1485 days ago
For most usages, you don't need to write the code. Sometimes buff out rough edges for your specific application, but in my 12 years in academia, I think I've only really _written_ Latex twice.
2 comments

How do you typeset your research then?
By just using the existing "code"/markup. Similarly, I would not count writing markdown as programming. Now if you need some new stuff, e.g. complicated tree diagrams, it starts to turn into programming.
You could do it through Pandoc. Pandoc can process multiple data sources (citations, chapters, yamls etc.) and output a pdf.

You can turn on citation linking (in the text), you can apply a custom latex template.

Once it is all setup, you just write text in Pandoc Markdown.

Ok that makes a bit more sense, thanks for taking the time to educate me :)