LaTeX Basics
Since the main usage of LaTeX is creating documents, let's learn how to create a basic document!
\documentclass{article}
\begin{document}
Finally. I can get rid of Word and start "developing" documents!
\end{document}
Overall, there are 2 main parts in a document: preamble and main document.

Last updated