Files
harheimertc/test-vspace.tex
Torsten Schulz (local) 3586704cce
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 10m29s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
Update file permissions for multiple server and test files to executable mode
2026-07-15 08:45:12 +02:00

23 lines
302 B
TeX
Executable File

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{geometry}
\geometry{margin=2cm}
\title{\textbf{Test}\\
\vspace{1cm}
\Large Test-Titel}
\date{}
\begin{document}
\maketitle
\vspace{1cm}
Dies ist der Inhalt nach dem Header.
\end{document}