FSWIAI CICD Bot 2249a0810c
All checks were successful
wiai.de deployment / build (push) Successful in 2m39s
updated latex weekend slides
2025-05-15 21:52:17 +00:00

14 lines
332 B
TeX

\documentclass{article}
\usepackage{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\title{A Title}
\begin{document}
\maketitle
\tableofcontents
\section{This is section 1}
A paragraph about the content of section 1.
\section{This is section 2}
A paragraph about the content of section 2.
\end{document}