\documentclass[a4paper,onesided,12pt]{report}
\usepackage{fbe_tez}
\usepackage[utf8x]{inputenc}
\renewcommand{\labelenumi}{(\roman{enumi})}
\usepackage{amsmath, amsthm, amssymb}
\usepackage[bottom]{footmisc}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{longtable}
\graphicspath{{figures/}} % Graphics will be here
\usepackage{epsfig}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{mathrsfs}
\usepackage[dvips]{color}
\usepackage{multirow}
\usepackage{float}
\usepackage{epstopdf}
\usepackage{graphicx, epsfig}
\usepackage{amssymb,amsmath,color}
\usepackage{amsthm}
\numberwithin{equation}{section}
\usepackage{multirow}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{braket}
\usepackage{unicode-math}
\usepackage[LGR, T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textalpha}
\usepackage{parskip}
\begin{document}
\pagenumbering{roman}
\makephdtitle % M.S. thesis
\makeapprovalpage
\newpage
\null
\vspace{\fill}
\begin{flushright}
τὸ μὲν σῶμά ἐστιν ἡμῖν σῆμα\\
Plato
\end{flushright}
\end{document}
I editted my question with my actual code, I need to write the phrase "τὸ μὲν σῶμά ἐστιν ἡμῖν σῆμα" to the first page of a purely mathematical thesis. I tried the things below, kind comments, still no output.
I need left and right facing actual commas, and over a greek letter.
Thanks in advance







