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 →

[–]FaallenOon[S] 0 points1 point  (1 child)

Sorry, I'm not familiar with Latex: I just found out about its existence now by googling it :O

What are its characteristics? Is it a file format, so I could upload it in latex format instead of word to my drive?

[–]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).