LaTex

Updated: 02 September 2024

Create file hello.tex

\documentclass[12pt]{article}
\begin{document}
Hello world!
$Hello world!$ %math mode 
\end{document}

Create a pdf

pdflatex hello.tex