Damien Gonot
Home Blog Notes About

LaTeX

Homepage / Notes / Computer Science / Tools / LaTeX

Intro

A high-quality typesetting system. Mostly used for technical and scientific documents. Basically the standard in academia.

Example

\documentclass{article}
\title{Cartesian closed categories and the price of eggs}
\author{Jane Doe}
\date{September 1994}
\begin{document}
   \maketitle
   Hello world!
\end{document}

Resources

https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes

https://www.overleaf.com/learn/latex/Creating_a_document_in_LaTeX