\documentclass[a4paper, 12pt]{article} \usepackage[margin=1in]{geometry} \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{textcomp} \usepackage{libertine} \usepackage{amsmath} %\usepackage{amssymb} \usepackage{amsthm} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{wrapfig} \usepackage{enumerate} \usepackage{sectsty} \usepackage{setspace} \usepackage{booktabs} \usepackage{caption} \usepackage[justification=RaggedRight, singlelinecheck=false]{caption} %\usepackage{natbib} %[numbers] \usepackage{multirow} \usepackage{3parttable} \usepackage{mathtools} \usepackage{tabu} \usepackage{makecell} \usepackage{dsfont} \usepackage{tikz} \usepackage{nicefrac} \usepackage{enumitem} \usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows} \usetikzlibrary{positioning,calc,calligraphy} \usepackage{pgfplots} \usepgfplotslibrary{colorbrewer} \usepackage{subcaption} \usetikzlibrary{arrows,decorations.markings} \pgfplotsset{compat = 1.16} \usepackage[export]{adjustbox} \usepackage[style=authoryear, backend=bibtex]{biblatex} \addbibresource{Literaturverzeichnis.bib} \urlstyle{same} \bibliography{Literaturverzeichnis.bib} \numberwithin{figure}{section} \numberwithin{table}{section} \numberwithin{equation}{section} \sectionfont{\centering} \input{insbox} %\parindent0in \pagestyle{plain} \thispagestyle{plain} \newtheorem{Theorem}{Theorem}[section] \newtheorem{Definition}[Theorem]{Definition} \newtheorem{Lemma}[Theorem]{Lemma} \newtheorem{Algorithm}[Theorem]{Algorithm} \newtheorem{Example}[Theorem]{Example} \newtheorem{Assumption}[Theorem]{Assumption} \DeclareMathOperator*{\plim}{\mathbb{P}\text{-}\lim} \DeclareMathOperator{\supp}{supp} \DeclareMathOperator*{\argmin}{arg\,min} \begin{document} \newcommand{\plimn}[0]{\plim\limits_{n \to \infty}} \newcommand{\norm}[1]{\left\lVert#1\right\rVert} \newcommand*\circled[1]{\tikz[baseline=(char.base)]{ \node[shape=circle,draw,inner sep=2pt] (char) {#1};}} \newcommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}} %\newcommand{\myrightarrow}[1]{\xrightarrow{\makebox[2em][c]{$\scriptstyle#1$}}}‌ %Arndt Tobias \hfill 21.12.2017\newline %\textbf{Seminar Machine--Learning: Unsupervised %Learning} \newline %Institut für Mathematik der Universität %Augsburg\\ %Lehrstuhl für Rechnerorientierte Statistik und %Datenanalyse\\ \smallskip\hrule\bigskip \begin{center} {\huge{Electricity Price Forecasting based on Regression Tree Models}} \end{center} \hrulefill \pagenumbering{gobble} \newpage %\setcounter{tocdepth}{4} \tableofcontents \newpage % Introduction Neural Networks \input{introduction_nn} \newpage % Theorem 3.8 \input{theo_3_8.tex} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: