I'm trying to write some text in two columns on the titlepage, but unfortunately everytime the tabular part is on a new page with a blank page between. I guess it has something to do with \maketitle, but how do I change that in LyX?
P.S. Multicols doesnt work too
\begin{document}
\begin{titlepage}
\title{randomTitle}
\subject{1. bla}
\date{vorgelegt am \today}
\begin{doublespace}
\publishers{\noindent Fakultät Wirtschaft \smallskip{}
\\
Studiengang Wirtschaftsinformatik\smallskip{}
\\
Kurs }
\end{doublespace}
\author{von \smallskip{}
\\
user1259201}
\maketitle
\begin{tabular}{ll}
Verfasser: \\\ Ich
Ausbildungsbetrieb:\\\myCompany
Anschrift:\\\ myCompanyAddressStreet\\
Betreuer:\\\myProf
Abgabedatum:\\\myEndDate
\end{tabular}
\end{titlepage}
\end{document}