From 12389ba86222655b6c7753e79afec14bcfb1ffb0 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 16 Nov 2025 21:38:36 +0100 Subject: [PATCH] chore: add basic tex example --- tex/hello.tex | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tex/hello.tex diff --git a/tex/hello.tex b/tex/hello.tex new file mode 100644 index 0000000..8b6d22f --- /dev/null +++ b/tex/hello.tex @@ -0,0 +1,4 @@ +\documentclass{article} +\begin{document} +First example in \LaTeX +\end{document} \ No newline at end of file