chore: add basic tex example
All checks were successful
Run tests / test (push) Successful in 1m32s
Code Quality / lint (push) Successful in 2m5s

This commit is contained in:
2025-11-16 21:38:36 +01:00
parent 9b3e8ef8f4
commit 12389ba862

4
tex/hello.tex Normal file
View File

@@ -0,0 +1,4 @@
\documentclass{article}
\begin{document}
First example in \LaTeX
\end{document}