\documentclass[master,oneside,en]{dyplompwr}
\usepackage{fontspec}
\usepackage[utf8]{luainputenc}
\usepackage{polyglossia}
\setdefaultlanguage{english}
%Below is data used to create a title page
\author{Author's credentials}
%since this is a thesis meant to be written in english and there is no need for
%title in two langugages, we put only an english title and leave titlen empty
\title{Thesis title}
\titlen{}
\supervisor{dr hab. inż. Mister Supervisor}
\faculty{Faculty of Chemistry}
\city{Wrocław}
\keywords{keywords: first, second, third}
\abstract{Here you put a short abstract that describes your thesis}
\begin{document}
\maketitle
%From this point you can write your beautiful thesis
\end{document}

PDF Preview
Create an account to compile and preview