Beispieldateien für den Einsatz von LaTeX
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
339 B

%% Dokumentdeklaration
\documentclass[12pt,a4paper]{report}
%% Präambel
\usepackage{lipsum}
\usepackage[ngerman]{babel}
\usepackage{abstract}
\usepackage{subfiles}
\usepackage[onehalfspacing]{setspace}
\title{\LaTeX Demo}
\author{}
\date{\ }
%% Dokumentbegin
\begin{document}
\
\subfile{subfile1}
\subfile{subfile2}
\end{document}