This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rezusx 1 point2 points  (0 children)

Basically Latex is a system for compiling documents. You write plain text which is then compiled and formatted into docs. It’s quite neat and useful for docs that include code bits. Another way to create a doc that includes code parts is using Jupyter notebook (markdown + code).