I am writing my thesis and using latex for first time. I would like to modify the the first page of my thesis, as it shows only name of thesis, my name etc. I would like to move all text little-bit to right-side, just on the first page, without effecting the other pages of thesis. Any idea how can I do it?
\documentclass[a4paper,
12pt,
twoside,
openright,
cleardoublepage=empty,
numbers=noenddot,
appendixprefix,
BCOR1.5cm,
bibliography=totoc
]{scrbook}
\thispagestyle{empty}
\begin{titlepage}
\begin{center}
%xyz
\end{center}
\end{titlepage}
\clearpage

biblatexis very irritating. – TeXnician Feb 10 '17 at 18:25