Latex usage

From wikinotes

Compilation

% file.tex
% (example copied from https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes )

\documentclass[a4paper,12pt]{article}
\begin{document}
\title{Hello World! My first LaTeX document}
\author{Aaron Cocker}
\date{\today}
\maketitle

content will go here

\end{document}
latex file.tex   # creates file.dvi
evince file.dvi  # open in a pdf viewer

Editors

VimPlugin: vimtex syntax highlighting, live preview, etc.
texworks local tex IDE
https://latexeditor.lagrida.com/ web tex editor