Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active January 11, 2021 10:55
Show Gist options
  • Save ktzanev/11bc70d9566efc501ff3 to your computer and use it in GitHub Desktop.
Save ktzanev/11bc70d9566efc501ff3 to your computer and use it in GitHub Desktop.
Minimal LaTeX Hello World example
\documentclass{article}
\begin{document}
Hello World!
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment