I am preparing the first page of my dissertation and I want it to looks like below:
Title
Doctoral
2017
Approved by:
So, I want all of them to be centered but only '2017' and 'Approved by' be left adjusted. I have tried the following but it did not work:
\documentclass[12pt]{article}
\begin{document}
\pagenumbering{gobble}
\indent
\begin{center}
\textbf {\large { ESSAYS ON STRATEGIC MANAGEMENT}} \\
\indent by \\
\textbf {\large {\indent JOHN DOE \\
\indent DISSERTATION}} \\
\indent Submitted to the Graduate School \\
\indent of X State University, \\
\indent USA \\
\indent in partial fulfillment of the requirements \\
\indent for the degree of \\
\textbf {\large {\indent DOCTOR OF PHILOSOPHY }} \\
\indent 2017
\end{center}
\begin{multicols}{2}
\vfill\null
\columnbreak
\indent
\small{MAJOR: STRATEGIC MANAGEMENT \\
\indent
Approved By: \vspace{2mm}\\
\indent\rule{8cm}{0.4pt}
\indent Advisor \hspace{50mm} Date} \vspace{4mm}
\indent\rule{8cm}{0.4pt} \\
\indent\rule{8cm}{0.4pt} \\
\indent\rule{8cm}{0.4pt} \\
\indent\rule{8cm}{0.4pt}
\end{multicols}
\end{document}
Could you please tell me how can I solve this problem?



\documentclassand ending with\end{document}. – Bobyandbob Jul 09 '17 at 17:20\indentin thecenterenvironment, they don't move anything horizontally. – Skillmon Jul 09 '17 at 17:47jellyfishorwalrus? – Johannes_B Jul 10 '17 at 04:31